DELETE Mobility/DeleteCustomers
Request Information
URI Parameters
None.
Body Parameters
Customer| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| DealerID | globally unique identifier |
Required |
|
| QueryCategoryID | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| GroupCode | string |
None. |
|
| PhysicalAddress | string |
None. |
|
| PostalAddress | string |
None. |
|
| Telephone | string |
None. |
|
| IsActive | boolean |
Required |
|
| PoweredBy | string |
None. |
|
| IsQuery | boolean |
Required |
|
| IsInvoiceable | boolean |
Required |
|
| TradingName | string |
None. |
|
| DepartmentBilling | boolean |
Required |
|
| CreatedByContactID | globally unique identifier |
Required |
|
| ModifiedByContactID | globally unique identifier |
Required |
|
| CreatedDate | date |
Required |
|
| ModifiedDate | date |
Required |
|
| ExportCallDetail | boolean |
Required |
|
| IsInitialTicketSent | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "1f566040-fa19-4f38-92bb-2dbad5f50667",
"DealerID": "9f609d14-a88e-4d60-8ef3-12bab0f3948c",
"QueryCategoryID": "02f97f31-e51f-4ab7-89f9-f61030072c33",
"Name": "sample string 3",
"GroupCode": "sample string 4",
"PhysicalAddress": "sample string 5",
"PostalAddress": "sample string 6",
"Telephone": "sample string 7",
"IsActive": true,
"PoweredBy": "sample string 9",
"IsQuery": true,
"IsInvoiceable": true,
"TradingName": "sample string 12",
"DepartmentBilling": true,
"CreatedByContactID": "9e723ef9-a8da-450b-b85e-d180e33a9f04",
"ModifiedByContactID": "f7acae92-31f8-4f43-9e96-c18fffdd9384",
"CreatedDate": "2025-12-05T09:27:52.454997+00:00",
"ModifiedDate": "2025-12-05T09:27:52.454997+00:00",
"ExportCallDetail": true,
"IsInitialTicketSent": 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.