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": "91e325e3-4636-440e-b79e-ec86f6ac0131",
"ResellerID": "39c8789c-5da8-437b-8c4d-e7cd37004c5b",
"PhotoID": "97061b47-9f45-4ec7-ad38-e75535e33429",
"Name": "sample string 2",
"Suffix": "sample string 3",
"AgentID": "5b0e05bf-4908-4098-a861-d12b51f2d9d4",
"ExportCallDetail": true,
"Address": "sample string 5",
"ContactID": "7412c8df-4f28-4ec6-b92e-f3c06ab82a82",
"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.