PUT Mobility/PutCustomers
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "f9ed36b0-323d-4cb4-a87c-e5314ed1141b",
"DealerID": "f01bab42-af17-40ec-a3ef-710b49f3a9af",
"QueryCategoryID": "b0e088db-6ab5-4f0d-aec4-20e959053e5b",
"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": "599ea1bb-a85d-4365-99d7-991690b44a15",
"ModifiedByContactID": "cac79ff2-b645-4f81-8968-ddb846436822",
"CreatedDate": "2025-12-05T09:27:53.0892065+00:00",
"ModifiedDate": "2025-12-05T09:27:53.0892065+00:00",
"ExportCallDetail": true,
"IsInitialTicketSent": true
},
{
"$ref": "1"
}
]
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.