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": "c2eae8ed-8c6e-4a17-91fa-dacdf779e527",
"InvoiceNumber": 2,
"CustomerId": "f34a6dad-0227-45e0-a1bb-b6dbcb1096fe",
"Remarks": "sample string 4",
"InvoiceTotal": 5.0,
"PaymentStatus": 6,
"PaidDate": "2026-09-20T13:22:42.8503316+02:00",
"DueDate": "2026-09-20T13:22:42.8503316+02:00",
"EmailSent": true,
"SentDate": "2026-09-20T13:22:42.8503316+02:00",
"OutletId": "8a34a1af-d185-43b8-843c-9a7ce63c4799",
"TerminalId": "52055aa9-0c00-4c8c-95c3-3dc49fec435f",
"ForeignInvoiceNumber": 10,
"Deleted": true,
"ExportStatus": 12,
"ExportError": "sample string 13",
"CreationDate": "2026-09-20T13:22:42.8503316+02:00",
"Synced": true,
"OrdersGuid": [
"d91ff69c-f556-41c8-8144-a62990fcc01d",
"0af4f8f5-9867-4215-bebe-f52f6974c470"
],
"PaidStatus": "Okänd"
},
{
"$ref": "1"
}
]