PUT Mobility/PutQuoteLineItems
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "cad5a115-5fb2-4b60-b930-28424c72f1f7",
"QuoteID": "760eafb5-0f9f-4b11-bd24-d0ecea2dceb8",
"ServiceTypeID": 1,
"Description": "sample string 3",
"Quantity": 4,
"Rate": 5.0,
"SubTotal": 6.0,
"VAT": 7.0,
"Total": 8.0,
"CreatedByContactID": "82378ff3-78b5-4eb7-b3b8-3c0e4e8236c6",
"ModifiedByContactID": "55b52fa8-94fd-46e2-8889-453582b49d15",
"CreatedDate": "2026-06-29T02:56:47.5481086+00:00",
"ModifiedDate": "2026-06-29T02:56:47.5481086+00:00",
"IsMonthly": true
},
{
"$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.