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": "ba641c3a-aec9-4e5d-a536-af43f5efa2d7",
"DealerID": "afb4ac29-c88f-42cb-9678-1cbf8dd9cb53",
"CustomerID": "0c74947d-1833-4a0c-9207-695a0875975a",
"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:36:08.8987397+00:00",
"Terms": "sample string 9",
"ExternalID": "d5e9e59b-b1fb-4154-8e36-ac2f42c81450",
"CreatedByContactID": "93142452-0c04-47ac-bb7b-d845ffb27087",
"ModifiedByContactID": "0cb3aa8f-5a50-423a-a6b8-3f1c9d541f42",
"CreatedDate": "2026-02-14T11:36:08.8987397+00:00",
"ModifiedDate": "2026-02-14T11:36:08.8987397+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.