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": "f1e23ef3-4104-44ca-94ed-054576065694",
"QuoteID": "f5e33d79-7e9f-45b5-b300-90cae53c3660",
"ServiceTypeID": 1,
"Description": "sample string 3",
"Quantity": 4,
"Rate": 5.0,
"SubTotal": 6.0,
"VAT": 7.0,
"Total": 8.0,
"CreatedByContactID": "13728160-323a-48e5-82ee-297afd419236",
"ModifiedByContactID": "09143a40-14fe-4ee6-bb7b-dbd1b65d4070",
"CreatedDate": "2026-06-06T03:31:22.1400248+00:00",
"ModifiedDate": "2026-06-06T03:31:22.1400248+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.