POST api/gis/GisDataList
Request Information
URI Parameters
None.
Body Parameters
GetGisDataRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiUserName | string |
None. |
|
| Token | string |
None. |
|
| WardId | integer |
None. |
|
| OfficeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApiUserName": "sample string 1",
"Token": "sample string 2",
"WardId": 3,
"OfficeId": 4
}
application/xml, text/xml
Sample:
<GetGisDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ULBGIS.Models"> <ApiUserName>sample string 1</ApiUserName> <OfficeId>4</OfficeId> <Token>sample string 2</Token> <WardId>3</WardId> </GetGisDataRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GISDataResp| Name | Description | Type | Additional information |
|---|---|---|---|
| RespCode | string |
None. |
|
| respMessage | string |
None. |
|
| Data | Collection of GetGisDataResponseEntity |
None. |
Response Formats
application/json, text/json
Sample:
{
"RespCode": "sample string 1",
"respMessage": "sample string 2",
"Data": [
{
"WardName": "sample string 1",
"OfficeName": "sample string 2",
"MuhallaName": "sample string 3",
"WardNo": 4,
"OwnerName": "sample string 5",
"FatherName": "sample string 6",
"DOB": "sample string 7",
"PropertyNo": "sample string 8",
"PropertyName": "sample string 9",
"PropertyId": 10,
"GridNumber": "sample string 11",
"TotalPropertyArea": 12.0,
"UID": "sample string 13"
},
{
"WardName": "sample string 1",
"OfficeName": "sample string 2",
"MuhallaName": "sample string 3",
"WardNo": 4,
"OwnerName": "sample string 5",
"FatherName": "sample string 6",
"DOB": "sample string 7",
"PropertyNo": "sample string 8",
"PropertyName": "sample string 9",
"PropertyId": 10,
"GridNumber": "sample string 11",
"TotalPropertyArea": 12.0,
"UID": "sample string 13"
}
]
}
application/xml, text/xml
Sample:
<GISDataResp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ULBGIS.Models">
<Data>
<GetGisDataResponseEntity>
<DOB>sample string 7</DOB>
<FatherName>sample string 6</FatherName>
<GridNumber>sample string 11</GridNumber>
<MuhallaName>sample string 3</MuhallaName>
<OfficeName>sample string 2</OfficeName>
<OwnerName>sample string 5</OwnerName>
<PropertyId>10</PropertyId>
<PropertyName>sample string 9</PropertyName>
<PropertyNo>sample string 8</PropertyNo>
<TotalPropertyArea>12</TotalPropertyArea>
<UID>sample string 13</UID>
<WardName>sample string 1</WardName>
<WardNo>4</WardNo>
</GetGisDataResponseEntity>
<GetGisDataResponseEntity>
<DOB>sample string 7</DOB>
<FatherName>sample string 6</FatherName>
<GridNumber>sample string 11</GridNumber>
<MuhallaName>sample string 3</MuhallaName>
<OfficeName>sample string 2</OfficeName>
<OwnerName>sample string 5</OwnerName>
<PropertyId>10</PropertyId>
<PropertyName>sample string 9</PropertyName>
<PropertyNo>sample string 8</PropertyNo>
<TotalPropertyArea>12</TotalPropertyArea>
<UID>sample string 13</UID>
<WardName>sample string 1</WardName>
<WardNo>4</WardNo>
</GetGisDataResponseEntity>
</Data>
<RespCode>sample string 1</RespCode>
<respMessage>sample string 2</respMessage>
</GISDataResp>