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": "600962c2-6164-4b9c-9168-e7e4c4ed7e95",
"ResellerID": "c2aab3a3-0d46-452b-9394-c345ae6319f2",
"PhotoID": "d80fcc86-5408-4009-ad1c-6d66152dce23",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "5d14c09d-d165-4185-93ec-df34b88d8c77",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "3b9f718c-8a45-4632-b495-1c7e7fc1951d",
"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.