GET api/cashiers?CashierId={CashierId}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CashierId

string

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of 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:
<ArrayOfCashier xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Cashier>
    <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-03-29T09:05:06.8751844+01:00</InsUpdDate>
    <Pin>sample string 10</Pin>
    <Rfid>sample string 11</Rfid>
  </Cashier>
  <Cashier>
    <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-03-29T09:05:06.8751844+01:00</InsUpdDate>
    <Pin>sample string 10</Pin>
    <Rfid>sample string 11</Rfid>
  </Cashier>
</ArrayOfCashier>