GET api/Order/GetCustomerInvoice?LastExecutedDate={LastExecutedDate}&CurrentDate={CurrentDate}&TerminalId={TerminalId}&SharedDB={SharedDB}

Get cutomer inocvoices List

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LastExecutedDate

date

None.

CurrentDate

date

None.

TerminalId

globally unique identifier

None.

SharedDB

boolean

None.

Body Parameters

None.

Response Information

Resource Description

List of CustomerInoice model

Collection of CustomerInvoice
NameDescriptionTypeAdditional 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": "ea99d9e8-fdde-4f55-ac8b-8cd6e737e5cd",
    "InvoiceNumber": 2,
    "CustomerId": "138dfb9f-9e4a-4829-9be1-6d1108823c8f",
    "Remarks": "sample string 4",
    "InvoiceTotal": 5.0,
    "PaymentStatus": 6,
    "PaidDate": "2024-05-16T16:28:07.0930062+02:00",
    "DueDate": "2024-05-16T16:28:07.0930062+02:00",
    "EmailSent": true,
    "SentDate": "2024-05-16T16:28:07.0930062+02:00",
    "OutletId": "f44823c4-9fe2-498b-8cd6-4f4053574814",
    "TerminalId": "aa0575a1-dafb-4cfd-be8e-6855a18566a5",
    "ForeignInvoiceNumber": 10,
    "Deleted": true,
    "ExportStatus": 12,
    "ExportError": "sample string 13",
    "CreationDate": "2024-05-16T16:28:07.0930062+02:00",
    "Synced": true,
    "OrdersGuid": [
      "ea64fa32-f3ab-47f0-ae46-8c05a494211e",
      "399db232-0b92-4bba-b485-22c0b7828f3b"
    ],
    "PaidStatus": "Okänd"
  },
  {
    "$ref": "1"
  }
]