POST api/TurnirPri/KreirajStartneBrojeve

Request Information

URI Parameters

None.

Body Parameters

KreirajStartneBrojeveRequestDto
NameDescriptionTypeAdditional information
turnir_id

integer

None.

prvi_broj

integer

None.

gap

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "turnir_id": 1,
  "prvi_broj": 2,
  "gap": 3
}

application/xml, text/xml

Sample:
<KreirajStartneBrojeveRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WrccWebApi.Models.Messaging">
  <gap>3</gap>
  <prvi_broj>2</prvi_broj>
  <turnir_id>1</turnir_id>
</KreirajStartneBrojeveRequestDto>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.