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": "65a1e3fa-927d-418b-a8d5-4ddccf4020bf", "InvoiceNumber": 2, "CustomerId": "2597f25b-30c1-4e80-b2fa-512f444b9dc4", "Remarks": "sample string 4", "InvoiceTotal": 5.0, "PaymentStatus": 6, "PaidDate": "2025-04-04T05:37:00.5663753+02:00", "DueDate": "2025-04-04T05:37:00.5663753+02:00", "EmailSent": true, "SentDate": "2025-04-04T05:37:00.5663753+02:00", "OutletId": "05ea170b-f1a1-4fe6-95a6-de73ca85207f", "TerminalId": "7d629a94-861e-42aa-b914-4d28734d5d07", "ForeignInvoiceNumber": 10, "Deleted": true, "ExportStatus": 12, "ExportError": "sample string 13", "CreationDate": "2025-04-04T05:37:00.5663753+02:00", "Synced": true, "OrdersGuid": [ "55dbe723-d823-4cef-a340-fb457f411089", "fa89420b-fec8-4672-851e-366bf2461e56" ], "PaidStatus": "Okänd" }, { "$ref": "1" } ]