GET api/Customer/GetOutletCustomers?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 OutletCustomer| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| OutletId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| Deleted | boolean |
None. |
|
| Updated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": "2ca01554-cbec-4154-a4f5-c77175d5b0e3",
"OutletId": "e632e3bd-4f92-4f9b-a51e-4493cdb3ff5f",
"CustomerId": "d17ade8b-b9a9-4e20-bea6-a47f428cdf55",
"Deleted": true,
"Updated": "2026-08-06T01:36:20.5492915+02:00"
},
{
"$ref": "1"
}
]