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 CustomerInvoiceName | 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": "75e6f03e-12ba-46de-894f-84405d0aca85", "InvoiceNumber": 2, "CustomerId": "70363e8f-4dcf-424f-8372-0e0d50b21a17", "Remarks": "sample string 4", "InvoiceTotal": 5.0, "PaymentStatus": 6, "PaidDate": "2025-07-04T15:14:54.6815268+02:00", "DueDate": "2025-07-04T15:14:54.6815268+02:00", "EmailSent": true, "SentDate": "2025-07-04T15:14:54.6815268+02:00", "OutletId": "34688c04-b119-4697-9649-48eaa8111781", "TerminalId": "3e305361-395b-4dfc-823c-427de6d5ae69", "ForeignInvoiceNumber": 10, "Deleted": true, "ExportStatus": 12, "ExportError": "sample string 13", "CreationDate": "2025-07-04T15:14:54.6815268+02:00", "Synced": true, "OrdersGuid": [ "7bf36465-0b85-4ad1-a9fc-5cc0e47e8cbf", "6012e2de-9417-4687-a48f-f6931e1a2fe8" ], "PaidStatus": "Okänd" }, { "$ref": "1" } ]