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": "481a50a1-4322-4e44-8d6d-ed5b7ed41f8e",
"InvoiceNumber": 2,
"CustomerId": "e5bd2afb-6c13-4805-83c5-95537fa47bd6",
"Remarks": "sample string 4",
"InvoiceTotal": 5.0,
"PaymentStatus": 6,
"PaidDate": "2026-03-21T23:46:25.193187+01:00",
"DueDate": "2026-03-21T23:46:25.193187+01:00",
"EmailSent": true,
"SentDate": "2026-03-21T23:46:25.193187+01:00",
"OutletId": "488d3919-27d1-47ff-90bd-88874064b8aa",
"TerminalId": "e127778f-7872-4490-914a-4896e76f868d",
"ForeignInvoiceNumber": 10,
"Deleted": true,
"ExportStatus": 12,
"ExportError": "sample string 13",
"CreationDate": "2026-03-21T23:46:25.193187+01:00",
"Synced": true,
"OrdersGuid": [
"de4b8c8a-c6b0-4cb3-a63f-c619a1b5ffb5",
"a6967acc-5981-4d1f-bc33-3bc78310cafd"
],
"PaidStatus": "Okänd"
},
{
"$ref": "1"
}
]