PUT api/Teams/teamTypeID?teamTypeID={teamTypeID}

Puts our team.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
teamTypeID

The team type identifier.

integer

Required

Body Parameters

Our team.

OurTeamViewMode
NameDescriptionTypeAdditional information
teamTypeName

Gets or sets the name of the team type.

string

None.

gslID

Gets or sets the GSL identifier.

integer

None.

teamTypeID

Gets or sets the team type identifier.

integer

None.

teamSequence

Gets or sets the team sequence.

string

None.

Request Formats

application/json, text/json

Sample:
{
  "teamTypeName": "sample string 1",
  "gslID": 1,
  "teamTypeID": 2,
  "teamSequence": "sample string 3"
}

text/html

Sample:
{"teamTypeName":"sample string 1","gslID":1,"teamTypeID":2,"teamSequence":"sample string 3"}

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

Response Information

Resource Description

OurTeamViewMode
NameDescriptionTypeAdditional information
teamTypeName

Gets or sets the name of the team type.

string

None.

gslID

Gets or sets the GSL identifier.

integer

None.

teamTypeID

Gets or sets the team type identifier.

integer

None.

teamSequence

Gets or sets the team sequence.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "teamTypeName": "sample string 1",
  "gslID": 1,
  "teamTypeID": 2,
  "teamSequence": "sample string 3"
}

text/html

Sample:
{"teamTypeName":"sample string 1","gslID":1,"teamTypeID":2,"teamSequence":"sample string 3"}