POST api/Plesac/Aktivnost

Request Information

URI Parameters

None.

Body Parameters

AktivnostPlesacRequestDto
NameDescriptionTypeAdditional information
id

integer

None.

aktivan

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "aktivan": true
}

application/xml, text/xml

Sample:
<AktivnostPlesacRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WrccWebApi.Models.Messaging">
  <aktivan>true</aktivan>
  <id>1</id>
</AktivnostPlesacRequestDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AktivnostPlesacRequestDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.