POST api/gsl/teammembers
Posts the gslteam members.
Request Information
URI Parameters
None.
Body Parameters
The GSL alignment.
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}