Create MP Group

POST {{URL_ORIGIN}}/api/mp-groups

Create MP Group- Error Codes

CodeMessage
1System is unavailable
100Missing or invalid parameter: [FieldName]
101[FieldName] not found
102[FieldName] already exists
10001Permission denied

Request Body

{"name"=>"MPGroup1", "mpIds"=>["2087505299", "2087505361"]}

RESPONSES

status: OK

{"id":"98","name":"MPGroup2","mpIds":["2087505414","2087505443"]}