DELETE Mobility/DeleteCustomerInvoices
Request Information
URI Parameters
None.
Body Parameters
CustomerInvoice| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CustomerID | globally unique identifier |
Required |
|
| CustomerName | string |
None. |
|
| CustomerGroupCode | string |
None. |
|
| InvoiceDate | date |
Required |
|
| Number | string |
Required |
|
| SubTotal | decimal number |
Required |
|
| VAT | decimal number |
Required |
|
| Discount | decimal number |
None. |
|
| Total | decimal number |
Required |
|
| Paid | boolean |
Required |
|
| IsInvoiced | boolean |
Required |
|
| Cost | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "022e1cdd-c483-441d-8e32-04a3d287efaf",
"CustomerID": "5ae029e4-355e-46f7-a64a-194d6e3d19c6",
"CustomerName": "sample string 3",
"CustomerGroupCode": "sample string 4",
"InvoiceDate": "2025-12-05T09:28:00.140535+00:00",
"Number": "sample string 6",
"SubTotal": 7.0,
"VAT": 8.0,
"Discount": 1.0,
"Total": 9.0,
"Paid": true,
"IsInvoiced": true,
"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.