PUT api/gsl/teammembers
Puts the GSL team member.
Request Information
URI Parameters
None.
Body Parameters
The gslta.
Collection of gslteamAlignmentName | Description | Type | Additional 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:
Response Information
Resource Description
gslteamAlignmentName | Description | Type | Additional 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}