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": "d4f83ccd-04ce-44e3-b304-1afad103c220",
"Identifier": "sample string 2",
"Name": "sample string 3",
"IsDeleted": true,
"Updated": "2026-02-04T04:15:24.7370768+01:00"
},
{
"$ref": "1"
}
]