POST api/DrawerLogsAPI

Request Information

URI Parameters

None.

Body Parameters

DrawerLog
NameDescriptionTypeAdditional information
Id

integer

None.

Date

date

None.

Drawer_Id

integer

None.

Branch_Id

integer

None.

Amount

decimal number

None.

InOrOut

string

None.

Note

string

None.

User_Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Date": "2025-04-03T21:34:25.9259527-07:00",
  "Drawer_Id": 3,
  "Branch_Id": 4,
  "Amount": 5.1,
  "InOrOut": "sample string 6",
  "Note": "sample string 7",
  "User_Id": 8
}

application/xml, text/xml

Sample:
<DrawerLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODOAPI.Models">
  <Amount>5.1</Amount>
  <Branch_Id>4</Branch_Id>
  <Date>2025-04-03T21:34:25.9259527-07:00</Date>
  <Drawer_Id>3</Drawer_Id>
  <Id>1</Id>
  <InOrOut>sample string 6</InOrOut>
  <Note>sample string 7</Note>
  <User_Id>8</User_Id>
</DrawerLog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DrawerLog
NameDescriptionTypeAdditional information
Id

integer

None.

Date

date

None.

Drawer_Id

integer

None.

Branch_Id

integer

None.

Amount

decimal number

None.

InOrOut

string

None.

Note

string

None.

User_Id

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Date": "2025-04-03T21:34:25.9291497-07:00",
  "Drawer_Id": 3,
  "Branch_Id": 4,
  "Amount": 5.1,
  "InOrOut": "sample string 6",
  "Note": "sample string 7",
  "User_Id": 8
}

application/xml, text/xml

Sample:
<DrawerLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODOAPI.Models">
  <Amount>5.1</Amount>
  <Branch_Id>4</Branch_Id>
  <Date>2025-04-03T21:34:25.9291497-07:00</Date>
  <Drawer_Id>3</Drawer_Id>
  <Id>1</Id>
  <InOrOut>sample string 6</InOrOut>
  <Note>sample string 7</Note>
  <User_Id>8</User_Id>
</DrawerLog>