POST api/sms/global-telecom-receive-inbound-message
Request Information
URI Parameters
None.
Body Parameters
GlobalTelecomReceiveInboundMessageRequestName | Description | Type | Additional information |
---|---|---|---|
to | string |
Required |
|
from | string |
Required |
|
text | string |
None. |
|
files | Dictionary of string [key] and string [value] |
None. |
Request Formats
application/json, text/json
Sample:
{ "to": "sample string 1", "from": "sample string 2", "text": "sample string 3", "files": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" } }
application/xml, text/xml
Sample:
<GlobalTelecomReceiveInboundMessageRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.OData.SMS"> <_x003C_Files_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:KeyValueOfstringstring> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value>sample string 4</d2p1:Value> </d2p1:KeyValueOfstringstring> </_x003C_Files_x003E_k__BackingField> <_x003C_From_x003E_k__BackingField>sample string 2</_x003C_From_x003E_k__BackingField> <_x003C_Text_x003E_k__BackingField>sample string 3</_x003C_Text_x003E_k__BackingField> <_x003C_To_x003E_k__BackingField>sample string 1</_x003C_To_x003E_k__BackingField> </GlobalTelecomReceiveInboundMessageRequest>
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.