POST api/kindergarten/change
Request Information
URI Parameters
None.
Body Parameters
KindergartenChangeName | Description | Type | Additional information |
---|---|---|---|
parent_usr_id | integer |
None. |
|
change_date | date |
None. |
|
kid_id | integer |
None. |
|
new_amount | decimal number |
None. |
|
month | integer |
None. |
|
kid_name | string |
None. |
|
id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "parent_usr_id": 1, "change_date": "2025-05-22T18:08:34.0102726+02:00", "kid_id": 3, "new_amount": 4.0, "month": 5, "kid_name": "sample string 6", "id": 7 }
application/xml, text/xml
Sample:
<KindergartenChange 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-22T18:08:34.0102726+02:00</change_date> <id>7</id> <kid_id>3</kid_id> <kid_name>sample string 6</kid_name> <month>5</month> <new_amount>4</new_amount> <parent_usr_id>1</parent_usr_id> </KindergartenChange>
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.