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": "bd444dfd-e1e2-4bac-bd97-804fecb99a34",
"ServiceTypeID": 1,
"CustomerInvoiceID": "6350bf7f-4abb-449f-a503-607640503e0e",
"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.