GET api/teamMember/{regionID}
Gets the member.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| regionID |
The region identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RBLocationViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| locationID |
Gets or sets the location identifier. |
integer |
None. |
| isRegional |
Gets or sets the is regional. |
string |
None. |
| regionalID |
Gets or sets the regional identifier. |
integer |
None. |
| locationName |
Gets or sets the name of the location. |
string |
None. |
| location_address_1 |
Gets or sets the location address 1. |
string |
None. |
| location_address_2 |
Gets or sets the location address 2. |
string |
None. |
| city |
Gets or sets the city. |
string |
None. |
| stateCode |
Gets or sets the state code. |
string |
None. |
| state |
Gets or sets the state. |
string |
None. |
| zipCode |
Gets or sets the zip code. |
string |
None. |
| countryCode |
Gets or sets the country code. |
string |
None. |
| country |
Gets or sets the country. |
string |
None. |
| lat |
Gets or sets the lat. |
decimal number |
None. |
| lng |
Gets or sets the LNG. |
decimal number |
None. |
| distance |
Gets or sets the distance. |
decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"locationID": 1,
"isRegional": "sample string 2",
"regionalID": 1,
"locationName": "sample string 3",
"location_address_1": "sample string 4",
"location_address_2": "sample string 5",
"city": "sample string 6",
"stateCode": "sample string 7",
"state": "sample string 8",
"zipCode": "sample string 9",
"countryCode": "sample string 10",
"country": "sample string 11",
"lat": 1.1,
"lng": 1.1,
"distance": 12.1
}
text/html
Sample:
{"locationID":1,"isRegional":"sample string 2","regionalID":1,"locationName":"sample string 3","location_address_1":"sample string 4","location_address_2":"sample string 5","city":"sample string 6","stateCode":"sample string 7","state":"sample string 8","zipCode":"sample string 9","countryCode":"sample string 10","country":"sample string 11","lat":1.1,"lng":1.1,"distance":12.1}