GET api/Supplier/GetSuppliers?LastExecutedDate={LastExecutedDate}&CurrentDate={CurrentDate}&TerminalId={TerminalId}&SharedDB={SharedDB}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LastExecutedDate

date

None.

CurrentDate

date

None.

TerminalId

globally unique identifier

None.

SharedDB

boolean

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Supplier
NameDescriptionTypeAdditional 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": "1b771fe7-653c-4276-84dc-8bc1eabf1633",
    "Identifier": "sample string 2",
    "Name": "sample string 3",
    "IsDeleted": true,
    "Updated": "2024-05-16T17:02:09.7500226+02:00"
  },
  {
    "$ref": "1"
  }
]