POST api/Message/SetReplyTranxStatus

Reply thanks

Request Information

URI Parameters

None.

Body Parameters

TranxStatusDTO
NameDescriptionTypeAdditional information
IsTranx

boolean

Required

MessageId

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "IsTranx": true,
  "MessageId": "24af3114-659d-4da1-b8ed-6a3057d184bf"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.