POST api/SystemApi/AddDrawer
Request Information
URI Parameters
None.
Body Parameters
Drawer| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| User_Id | integer |
None. |
|
| Balance | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"User_Id": 3,
"Balance": 4.1
}
application/xml, text/xml
Sample:
<Drawer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlsamanodyPosApi.Models"> <Balance>4.1</Balance> <Id>1</Id> <Name>sample string 2</Name> <User_Id>3</User_Id> </Drawer>
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.