POST api/apartment/user/change

Request Information

URI Parameters

None.

Body Parameters

aptChange
NameDescriptionTypeAdditional 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-05-22T16:39:05.6099298+02:00",
  "new_amount": 3.0,
  "file_id": 4,
  "create_date": "2025-05-22T16:39:05.6109254+02: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-05-22T16:39:05.6099298+02:00</change_date>
  <create_date>2025-05-22T16:39:05.6109254+02: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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'aptChange'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.