POST api/apartment/user/change
Request Information
URI Parameters
None.
Body Parameters
aptChange| Name | Description | Type | Additional information |
|---|---|---|---|
| usr_id | integer |
None. |
|
| change_date | date |
None. |
|
| new_amount | decimal number |
None. |
|
| file_id | integer |
None. |
|
| create_date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"usr_id": 1,
"change_date": "2025-12-15T17:01:56.8485137+01:00",
"new_amount": 3.0,
"file_id": 4,
"create_date": "2025-12-15T17:01:56.8485137+01:00"
}
application/xml, text/xml
Sample:
<aptChange xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <change_date>2025-12-15T17:01:56.8485137+01:00</change_date> <create_date>2025-12-15T17:01:56.8485137+01:00</create_date> <file_id>4</file_id> <new_amount>3</new_amount> <usr_id>1</usr_id> </aptChange>
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.