PUT Mobility/PutCustomerInvoices
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "a58c108a-0a5c-4d7c-8341-0223d0e0fc5a",
"CustomerID": "20dc3055-7634-4e50-aeab-4666850352cc",
"CustomerName": "sample string 3",
"CustomerGroupCode": "sample string 4",
"InvoiceDate": "2025-12-14T21:47:41.7998832+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
},
{
"$ref": "1"
}
]
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.