Create MP Group
POST {{URL_ORIGIN}}/api/mp-groups
Create MP Group- Error Codes
Code | Message |
---|---|
1 | System is unavailable |
100 | Missing or invalid parameter: [FieldName] |
101 | [FieldName] not found |
102 | [FieldName] already exists |
10001 | Permission denied |
Request Body
{"name"=>"MPGroup1", "mpIds"=>["2087505299", "2087505361"]}
RESPONSES
status: OK
{"id":"98","name":"MPGroup2","mpIds":["2087505414","2087505443"]}