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": "e92551fb-bddf-4dab-a6f4-972220d0d6ba",
"OutletId": "36eeda5d-39c8-4a77-874a-ffce10373570",
"CustomerId": "98f02cdd-0398-4175-a027-f6ec0433048e",
"Deleted": true,
"Updated": "2026-02-04T04:07:31.3859806+01:00"
},
{
"$ref": "1"
}
]