POST api/v1/Admin/SMSPersonalization/GetSMSResponse

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
_GetResponse
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MessageUUID": "sample string 1",
  "ToNumber": "sample string 2",
  "From": "sample string 3",
  "Type": "sample string 4",
  "Status": "sample string 5",
  "Units": "sample string 6",
  "TotalRate": "sample string 7",
  "TotalAmount": "sample string 8",
  "MCC": "sample string 9",
  "MNC": "sample string 10",
  "ErrorCode": "sample string 11",
  "ParentMessageUUID": "sample string 12",
  "PartInfo": "sample string 13",
  "Sequence": "sample string 14",
  "MessageTime": "sample string 15",
  "QueuedTime": "sample string 16",
  "SentTime": "sample string 17",
  "DeliveryReportTime": "sample string 18",
  "PowerpackUUID": "sample string 19"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetResponse'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
"sample string 1"