PUT Mobility/PutQuotes
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "ba5b05f7-456a-4b27-990e-fd8af0a694f7",
"DealerID": "7b28b46c-276b-4a55-8a83-41694dd39bcd",
"CustomerID": "33a561e8-6916-4294-b931-132dbc4c9b92",
"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-04-20T09:57:41.5676144+00:00",
"Terms": "sample string 9",
"ExternalID": "dae2216b-6319-4545-a0b8-94da11edb698",
"CreatedByContactID": "86a45069-f7ee-49ca-895e-d706093e498a",
"ModifiedByContactID": "0e7da793-4482-4d44-8832-e5f6a3841a4a",
"CreatedDate": "2026-04-20T09:57:41.5676144+00:00",
"ModifiedDate": "2026-04-20T09:57:41.5676144+00:00",
"Title": "sample string 14",
"Email": "sample string 15"
},
{
"$ref": "1"
}
]
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.