POST api/AdminTextMessage/RemoveMessageContacts
Request Information
URI Parameters
None.
Body Parameters
AdminContactDetailDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AdminTextMessageLogId | integer |
None. |
|
| Ids | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AdminTextMessageLogId": 1,
"Ids": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true