GET api/CustomerAddress/GetRegionAllObjectInCoverageArea
Documentation for 'GetRegionAllObjectInCoverageArea'.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "c1fc6e6e-c0da-476b-bc8c-2890219b0078",
"RegionName": "sample string 2",
"DistrictName": "sample string 3",
"DistrictID": 4,
"ProvinceId": "91e2b23b-010d-4296-b2f0-e389dc8afb2f",
"Province": {
"$id": "2",
"ID": "b793d93b-bddb-4d08-aacc-fe6e82c9bc70",
"ProvinceName": "sample string 2",
"IsDeleted": true
},
"IsDeleted": true
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfRegionModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RegionModel>
<ID>c1fc6e6e-c0da-476b-bc8c-2890219b0078</ID>
<RegionName>sample string 2</RegionName>
<DistrictName>sample string 3</DistrictName>
<DistrictID>4</DistrictID>
<ProvinceId>91e2b23b-010d-4296-b2f0-e389dc8afb2f</ProvinceId>
<Province>
<ID>b793d93b-bddb-4d08-aacc-fe6e82c9bc70</ID>
<ProvinceName>sample string 2</ProvinceName>
<IsDeleted>true</IsDeleted>
</Province>
<IsDeleted>true</IsDeleted>
</RegionModel>
<RegionModel>
<ID>c1fc6e6e-c0da-476b-bc8c-2890219b0078</ID>
<RegionName>sample string 2</RegionName>
<DistrictName>sample string 3</DistrictName>
<DistrictID>4</DistrictID>
<ProvinceId>91e2b23b-010d-4296-b2f0-e389dc8afb2f</ProvinceId>
<Province>
<ID>b793d93b-bddb-4d08-aacc-fe6e82c9bc70</ID>
<ProvinceName>sample string 2</ProvinceName>
<IsDeleted>true</IsDeleted>
</Province>
<IsDeleted>true</IsDeleted>
</RegionModel>
<RegionModel>
<ID>c1fc6e6e-c0da-476b-bc8c-2890219b0078</ID>
<RegionName>sample string 2</RegionName>
<DistrictName>sample string 3</DistrictName>
<DistrictID>4</DistrictID>
<ProvinceId>91e2b23b-010d-4296-b2f0-e389dc8afb2f</ProvinceId>
<Province>
<ID>b793d93b-bddb-4d08-aacc-fe6e82c9bc70</ID>
<ProvinceName>sample string 2</ProvinceName>
<IsDeleted>true</IsDeleted>
</Province>
<IsDeleted>true</IsDeleted>
</RegionModel>
</ArrayOfRegionModel>