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": "31bd18f0-e6b3-4e3c-aa6b-442682819224",
"QuoteID": "b51efdb9-a03f-4279-93fe-65497ca57763",
"ServiceTypeID": 1,
"Description": "sample string 3",
"Quantity": 4,
"Rate": 5.0,
"SubTotal": 6.0,
"VAT": 7.0,
"Total": 8.0,
"CreatedByContactID": "9cfa5ea9-5872-4421-a65e-336f397b6626",
"ModifiedByContactID": "59529f00-a5e3-4845-b501-25c5caf4a5fa",
"CreatedDate": "2025-12-14T21:48:43.7937111+00:00",
"ModifiedDate": "2025-12-14T21:48:43.7937111+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.