POST api/teamManagement/update

Request Information

URI Parameters

None.

Body Parameters

team_data
NameDescriptionTypeAdditional information
team_id

integer

None.

team_name

string

None.

team_parent

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "team_id": 1,
  "team_name": "sample string 1",
  "team_parent": 1
}

application/xml, text/xml

Sample:
<team_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models">
  <team_id>1</team_id>
  <team_name>sample string 1</team_name>
  <team_parent>1</team_parent>
</team_data>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.