PUT Mobility/PutCustomer
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": "bdfcb171-51be-49c8-80a6-72d247c161da",
"DealerID": "bc2da8c7-184a-46ef-8676-92a092455c10",
"QueryCategoryID": "a074b8ec-f8fb-482f-9215-5cd5f01fd265",
"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": "45549702-4986-4acd-b5dc-3aba417931ff",
"ModifiedByContactID": "a3a9628d-2ca3-44a2-be3a-adad62717ffb",
"CreatedDate": "2025-12-05T09:27:52.6429534+00:00",
"ModifiedDate": "2025-12-05T09:27:52.6429534+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.