GET api/Customer/GetCustomerDebts?LastExecutedDate={LastExecutedDate}&CurrentDate={CurrentDate}&TerminalId={TerminalId}&SharedDB={SharedDB}&TableName={TableName}
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
Collection of CustomerDebt| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| OrderId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| InvoiceDate | date |
None. |
|
| Status | CustomerDebtStatus |
None. |
|
| TotalAmount | decimal number |
None. |
|
| RUTAmount | decimal number |
None. |
|
| Balance | decimal number |
None. |
|
| PaymentType | byte |
None. |
|
| Synced | boolean |
None. |
|
| Updated | date |
None. |
|
| InvoiceNumber | integer |
None. |
|
| PayNow | boolean |
None. |
|
| BtnColor | string |
None. |
|
| PaidBy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": "0ece1602-752c-4bea-876f-bf6bf06d0f4a",
"OrderId": "e7e1b2f3-f66e-4545-b30d-e880db0f8f2d",
"CustomerId": "d7b200af-b617-478e-89d0-0dd13e490ef2",
"InvoiceDate": "2026-09-20T13:24:07.1810857+02:00",
"Status": 0,
"TotalAmount": 5.0,
"RUTAmount": 6.0,
"Balance": 7.0,
"PaymentType": 64,
"Synced": true,
"Updated": "2026-09-20T13:24:07.1810857+02:00",
"InvoiceNumber": 10,
"PayNow": false,
"BtnColor": "#FFD3D3D3",
"PaidBy": "sample string 11"
},
{
"$ref": "1"
}
]