PUT api/gsl/teammembers

Puts the GSL team member.

Request Information

URI Parameters

None.

Body Parameters

The gslta.

Collection of 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
  },
  {
    "teamTypeID": 1,
    "teammemberID": 2,
    "teamSequence": 3
  }
]

text/html

Sample:
[{"teamTypeID":1,"teammemberID":2,"teamSequence":3},{"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 'List`1'.

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}