POST api/SystemApi/AddDrawerTransFereLog

Request Information

URI Parameters

None.

Body Parameters

DrawerTransFereLog
NameDescriptionTypeAdditional information
Id

integer

None.

From

string

None.

To

string

None.

Date

date

None.

Balance

string

None.

UserId

integer

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.