POST api/OrderAutomation/DeleteWhatsAppMessageInfo

Request Information

URI Parameters

None.

Body Parameters

AutomationMessageRequest
NameDescriptionTypeAdditional information
MessageSid

string

None.

APIKey

string

None.

SOCode

string

None.

From

string

None.

To

string

None.

Status

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "messageSid": "sample string 1",
  "apiKey": "sample string 2",
  "soCode": "sample string 3",
  "from": "sample string 4",
  "to": "sample string 5",
  "status": 6
}

text/html

Sample:
{"messageSid":"sample string 1","apiKey":"sample string 2","soCode":"sample string 3","from":"sample string 4","to":"sample string 5","status":6}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.