POST Mobility/PostCustomerInvoices
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": "132c9a28-518e-4d80-bc4f-51e88c979c31",
"CustomerID": "7c2a5829-2788-4922-b410-dbd358d535b7",
"CustomerName": "sample string 3",
"CustomerGroupCode": "sample string 4",
"InvoiceDate": "2025-12-05T09:27:59.6787845+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.