GET api/cashiers/{cashierId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cashierId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CashierName | Description | Type | Additional 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>