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": "4f264a70-668b-4318-8d90-6bc60d5f3a53",
"DealerID": "29c5b29b-78d1-444d-8274-d8df2b78c300",
"QueryCategoryID": "9a322086-52cc-4806-860d-06bc343496fd",
"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": "809fdf53-00e3-4055-8b14-873caade2032",
"ModifiedByContactID": "230cabf0-eca8-43e6-a420-6a3315af7d35",
"CreatedDate": "2025-12-14T21:48:27.580762+00:00",
"ModifiedDate": "2025-12-14T21:48:27.580762+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.