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": "f1d55a0c-f7d1-457d-8af4-b3c231a13350",
"OrderId": "e7519250-9b83-4310-8d2e-5bb6cdab60ef",
"CustomerId": "2a1e30e5-2a9a-4047-aaa3-3faa3dad2c28",
"InvoiceDate": "2026-02-04T04:14:33.5568536+01:00",
"Status": 0,
"TotalAmount": 5.0,
"RUTAmount": 6.0,
"Balance": 7.0,
"PaymentType": 64,
"Synced": true,
"Updated": "2026-02-04T04:14:33.5568536+01:00",
"InvoiceNumber": 10,
"PayNow": false,
"BtnColor": "#FFD3D3D3",
"PaidBy": "sample string 11"
},
{
"$ref": "1"
}
]