POST api/sms/SendSmsForMemberBing
Request Information
URI Parameters
None.
Body Parameters
SendSmsForMemberBindInput| Name | Description | Type | Additional information |
|---|---|---|---|
| PhoneList | Collection of string |
None. |
|
| OrgId | globally unique identifier |
None. |
|
| Content | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PhoneList": [
"sample string 1",
"sample string 2"
],
"OrgId": "5033d298-75fe-48cc-8577-def3e27840d1",
"Content": "sample string 2"
}
application/xml, text/xml
Sample:
<SendSmsForMemberBindInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.SMS.Dto">
<Content>sample string 2</Content>
<OrgId>5033d298-75fe-48cc-8577-def3e27840d1</OrgId>
<PhoneList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</PhoneList>
</SendSmsForMemberBindInput>
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.