POST Mobility/PostCustomers
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": "fb90319b-9131-459f-98de-269a5e4c3b6d",
"DealerID": "f4ca5bac-f0f7-4cbe-93b4-0eeec585fee3",
"QueryCategoryID": "d9a449c2-b4d0-4c00-a85f-370e00f34d1c",
"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": "977aac8e-98da-4342-a4e1-781496750662",
"ModifiedByContactID": "1aa51e29-cb7e-44c4-9975-71d54f003eee",
"CreatedDate": "2025-12-14T21:49:05.9166116+00:00",
"ModifiedDate": "2025-12-14T21:49:05.9166116+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.