POST api/kindergarten/update

Request Information

URI Parameters

None.

Body Parameters

KindergartenNewUpdate
NameDescriptionTypeAdditional information
usr_id

integer

None.

valid_from

date

None.

year_kb_max

decimal number

None.

id

integer

None.

year_kb

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "usr_id": 1,
  "valid_from": "2025-05-22T18:18:07.3962841+02:00",
  "year_kb_max": 3.0,
  "id": 4,
  "year_kb": 5.0
}

application/xml, text/xml

Sample:
<KindergartenNewUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models">
  <id>4</id>
  <usr_id>1</usr_id>
  <valid_from>2025-05-22T18:18:07.3962841+02:00</valid_from>
  <year_kb>5</year_kb>
  <year_kb_max>3</year_kb_max>
</KindergartenNewUpdate>

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 'KindergartenNewUpdate'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.