PUT api/Teams/teamTypeID?teamTypeID={teamTypeID}
Puts our team.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| teamTypeID |
The team type identifier. |
integer |
Required |
Body Parameters
Our team.
OurTeamViewMode| Name | Description | Type | Additional information |
|---|---|---|---|
| teamTypeName |
Gets or sets the name of the team type. |
string |
None. |
| gslID |
Gets or sets the GSL identifier. |
integer |
None. |
| teamTypeID |
Gets or sets the team type identifier. |
integer |
None. |
| teamSequence |
Gets or sets the team sequence. |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"teamTypeName": "sample string 1",
"gslID": 1,
"teamTypeID": 2,
"teamSequence": "sample string 3"
}
text/html
Sample:
{"teamTypeName":"sample string 1","gslID":1,"teamTypeID":2,"teamSequence":"sample string 3"}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
OurTeamViewMode| Name | Description | Type | Additional information |
|---|---|---|---|
| teamTypeName |
Gets or sets the name of the team type. |
string |
None. |
| gslID |
Gets or sets the GSL identifier. |
integer |
None. |
| teamTypeID |
Gets or sets the team type identifier. |
integer |
None. |
| teamSequence |
Gets or sets the team sequence. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"teamTypeName": "sample string 1",
"gslID": 1,
"teamTypeID": 2,
"teamSequence": "sample string 3"
}
text/html
Sample:
{"teamTypeName":"sample string 1","gslID":1,"teamTypeID":2,"teamSequence":"sample string 3"}