DELETE api/BodGlava/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
bod_glava| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| sifra | string |
None. |
|
| za_pobjedu | integer |
None. |
|
| bodovi | Collection of bodovi |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"sifra": "sample string 2",
"za_pobjedu": 3,
"bodovi": [
{
"id": 1,
"Place": 1,
"Fixed": 1.1,
"bod_glava_id": 1
},
{
"id": 1,
"Place": 1,
"Fixed": 1.1,
"bod_glava_id": 1
}
]
}
application/xml
Sample:
text/xml
Sample: