PUT api/regionalOrder/{regionID}
Puts the location.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
regionID |
The region identifier. |
integer |
Required |
Body Parameters
The rta.
Collection of regionalTeamAlignmentViewModelName | Description | Type | Additional 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:
Response Information
Resource Description
regionalTeamAlignmentViewModelName | Description | Type | Additional 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}