PATCH api/customers/{customerId}/messages/{messageId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

string

Required

messageId

integer

Required

Body Parameters

MessageRequest
NameDescriptionTypeAdditional 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

boolean

Response Formats

application/json, text/json, text/html

Sample:
true