GET api/GetRegionWiseUrl

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RegionwiseUrl
NameDescriptionTypeAdditional information
REGION

string

None.

REGION_URL

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "REGION": "sample string 1",
    "REGION_URL": "sample string 2"
  },
  {
    "REGION": "sample string 1",
    "REGION_URL": "sample string 2"
  }
]

text/html

Sample:
[{"REGION":"sample string 1","REGION_URL":"sample string 2"},{"REGION":"sample string 1","REGION_URL":"sample string 2"}]

application/xml, text/xml

Sample:
<ArrayOfRegionwiseUrl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SBSMobileReportingApi.Models">
  <RegionwiseUrl>
    <REGION>sample string 1</REGION>
    <REGION_URL>sample string 2</REGION_URL>
  </RegionwiseUrl>
  <RegionwiseUrl>
    <REGION>sample string 1</REGION>
    <REGION_URL>sample string 2</REGION_URL>
  </RegionwiseUrl>
</ArrayOfRegionwiseUrl>