POST api/teams

Posts our team.

Request Information

URI Parameters

None.

Body Parameters

The ourteam.

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"}