POST Mobility/PostQuotes
Request Information
URI Parameters
None.
Body Parameters
Quote| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| DealerID | globally unique identifier |
Required |
|
| CustomerID | globally unique identifier |
None. |
|
| QuoteStatusID | QuoteStatus |
Required |
|
| CustomerName | string |
Required |
|
| Number | string |
None. |
|
| Reference | string |
None. |
|
| SubTotal | decimal number |
Required |
|
| VAT | decimal number |
Required |
|
| Total | decimal number |
Required |
|
| ExpiryDate | date |
None. |
|
| Terms | string |
None. |
|
| ExternalID | globally unique identifier |
None. |
|
| CreatedByContactID | globally unique identifier |
Required |
|
| ModifiedByContactID | globally unique identifier |
Required |
|
| CreatedDate | date |
Required |
|
| ModifiedDate | date |
Required |
|
| Title | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "a8dea1d0-9fb6-4566-9cf1-84e3c876c605",
"DealerID": "bba84cce-b3ad-4c7e-be74-d0211202be3a",
"CustomerID": "e79972f2-34de-4dde-91f1-b18d32b11c28",
"QuoteStatusID": 1,
"CustomerName": "sample string 3",
"Number": "sample string 4",
"Reference": "sample string 5",
"SubTotal": 6.0,
"VAT": 7.0,
"Total": 8.0,
"ExpiryDate": "2025-12-05T09:27:31.0465699+00:00",
"Terms": "sample string 9",
"ExternalID": "1d7747ac-81bf-4816-8745-25ec90892cc3",
"CreatedByContactID": "28087c7f-17b8-47f0-b79a-bc6a9c03f069",
"ModifiedByContactID": "bfcafeb9-bfdf-4d04-b3b6-6c115331cf53",
"CreatedDate": "2025-12-05T09:27:31.0465699+00:00",
"ModifiedDate": "2025-12-05T09:27:31.0465699+00:00",
"Title": "sample string 14",
"Email": "sample string 15"
}
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.