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": "ee20117b-08d4-462a-b7a0-2e1017822f3e",
"InvoiceNumber": 2,
"CustomerId": "98084901-37e1-4d74-98eb-baae0e38d368",
"Remarks": "sample string 4",
"InvoiceTotal": 5.0,
"PaymentStatus": 6,
"PaidDate": "2026-06-21T22:54:47.8464685+02:00",
"DueDate": "2026-06-21T22:54:47.8464685+02:00",
"EmailSent": true,
"SentDate": "2026-06-21T22:54:47.8464685+02:00",
"OutletId": "d7aef871-9c0d-4550-9c2e-deea64c44cb9",
"TerminalId": "89a9acca-c871-4df8-a185-e12daa4ef6f3",
"ForeignInvoiceNumber": 10,
"Deleted": true,
"ExportStatus": 12,
"ExportError": "sample string 13",
"CreationDate": "2026-06-21T22:54:47.8464685+02:00",
"Synced": true,
"OrdersGuid": [
"5d065bb8-01ae-46d3-8bb1-ca5f644cfbf2",
"5b37233c-0527-4ec9-bd7f-4014520ae71a"
],
"PaidStatus": "Okänd"
},
{
"$ref": "1"
}
]