PATCH api/customers/{customerId}/messages/{messageId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId | string |
Required |
|
messageId | integer |
Required |
Body Parameters
MessageRequestName | 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