PUT api/Parovi/BrzaRegistracija

Request Information

URI Parameters

None.

Body Parameters

ParBrzaRegistracijaRequestDto
NameDescriptionTypeAdditional information
par_id

integer

None.

z_akt

boolean

None.

z_bris

boolean

None.

nova_kat

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "par_id": 1,
  "z_akt": true,
  "z_bris": true,
  "nova_kat": 1
}

application/xml, text/xml

Sample:
<ParBrzaRegistracijaRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WrccWebApi.Models.Messaging">
  <nova_kat>1</nova_kat>
  <par_id>1</par_id>
  <z_akt>true</z_akt>
  <z_bris>true</z_bris>
</ParBrzaRegistracijaRequestDto>

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 'ParBrzaRegistracijaRequestDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.