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.

Telephone

string

None.

CostCenterID

string

None.

Password

string

None.

VATNumber

string

None.

ClerkID

string

None.

OperaterID

string

None.

InsUpdDate

date

None.

Pin

string

None.

Rfid

string

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>
  <Telephone>sample string 4</Telephone>
  <CostCenterID>sample string 5</CostCenterID>
  <Password>sample string 6</Password>
  <VATNumber>sample string 7</VATNumber>
  <ClerkID>sample string 8</ClerkID>
  <OperaterID>sample string 9</OperaterID>
  <InsUpdDate>2024-04-26T13:07:05.9257021+02:00</InsUpdDate>
  <Pin>sample string 10</Pin>
  <Rfid>sample string 11</Rfid>
</Cashier>