POST api/Bodovi

Request Information

URI Parameters

None.

Body Parameters

bodovi
NameDescriptionTypeAdditional information
id

integer

None.

Place

integer

None.

Fixed

decimal number

None.

bod_glava_id

integer

None.

bod_glava

bod_glava

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "Place": 1,
  "Fixed": 1.1,
  "bod_glava_id": 1,
  "bod_glava": {
    "id": 1,
    "sifra": "sample string 2",
    "za_pobjedu": 3,
    "bodovi": []
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

bodovi
NameDescriptionTypeAdditional information
id

integer

None.

Place

integer

None.

Fixed

decimal number

None.

bod_glava_id

integer

None.

bod_glava

bod_glava

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "Place": 1,
  "Fixed": 1.1,
  "bod_glava_id": 1,
  "bod_glava": {
    "id": 1,
    "sifra": "sample string 2",
    "za_pobjedu": 3,
    "bodovi": []
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.