POST Mobility/PostCustomerInvoiceLines
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": "db263ba7-630b-467f-b2b2-593bffaf4a91",
"ServiceTypeID": 1,
"CustomerInvoiceID": "30fe995e-d04f-402a-a1c2-c88c174be3c7",
"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.