GET api/Order/GetCustomerInvoice?LastExecutedDate={LastExecutedDate}&CurrentDate={CurrentDate}&TerminalId={TerminalId}&SharedDB={SharedDB}&TableName={TableName}
Get cutomer inocvoices List
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LastExecutedDate | date |
None. |
|
| CurrentDate | date |
None. |
|
| TerminalId | globally unique identifier |
None. |
|
| SharedDB | boolean |
None. |
|
| TableName | TableName |
None. |
Body Parameters
None.
Response Information
Resource Description
List of CustomerInoice model
Collection of CustomerInvoice| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| InvoiceNumber | integer |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| Remarks | string |
None. |
|
| InvoiceTotal | decimal number |
None. |
|
| PaymentStatus | integer |
None. |
|
| PaidDate | date |
None. |
|
| DueDate | date |
None. |
|
| EmailSent | boolean |
None. |
|
| SentDate | date |
None. |
|
| OutletId | globally unique identifier |
None. |
|
| TerminalId | globally unique identifier |
None. |
|
| ForeignInvoiceNumber | integer |
None. |
|
| Deleted | boolean |
None. |
|
| ExportStatus | integer |
None. |
|
| ExportError | string |
Max length: 500 |
|
| CreationDate | date |
None. |
|
| Synced | boolean |
None. |
|
| OrdersGuid | Collection of globally unique identifier |
None. |
|
| PaidStatus | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": "974982eb-688c-4edf-bd4a-5c2f54f40ddc",
"InvoiceNumber": 2,
"CustomerId": "7818bcd0-0ef7-449c-bd68-cdf1ad678584",
"Remarks": "sample string 4",
"InvoiceTotal": 5.0,
"PaymentStatus": 6,
"PaidDate": "2026-08-06T01:34:59.2069111+02:00",
"DueDate": "2026-08-06T01:34:59.2069111+02:00",
"EmailSent": true,
"SentDate": "2026-08-06T01:34:59.2069111+02:00",
"OutletId": "cc55f16e-6309-446f-9ea9-1b91ee870186",
"TerminalId": "3fe1cf32-0162-4970-bc7f-18dba0de1722",
"ForeignInvoiceNumber": 10,
"Deleted": true,
"ExportStatus": 12,
"ExportError": "sample string 13",
"CreationDate": "2026-08-06T01:34:59.2069111+02:00",
"Synced": true,
"OrdersGuid": [
"926451f4-8d5a-4b97-bc52-54811f3b9e56",
"be954a09-952f-4764-bff8-6d1195b69ea3"
],
"PaidStatus": "Okänd"
},
{
"$ref": "1"
}
]