PUT api/rgz_primedbe/odgovor_sluzbe?primedbaId={primedbaId}&promeniStatus={promeniStatus}
Ako je odgovor == null -> ne menja status predmeta.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| primedbaId | integer |
Required |
|
| promeniStatus | integer |
Default value is 0 |
Body Parameters
AuxCR| Name | Description | Type | Additional information |
|---|---|---|---|
| odgovor | string |
None. |
|
| komentar | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"odgovor": "sample string 1",
"komentar": "sample string 2"
}
application/xml, text/xml
Sample:
<RgzPrimedbeController.AuxCR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RgzPrimedbe.Controllers"> <komentar>sample string 2</komentar> <odgovor>sample string 1</odgovor> </RgzPrimedbeController.AuxCR>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
status code 200
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.