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": "05c5f2e6-8807-4a05-bb7c-464daf51333d",
"OrderId": "92e84370-6b4d-4445-9354-ebe3f214e4bf",
"CustomerId": "976486ad-8f9e-41ac-9d57-a8442ecb19ef",
"InvoiceDate": "2026-08-06T01:37:01.2001062+02:00",
"Status": 0,
"TotalAmount": 5.0,
"RUTAmount": 6.0,
"Balance": 7.0,
"PaymentType": 64,
"Synced": true,
"Updated": "2026-08-06T01:37:01.2001062+02:00",
"InvoiceNumber": 10,
"PayNow": false,
"BtnColor": "#FFD3D3D3",
"PaidBy": "sample string 11"
},
{
"$ref": "1"
}
]