PUT api/OS_ORGANIZACIJA_PRENOS/PutOS_ORGANIZACIJA_PRENOS/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
OS_ORGANIZACIJA_PRENOS| Name | Description | Type | Additional information |
|---|---|---|---|
| OrganizacijaId | integer |
None. |
|
| Naziv | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrganizacijaId": 1,
"Naziv": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.