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": "534a01e5-b6ce-45cf-b052-0a68d155c5a2",
"DealerID": "6baee06c-f84c-4301-ab0b-2414c4b61d30",
"CustomerID": "f73c19d9-ed39-4cf3-822e-3227e46a0554",
"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.4938435+00:00",
"Terms": "sample string 9",
"ExternalID": "7b10b84f-968c-465e-ba04-ecb71f8b78ce",
"CreatedByContactID": "05bc9c85-8422-43b1-9593-3519ee67b924",
"ModifiedByContactID": "8e30777a-4f7d-4a6b-b77a-4c95cffbd639",
"CreatedDate": "2026-06-29T02:56:45.4938435+00:00",
"ModifiedDate": "2026-06-29T02:56:45.4938435+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.