DELETE api/Bodovi/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

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:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[WrccWebApi.Models.Database.bodovi, WrccWebApi, Version=1.0.9462.13039, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[WrccWebApi.Models.Database.bodovi, WrccWebApi, Version=1.0.9462.13039, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.