PUT api/gsl/teammembers/{teammemberID}/{teamTypeID}

Puts the GSL team member.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
teammemberID

The teammember identifier.

integer

Required

teamTypeID

The team type identifier.

integer

Required

Body Parameters

The gslta.

gslteamAlignment
NameDescriptionTypeAdditional information
teamTypeID

Gets or sets the team type identifier.

integer

None.

teammemberID

Gets or sets the teammember identifier.

integer

None.

teamSequence

Gets or sets the team sequence.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "teamTypeID": 1,
  "teammemberID": 2,
  "teamSequence": 3
}

text/html

Sample:
{"teamTypeID":1,"teammemberID":2,"teamSequence":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 'gslteamAlignment'.

Response Information

Resource Description

gslteamAlignment
NameDescriptionTypeAdditional information
teamTypeID

Gets or sets the team type identifier.

integer

None.

teammemberID

Gets or sets the teammember identifier.

integer

None.

teamSequence

Gets or sets the team sequence.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "teamTypeID": 1,
  "teammemberID": 2,
  "teamSequence": 3
}

text/html

Sample:
{"teamTypeID":1,"teammemberID":2,"teamSequence":3}