POST api/Message/SetReplyTranxStatus
Reply thanks
Request Information
URI Parameters
None.
Body Parameters
TranxStatusDTO| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.