DELETE Mobility/DeleteQuoteLineItems
Request Information
URI Parameters
None.
Body Parameters
QuoteLineItem| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| QuoteID | globally unique identifier |
Required |
|
| ServiceTypeID | ServiceType |
Required |
|
| Description | string |
None. |
|
| Quantity | integer |
Required |
|
| Rate | decimal number |
Required |
|
| SubTotal | decimal number |
Required |
|
| VAT | decimal number |
Required |
|
| Total | decimal number |
Required |
|
| CreatedByContactID | globally unique identifier |
Required |
|
| ModifiedByContactID | globally unique identifier |
Required |
|
| CreatedDate | date |
Required |
|
| ModifiedDate | date |
Required |
|
| IsMonthly | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "518e66af-42f0-4c15-81c1-9b58abe3e602",
"QuoteID": "6af0973f-ccf6-4536-909f-5edd4a10d8a6",
"ServiceTypeID": 1,
"Description": "sample string 3",
"Quantity": 4,
"Rate": 5.0,
"SubTotal": 6.0,
"VAT": 7.0,
"Total": 8.0,
"CreatedByContactID": "0fe31213-2fe6-4ed1-8b3e-278888766a02",
"ModifiedByContactID": "d344d643-7d05-41c9-86bc-7e261f310d33",
"CreatedDate": "2026-02-14T11:36:13.5364473+00:00",
"ModifiedDate": "2026-02-14T11:36:13.5364473+00:00",
"IsMonthly": true
}
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.