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": "c857a143-3294-4afb-a295-daa19ddfddee",
"InvoiceNumber": 2,
"CustomerId": "b9bd1b10-4a9a-4139-948d-6d4e050c618a",
"Remarks": "sample string 4",
"InvoiceTotal": 5.0,
"PaymentStatus": 6,
"PaidDate": "2026-05-06T16:24:18.9248831+02:00",
"DueDate": "2026-05-06T16:24:18.9248831+02:00",
"EmailSent": true,
"SentDate": "2026-05-06T16:24:18.9248831+02:00",
"OutletId": "c75aba85-ba52-462d-ab1f-ed70e5eb3954",
"TerminalId": "c93f1ff6-f943-402c-8697-48095a18ebe7",
"ForeignInvoiceNumber": 10,
"Deleted": true,
"ExportStatus": 12,
"ExportError": "sample string 13",
"CreationDate": "2026-05-06T16:24:18.9248831+02:00",
"Synced": true,
"OrdersGuid": [
"9ba61a5a-998d-4ebe-87a9-0ff4e8402621",
"858a864b-4da8-4b01-9e60-496d45a6307a"
],
"PaidStatus": "Okänd"
},
{
"$ref": "1"
}
]