DELETE Mobility/DeleteCustomerInvoiceLines
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": "5c1c868d-37e7-41d3-8a0b-476c536acff2",
"ServiceTypeID": 1,
"CustomerInvoiceID": "0fb5064b-b607-4222-a120-cd1f256dd22c",
"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.