PUT api/Teams
Puts our team.
Request Information
URI Parameters
None.
Body Parameters
Our team.
lstOurTeamSequence| Name | Description | Type | Additional information |
|---|---|---|---|
| result |
Gets or sets the result. |
Collection of OurTeamSequence |
None. |
Request Formats
application/json, text/json
Sample:
{
"result": [
{
"teamTypeID": 1,
"teamSequence": "sample string 2"
},
{
"teamTypeID": 1,
"teamSequence": "sample string 2"
}
]
}
text/html
Sample:
{"result":[{"teamTypeID":1,"teamSequence":"sample string 2"},{"teamTypeID":1,"teamSequence":"sample string 2"}]}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
lstOurTeamSequence| Name | Description | Type | Additional information |
|---|---|---|---|
| result |
Gets or sets the result. |
Collection of OurTeamSequence |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": [
{
"teamTypeID": 1,
"teamSequence": "sample string 2"
},
{
"teamTypeID": 1,
"teamSequence": "sample string 2"
}
]
}
text/html
Sample:
{"result":[{"teamTypeID":1,"teamSequence":"sample string 2"},{"teamTypeID":1,"teamSequence":"sample string 2"}]}