POST api/AdminTextMessage/ResendMessage
Request Information
URI Parameters
None.
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ComposedMessageResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| MessageResponse | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"MessageResponse": "sample string 2"
}