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": "344d0540-7117-443f-8eb9-f6551cbc2025",
"QuoteID": "91d3e8d4-d4fe-4f43-991e-e1e0716f5bda",
"ServiceTypeID": 1,
"Description": "sample string 3",
"Quantity": 4,
"Rate": 5.0,
"SubTotal": 6.0,
"VAT": 7.0,
"Total": 8.0,
"CreatedByContactID": "48113eeb-e57f-46fc-a51d-2c8787b46ee4",
"ModifiedByContactID": "00decdc7-8cb8-42a6-b42f-a5d8b1a25cad",
"CreatedDate": "2026-04-20T09:54:37.0736082+00:00",
"ModifiedDate": "2026-04-20T09:54:37.0736082+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.