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": "86d2467e-d249-4983-81a0-e7b65fee66bf",
"DealerID": "3cad553e-120a-49ba-afe0-a0439a30f650",
"CustomerID": "0aeef8e1-6e2e-402c-96ee-9f1f80259e3d",
"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-03-11T11:52:30.4660391+00:00",
"Terms": "sample string 9",
"ExternalID": "afd5aa41-e155-4f92-a176-36895b1de77f",
"CreatedByContactID": "7afd8b3b-7dc7-4f41-b259-7412d97b2816",
"ModifiedByContactID": "a1fa40f1-9924-4db3-abad-8c6c716a8938",
"CreatedDate": "2026-03-11T11:52:30.4660391+00:00",
"ModifiedDate": "2026-03-11T11:52:30.4660391+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.