POST api/worktask/GetAdminSendSmsResult
Request Information
URI Parameters
None.
Body Parameters
GetSendSmsAdminOrProListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| OrgOrColonyIdList | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "b55cfeca-7edb-4363-8f4b-6b360ea40455",
"OrgOrColonyIdList": [
"6d2349e1-770b-4a90-b937-03fde24b7bbb",
"5cb8cb36-aa8f-406c-abac-7e517311aa08"
]
}
application/xml, text/xml
Sample:
<GetSendSmsAdminOrProListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.WorkTasks.Dto">
<Id>b55cfeca-7edb-4363-8f4b-6b360ea40455</Id>
<OrgOrColonyIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6d2349e1-770b-4a90-b937-03fde24b7bbb</d2p1:guid>
<d2p1:guid>5cb8cb36-aa8f-406c-abac-7e517311aa08</d2p1:guid>
</OrgOrColonyIdList>
</GetSendSmsAdminOrProListInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.