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 CustomerDebtName | 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": "3bfba63b-ef96-4a6f-aa16-220b142115f5", "OrderId": "774625f8-88aa-47cc-b1b2-6cd92db38c17", "CustomerId": "e714897e-baa2-4cc3-8ee4-98607f170507", "InvoiceDate": "2025-04-04T05:37:00.3945067+02:00", "Status": 0, "TotalAmount": 5.0, "RUTAmount": 6.0, "Balance": 7.0, "PaymentType": 64, "Synced": true, "Updated": "2025-04-04T05:37:00.3945067+02:00", "InvoiceNumber": 10, "PayNow": false, "BtnColor": "#FFD3D3D3", "PaidBy": "sample string 11" }, { "$ref": "1" } ]