DELETE Mobility/DeleteQuotes
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": "de76f6d1-41a2-409c-b33a-764cc51d316f",
"DealerID": "5e65c162-8b3c-4e3a-88ca-725c37c96c4d",
"CustomerID": "8c87c229-8984-47cb-b921-c2a7187675bb",
"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:56.3563544+00:00",
"Terms": "sample string 9",
"ExternalID": "1dbf0e79-5ad2-41c9-906a-c6d3bd70499c",
"CreatedByContactID": "a1cf0ac0-c0e4-4511-9353-c35bb0edb79b",
"ModifiedByContactID": "7bf8860c-51df-4c6c-a552-2be6ddfeec9c",
"CreatedDate": "2026-02-14T11:36:56.3563544+00:00",
"ModifiedDate": "2026-02-14T11:36:56.3563544+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.