GET api/OS_SPRAT_PRENOS/GetOS_SPRAT_PRENOS/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
OS_SPRAT_PRENOS| Name | Description | Type | Additional information |
|---|---|---|---|
| OsSpratPrenosId | integer |
None. |
|
| OrganizacijaId | integer |
None. |
|
| ObjektiId | integer |
None. |
|
| Sprat | string |
None. |
|
| OrganizacionaStrukturaId | integer |
None. |
|
| PoslovnaGodina | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"OsSpratPrenosId": 1,
"OrganizacijaId": 2,
"ObjektiId": 1,
"Sprat": "sample string 3",
"OrganizacionaStrukturaId": 1,
"PoslovnaGodina": 1
}