POST api/DrawerInOutApi
Request Information
URI Parameters
None.
Body Parameters
DrawerTransactionVMName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Amount | decimal number |
None. |
|
IsIn | boolean |
None. |
|
Branch_Id | integer |
None. |
|
Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Amount": 2.1, "IsIn": true, "Branch_Id": 4, "Date": "2025-04-03T21:36:39.3805649-07:00" }
application/xml, text/xml
Sample:
<DrawerTransactionVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODOAPI.ViewModel"> <Amount>2.1</Amount> <Branch_Id>4</Branch_Id> <Date>2025-04-03T21:36:39.3805649-07:00</Date> <Id>1</Id> <IsIn>true</IsIn> </DrawerTransactionVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.