POST api/POPISANAOS/Post
Request Information
URI Parameters
None.
Body Parameters
POPISANAOS| Name | Description | Type | Additional information |
|---|---|---|---|
| sredstva | Collection of OS_POPIS_OSNOVNA_SREDSTVA |
None. |
Request Formats
application/json, text/json
Sample:
{
"sredstva": [
{
"$id": "2",
"OrganizacijaId": 1,
"OsnovnaSredstvaId": "sample string 2",
"RbrStavkaPopisa": 3,
"ObjekatId": 1,
"ProstorijaId": 1,
"Sprat": "sample string 4",
"Kolicina": 5,
"Otpis": true,
"Visak": true,
"Napomena": "sample string 6"
},
{
"$ref": "2"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"