PUT api/rgz_primedbe/odgovor_korisniku?primedbaId={primedbaId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| primedbaId | integer |
Required |
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
true ili false -> da li je email uspešno poslat korisniku.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.