GET api/SystemApi/GetAllDrawerTransFereLog

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DrawerTransFereLog
NameDescriptionTypeAdditional information
Id

integer

None.

From

string

None.

To

string

None.

Date

date

None.

Balance

string

None.

UserId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "From": "sample string 2",
    "To": "sample string 3",
    "Date": "2025-12-22T13:04:06.8137477-08:00",
    "Balance": "sample string 5",
    "UserId": 6
  },
  {
    "Id": 1,
    "From": "sample string 2",
    "To": "sample string 3",
    "Date": "2025-12-22T13:04:06.8137477-08:00",
    "Balance": "sample string 5",
    "UserId": 6
  }
]

application/xml, text/xml

Sample:
<ArrayOfDrawerTransFereLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlsamanodyPosApi.Models">
  <DrawerTransFereLog>
    <Balance>sample string 5</Balance>
    <Date>2025-12-22T13:04:06.8137477-08:00</Date>
    <From>sample string 2</From>
    <Id>1</Id>
    <To>sample string 3</To>
    <UserId>6</UserId>
  </DrawerTransFereLog>
  <DrawerTransFereLog>
    <Balance>sample string 5</Balance>
    <Date>2025-12-22T13:04:06.8137477-08:00</Date>
    <From>sample string 2</From>
    <Id>1</Id>
    <To>sample string 3</To>
    <UserId>6</UserId>
  </DrawerTransFereLog>
</ArrayOfDrawerTransFereLog>