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
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"id": "98",
"name": "MPGroup2",
"mpIds": [
"2087505414",
"2087505443"
]
} |