POST api/texting/add
Request Information
URI Parameters
None.
Body Parameters
AddPhoneNumberRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| eShopId | integer |
None. |
|
| PhoneNumber | string |
None. |
|
| ShopVehicleID | string |
None. |
|
| PhoneType | string |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"eShopId": 1,
"PhoneNumber": "sample string 1",
"ShopVehicleID": "sample string 2",
"PhoneType": "sample string 3",
"UserId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.