POST ZNS/send_message

Request Information

URI Parameters

None.

Body Parameters

zns_send_message_item
NameDescriptionTypeAdditional information
authorization_code

string

None.

access_token

string

None.

number_phone

string

None.

jsonParam

string

None.

tracking_id

string

None.

template_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "authorization_code": "sample string 1",
  "access_token": "sample string 2",
  "number_phone": "sample string 3",
  "jsonParam": "sample string 4",
  "tracking_id": "sample string 5",
  "template_id": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.