DELETE api/OS_PROSTORIJE_PRENOS/DeleteOS_PROSTORIJE_PRENOS/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
OS_PROSTORIJE_PRENOS| Name | Description | Type | Additional information |
|---|---|---|---|
| OsProstorijaPrenos | integer |
None. |
|
| OrganizacijaId | integer |
None. |
|
| ProstorijeId | integer |
None. |
|
| ObjektiId | integer |
None. |
|
| Sprat | string |
None. |
|
| Naziv | string |
None. |
|
| OrganizacionaStrukturaId | integer |
None. |
|
| PoslovnaGodina | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"OsProstorijaPrenos": 1,
"OrganizacijaId": 2,
"ProstorijeId": 1,
"ObjektiId": 1,
"Sprat": "sample string 3",
"Naziv": "sample string 4",
"OrganizacionaStrukturaId": 1,
"PoslovnaGodina": 1
}