GET api/cashiers/{cashierId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cashierId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Cashier| Name | Description | Type | Additional 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>2025-12-19T00:33:39.5132022+01:00</InsUpdDate> <Pin>sample string 10</Pin> <Rfid>sample string 11</Rfid> </Cashier>