PUT api/gsl/teammembers/{teammemberID}/{teamTypeID}
Puts the GSL team member.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| teammemberID |
The teammember identifier. |
integer |
Required |
| teamTypeID |
The team type identifier. |
integer |
Required |
Body Parameters
The gslta.
gslteamAlignment| Name | 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
}
text/html
Sample:
{"teamTypeID":1,"teammemberID":2,"teamSequence":3}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
gslteamAlignment| Name | 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}