DELETE Mobility/DeleteDealers
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": "13189238-d89b-40fd-b096-484ba8e08db3",
"ResellerID": "638056f1-5e67-4ad5-a761-faa7848f0782",
"PhotoID": "eebd0140-06f8-4afd-95aa-9ae6a92c4743",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "a8810789-b023-47a5-9b72-9431a45ef3af",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "f46cda16-60e4-452c-b3a6-0d50d8f70f0d",
"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.