POST api/sms/SendSmsForOrgListByWeb

Request Information

URI Parameters

None.

Body Parameters

SendSmsForOrgListInput
NameDescriptionTypeAdditional information
TaskId

globally unique identifier

None.

OrgIdList

Collection of globally unique identifier

None.

Sender

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TaskId": "e00557f7-7f88-4fb3-afbf-6f1f05983082",
  "OrgIdList": [
    "5fda677f-8c41-4dd3-a796-93af74bb276e",
    "a5acd260-abaa-4cd2-ab10-428f554c5066"
  ],
  "Sender": "sample string 2"
}

application/xml, text/xml

Sample:
<SendSmsForOrgListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.SMS.Dto">
  <OrgIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>5fda677f-8c41-4dd3-a796-93af74bb276e</d2p1:guid>
    <d2p1:guid>a5acd260-abaa-4cd2-ab10-428f554c5066</d2p1:guid>
  </OrgIdList>
  <Sender>sample string 2</Sender>
  <TaskId>e00557f7-7f88-4fb3-afbf-6f1f05983082</TaskId>
</SendSmsForOrgListInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.