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": "79a8f8fe-09a5-498b-8e99-1aa2d6c4d29a",
"ResellerID": "4d1590f2-aab5-4b65-8dbf-4231746b6a48",
"PhotoID": "5c9b181a-1b99-4ab4-ba49-0121094465e8",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "da522473-14a8-4f7b-bc5e-82c87b378e5e",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "b056cdff-4e68-4e0e-99a4-09ea14cea790",
"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.