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": "f1601d09-acbc-4152-8e00-c2cc13cbb3e8",
"DealerID": "bd944a4c-c21e-498c-8684-8793436856e9",
"CustomerID": "ee67ae91-3eae-4494-9683-dd6092310f26",
"QuoteStatusID": 1,
"CustomerName": "sample string 3",
"Number": "sample string 4",
"Reference": "sample string 5",
"SubTotal": 6.0,
"VAT": 7.0,
"Total": 8.0,
"ExpiryDate": "2026-06-29T02:56:45.7877166+00:00",
"Terms": "sample string 9",
"ExternalID": "a5ebf31b-9892-4270-9934-810d3f7bde40",
"CreatedByContactID": "92f6e678-ae44-41b6-befa-145ac1204c28",
"ModifiedByContactID": "3013a6d2-4cd9-42e3-a764-36d5796deff0",
"CreatedDate": "2026-06-29T02:56:45.7877166+00:00",
"ModifiedDate": "2026-06-29T02:56:45.7877166+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.