POST api/apartment/user/addBill
Request Information
URI Parameters
None.
Body Parameters
aptUserAdd| Name | Description | Type | Additional information |
|---|---|---|---|
| usr_id | integer |
None. |
|
| month | integer |
None. |
|
| year | integer |
None. |
|
| month_amount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"usr_id": 1,
"month": 2,
"year": 3,
"month_amount": 4.0
}
application/xml, text/xml
Sample:
<aptUserAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <month>2</month> <month_amount>4</month_amount> <usr_id>1</usr_id> <year>3</year> </aptUserAdd>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.