PUT Mobility/PutCustomerInvoiceLine
Request Information
URI Parameters
None.
Body Parameters
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": "e1fc2942-73e3-444e-a082-ffaca818c132",
"ServiceTypeID": 1,
"CustomerInvoiceID": "fe9dabbd-a85b-41ed-bca4-04bd713347f0",
"LineNumber": 3,
"Name": "sample string 4",
"Rate": 5.0,
"Quantity": 6.0,
"Total": 7.0,
"Cost": 1.0
}
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.