POST Api/ZoneManagerRankList/SendPhoneTextAction
Request Information
URI Parameters
None.
Body Parameters
SendPhoneTextMessageViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PhoneNumbersList | Collection of string |
None. |
|
| TextMessage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"phoneNumbersList": [
"sample string 1",
"sample string 2"
],
"textMessage": "sample string 1"
}
text/html
Sample:
{"phoneNumbersList":["sample string 1","sample string 2"],"textMessage":"sample string 1"}
application/xml, text/xml
Sample:
<SendPhoneTextMessageViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UrgentCareExtra.ViewModels.ViewModels">
<PhoneNumbersList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</PhoneNumbersList>
<TextMessage>sample string 1</TextMessage>
</SendPhoneTextMessageViewModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.