PUT Mobility/PutCustomerInvoice
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": "0585a085-f793-4b70-beef-9a0a992edb25",
"CustomerID": "3d918375-e56c-4262-9616-0a98e7a3aa6a",
"CustomerName": "sample string 3",
"CustomerGroupCode": "sample string 4",
"InvoiceDate": "2025-12-05T09:27:59.9674683+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.