PUT api/OpciParami?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
opci_parami| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| naziv | string |
None. |
|
| is_privatni_param | boolean |
None. |
|
| broj | integer |
None. |
|
| tekst | string |
None. |
|
| datum | date |
None. |
|
| iznos | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"naziv": "sample string 2",
"is_privatni_param": true,
"broj": 1,
"tekst": "sample string 4",
"datum": "2025-12-06T13:01:23.9004641-08:00",
"iznos": 1.1
}
application/xml, text/xml
Sample:
<opci_parami xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WrccWebApi.Models.Database"> <Id>1</Id> <broj>1</broj> <datum>2025-12-06T13:01:23.9004641-08:00</datum> <is_privatni_param>true</is_privatni_param> <iznos>1.1</iznos> <naziv>sample string 2</naziv> <tekst>sample string 4</tekst> </opci_parami>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.