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