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": "f524e97e-2a4a-4d0e-be09-c25f3a9e8d83",
"DealerID": "8df894d3-0030-4ca5-a3ad-1aa7ea78810a",
"CustomerID": "16fb6c40-fd4d-4cc7-adb4-b23f73445529",
"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:51.5175584+00:00",
"Terms": "sample string 9",
"ExternalID": "ac1026a8-a9b4-4eb9-be11-72b2f4ec9e66",
"CreatedByContactID": "57fc97a7-b8dd-492f-8cbe-dd642a9fb1c3",
"ModifiedByContactID": "1a8f21fe-8fdb-4d22-bad2-5c9dddb2f612",
"CreatedDate": "2026-06-29T02:56:51.5175584+00:00",
"ModifiedDate": "2026-06-29T02:56:51.5175584+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.