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": "f9f556e2-2bd8-4959-acff-f92598e849d0",
"CustomerID": "672c4fa5-90b6-4c92-b4fb-74333b549bd4",
"CustomerName": "sample string 3",
"CustomerGroupCode": "sample string 4",
"InvoiceDate": "2025-12-14T21:45:12.4196782+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.