POST Mobility/PostDealers
Request Information
URI Parameters
None.
Body Parameters
Dealer| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| ResellerID | globally unique identifier |
None. |
|
| PhotoID | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| Suffix | string |
None. |
|
| AgentID | globally unique identifier |
None. |
|
| ExportCallDetail | boolean |
Required |
|
| Address | string |
None. |
|
| ContactID | globally unique identifier |
None. |
|
| ExcludeFromCombinedBilling | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "c2973039-3667-437f-b124-4a7d53941dd0",
"ResellerID": "b0b9fb74-e93e-4f8b-95d6-e6633634cd9f",
"PhotoID": "077e4dcc-a256-4d3f-b13f-41f213df8168",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "473a30fa-644f-401b-bf77-e47f80dccf2d",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "b46211d4-1870-46b0-a447-ac287fcd29f2",
"ExcludeFromCombinedBilling": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.