PUT api/Teams

Puts our team.

Request Information

URI Parameters

None.

Body Parameters

Our team.

lstOurTeamSequence
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'lstOurTeamSequence'.

Response Information

Resource Description

lstOurTeamSequence
NameDescriptionTypeAdditional 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"}]}