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": "acdb4b4e-b20e-41e4-b015-ca83b6941948",
"InvoiceNumber": 2,
"CustomerId": "623d5f42-ed16-49e4-bc85-ef2ffae69f33",
"Remarks": "sample string 4",
"InvoiceTotal": 5.0,
"PaymentStatus": 6,
"PaidDate": "2026-02-04T04:13:50.4387181+01:00",
"DueDate": "2026-02-04T04:13:50.4387181+01:00",
"EmailSent": true,
"SentDate": "2026-02-04T04:13:50.4387181+01:00",
"OutletId": "f7b1548f-31d1-401b-b2f1-f88cc7991159",
"TerminalId": "6d8734da-205b-4f80-97c1-11eb99f88fca",
"ForeignInvoiceNumber": 10,
"Deleted": true,
"ExportStatus": 12,
"ExportError": "sample string 13",
"CreationDate": "2026-02-04T04:13:50.4387181+01:00",
"Synced": true,
"OrdersGuid": [
"956f9c42-9a96-4492-8c7f-644d83fd377a",
"c47fb130-82e4-4ec7-afb3-5a77c5add4a9"
],
"PaidStatus": "Okänd"
},
{
"$ref": "1"
}
]