POST v1/orders/saveDestinationPhoneNumber
Request Information
URI Parameters
None.
Body Parameters
Collection of OrderPhoneNumber| Name | Description | Type | Additional information |
|---|---|---|---|
| PhoneCountry | string |
None. |
|
| PhoneNumber | string |
None. |
|
| PhoneCountrySms | string |
None. |
|
| PhoneNumberSms | string |
None. |
|
| OrderID | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"PhoneCountry": "sample string 1",
"PhoneNumber": "sample string 2",
"PhoneCountrySms": "sample string 3",
"PhoneNumberSms": "sample string 4",
"OrderID": 5
},
{
"PhoneCountry": "sample string 1",
"PhoneNumber": "sample string 2",
"PhoneCountrySms": "sample string 3",
"PhoneNumberSms": "sample string 4",
"OrderID": 5
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.