PUT Mobility/PutCustomerInvoiceLines
Request Information
URI Parameters
None.
Body Parameters
Collection of CustomerInvoiceLine| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| ServiceTypeID | ServiceType |
Required |
|
| CustomerInvoiceID | globally unique identifier |
Required |
|
| LineNumber | integer |
Required |
|
| Name | string |
Required |
|
| Rate | decimal number |
Required |
|
| Quantity | decimal number |
Required |
|
| Total | decimal number |
Required |
|
| Cost | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "78b6aa75-6f52-4067-9802-604d7d55d612",
"ServiceTypeID": 1,
"CustomerInvoiceID": "3c1492b7-1250-4e07-99ab-b23e6b012834",
"LineNumber": 3,
"Name": "sample string 4",
"Rate": 5.0,
"Quantity": 6.0,
"Total": 7.0,
"Cost": 1.0
},
{
"$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.