POST api/customers/{customerId}/messages/state
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | string |
Required |
Body Parameters
MessageRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| State | MessageState |
None. |
|
| MessageId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"State": 0,
"MessageId": 1
}
text/html
Sample:
{"State":0,"MessageId":1}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true