PUT api/regionalOrder/{regionID}

Puts the location.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
regionID

The region identifier.

integer

Required

Body Parameters

The rta.

Collection of regionalTeamAlignmentViewModel
NameDescriptionTypeAdditional information
teammemberID

Gets or sets the teammember identifier.

integer

None.

teammemberIndex

Gets or sets the index of the teammember.

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "teammemberID": 1,
    "teammemberIndex": 2
  },
  {
    "teammemberID": 1,
    "teammemberIndex": 2
  }
]

text/html

Sample:
[{"teammemberID":1,"teammemberIndex":2},{"teammemberID":1,"teammemberIndex":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 'List`1'.

Response Information

Resource Description

regionalTeamAlignmentViewModel
NameDescriptionTypeAdditional information
teammemberID

Gets or sets the teammember identifier.

integer

None.

teammemberIndex

Gets or sets the index of the teammember.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "teammemberID": 1,
  "teammemberIndex": 2
}

text/html

Sample:
{"teammemberID":1,"teammemberIndex":2}