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": "b864c259-2f89-4942-91b5-79188cbf13d3",
"ResellerID": "12fbb25e-71c5-4858-a3ae-2fe85fedaa1b",
"PhotoID": "1b5b4301-4a60-4f3e-8b07-034d8d330034",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "87bde972-f2c9-4204-965b-80c4420c02b4",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "b8a452f2-ef2d-45bf-95fd-6dd3fae50b01",
"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.