PUT Mobility/PutQuote
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": "a318f087-7e19-401b-933d-557814c7f96d",
"DealerID": "0e51b929-c9f7-447f-a5b4-b462f43bba11",
"CustomerID": "26a45268-3fca-4f5f-a2fb-2759840da9a6",
"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-02-14T11:34:56.0244912+00:00",
"Terms": "sample string 9",
"ExternalID": "a69ee3b8-34fa-4384-9f81-8470112a17cb",
"CreatedByContactID": "aa71d363-121f-4b9a-be97-f4498c3448b6",
"ModifiedByContactID": "faf468d5-3d0d-492b-a0c5-f4d29d6757fa",
"CreatedDate": "2026-02-14T11:34:56.0244912+00:00",
"ModifiedDate": "2026-02-14T11:34:56.0244912+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.