POST api/Message/PutToSleep

Put to sleep

Request Information

URI Parameters

None.

Body Parameters

PutToSleepMessageDTO
NameDescriptionTypeAdditional information
MessageId

globally unique identifier

None.

IsSleep

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "MessageId": "e18d0480-5ff8-4071-9d07-b690282d5c83",
  "IsSleep": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.