POST api/DrawersAPI
Request Information
URI Parameters
None.
Body Parameters
DrawerName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Branch_Id | integer |
None. |
|
Amount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Branch_Id": 2, "Amount": 3.1 }
application/xml, text/xml
Sample:
<Drawer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODOAPI.Models"> <Amount>3.1</Amount> <Branch_Id>2</Branch_Id> <Id>1</Id> </Drawer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DrawerName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Branch_Id | integer |
None. |
|
Amount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Branch_Id": 2, "Amount": 3.1 }
application/xml, text/xml
Sample:
<Drawer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODOAPI.Models"> <Amount>3.1</Amount> <Branch_Id>2</Branch_Id> <Id>1</Id> </Drawer>