GET api/cashiers/{cashierId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cashierId

string

Required

Body Parameters

None.

Response Information

Resource Description

Cashier
NameDescriptionTypeAdditional information
CashierId

string

None.

CashierDescription

string

None.

Active

boolean

None.

InsUpdDate

date

None.

Response Formats

application/xml, text/xml

Sample:
<Cashier xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <CashierId>sample string 1</CashierId>
  <CashierDescription>sample string 2</CashierDescription>
  <Active>true</Active>
  <InsUpdDate>2023-06-06T21:02:14.9521001+02:00</InsUpdDate>
</Cashier>