POST api/kindergarten/update/info
Request Information
URI Parameters
None.
Body Parameters
KindergartenInfoName | Description | Type | Additional information |
---|---|---|---|
parent_k_id | integer |
None. |
|
usr_id | integer |
None. |
|
id | integer |
None. |
|
kid_name | string |
None. |
|
amount | decimal number |
None. |
|
max_amount | decimal number |
None. |
|
valid_from | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "parent_k_id": 1, "usr_id": 2, "id": 3, "kid_name": "sample string 4", "amount": 5.0, "max_amount": 6.0, "valid_from": "2025-05-22T18:20:51.5757381+02:00" }
application/xml, text/xml
Sample:
<KindergartenInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <amount>5</amount> <id>3</id> <kid_name>sample string 4</kid_name> <max_amount>6</max_amount> <parent_k_id>1</parent_k_id> <usr_id>2</usr_id> <valid_from>2025-05-22T18:20:51.5757381+02:00</valid_from> </KindergartenInfo>
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.