GET api/Supplier/GetSuppliers?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 Supplier| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Identifier | string |
Max length: 255 |
|
| Name | string |
Max length: 255 |
|
| IsDeleted | boolean |
None. |
|
| Updated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": "ec44315e-148d-4ac9-b7f0-3a0205a8a83a",
"Identifier": "sample string 2",
"Name": "sample string 3",
"IsDeleted": true,
"Updated": "2026-03-21T23:50:44.8671501+01:00"
},
{
"$ref": "1"
}
]