POST api/gis/PropertyDataList

Request Information

URI Parameters

None.

Body Parameters

GetPropertyDataRequest
NameDescriptionTypeAdditional information
ApiUserName

string

None.

Token

string

None.

PropertyId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ApiUserName": "sample string 1",
  "Token": "sample string 2",
  "PropertyId": 3
}

application/xml, text/xml

Sample:
<GetPropertyDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ULBGIS.Models">
  <ApiUserName>sample string 1</ApiUserName>
  <PropertyId>3</PropertyId>
  <Token>sample string 2</Token>
</GetPropertyDataRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetPropertyDataResponse
NameDescriptionTypeAdditional information
RespCode

string

None.

respMessage

string

None.

PropertyId

integer

None.

OfficeId

integer

None.

PropertyNo

string

None.

OldPropertyNo

string

None.

AssesmentDate

string

None.

WardId

integer

None.

MuhallaId

integer

None.

OwnershipId

integer

None.

FatherName

string

None.

HindiHatherName

string

None.

OwnerName

string

None.

HindiOwnerName

string

None.

HouseNo

string

None.

Address

string

None.

MobileNo

string

None.

RentAreaSqr

string

None.

TotalArea

decimal number

None.

AreaRateId

integer

None.

RoadWidthId

integer

None.

ConstructionYear

integer

None.

TotalOwnArea

decimal number

None.

TypeId

integer

None.

Floor

integer

None.

NoofRoom

integer

None.

NoofShop

string

None.

RoadFit

decimal number

None.

Remark

string

None.

IsWConnection

integer

None.

GridNo

integer

None.

GaliNo

integer

None.

IsTaxPay

integer

None.

RashanCardTypeId

integer

None.

NoofMember

integer

None.

RelegionId

integer

None.

CasteId

integer

None.

RegistrationTypeId

integer

None.

RaodTypeId

integer

None.

Toilet

integer

None.

RUID

string

None.

GovtSchemeId

integer

None.

SubCastId

integer

None.

PropertyUseId

integer

None.

ExemptionCategoryId

integer

None.

ResidentialArrear

decimal number

None.

CommercialArrear

decimal number

None.

DOB

string

None.

GenderId

integer

None.

PropertySubType

integer

None.

OccupationId

integer

None.

OtherRemark

string

None.

WardName

string

None.

TotalPropertyArea

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "RespCode": "sample string 1",
  "respMessage": "sample string 2",
  "PropertyId": 3,
  "OfficeId": 4,
  "PropertyNo": "sample string 5",
  "OldPropertyNo": "sample string 6",
  "AssesmentDate": "sample string 7",
  "WardId": 8,
  "MuhallaId": 9,
  "OwnershipId": 10,
  "FatherName": "sample string 11",
  "HindiHatherName": "sample string 12",
  "OwnerName": "sample string 13",
  "HindiOwnerName": "sample string 14",
  "HouseNo": "sample string 15",
  "Address": "sample string 16",
  "MobileNo": "sample string 17",
  "RentAreaSqr": "sample string 18",
  "TotalArea": 19.0,
  "AreaRateId": 20,
  "RoadWidthId": 21,
  "ConstructionYear": 22,
  "TotalOwnArea": 23.0,
  "TypeId": 24,
  "Floor": 25,
  "NoofRoom": 26,
  "NoofShop": "sample string 27",
  "RoadFit": 28.0,
  "Remark": "sample string 29",
  "IsWConnection": 30,
  "GridNo": 31,
  "GaliNo": 32,
  "IsTaxPay": 33,
  "RashanCardTypeId": 34,
  "NoofMember": 35,
  "RelegionId": 36,
  "CasteId": 37,
  "RegistrationTypeId": 38,
  "RaodTypeId": 39,
  "Toilet": 40,
  "RUID": "sample string 41",
  "GovtSchemeId": 42,
  "SubCastId": 43,
  "PropertyUseId": 44,
  "ExemptionCategoryId": 45,
  "ResidentialArrear": 46.0,
  "CommercialArrear": 47.0,
  "DOB": "sample string 48",
  "GenderId": 49,
  "PropertySubType": 50,
  "OccupationId": 51,
  "OtherRemark": "sample string 52",
  "WardName": "sample string 53",
  "TotalPropertyArea": 54.0
}

application/xml, text/xml

Sample:
<GetPropertyDataResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ULBGIS.Models">
  <Address>sample string 16</Address>
  <AreaRateId>20</AreaRateId>
  <AssesmentDate>sample string 7</AssesmentDate>
  <CasteId>37</CasteId>
  <CommercialArrear>47</CommercialArrear>
  <ConstructionYear>22</ConstructionYear>
  <DOB>sample string 48</DOB>
  <ExemptionCategoryId>45</ExemptionCategoryId>
  <FatherName>sample string 11</FatherName>
  <Floor>25</Floor>
  <GaliNo>32</GaliNo>
  <GenderId>49</GenderId>
  <GovtSchemeId>42</GovtSchemeId>
  <GridNo>31</GridNo>
  <HindiHatherName>sample string 12</HindiHatherName>
  <HindiOwnerName>sample string 14</HindiOwnerName>
  <HouseNo>sample string 15</HouseNo>
  <IsTaxPay>33</IsTaxPay>
  <IsWConnection>30</IsWConnection>
  <MobileNo>sample string 17</MobileNo>
  <MuhallaId>9</MuhallaId>
  <NoofMember>35</NoofMember>
  <NoofRoom>26</NoofRoom>
  <NoofShop>sample string 27</NoofShop>
  <OccupationId>51</OccupationId>
  <OfficeId>4</OfficeId>
  <OldPropertyNo>sample string 6</OldPropertyNo>
  <OtherRemark>sample string 52</OtherRemark>
  <OwnerName>sample string 13</OwnerName>
  <OwnershipId>10</OwnershipId>
  <PropertyId>3</PropertyId>
  <PropertyNo>sample string 5</PropertyNo>
  <PropertySubType>50</PropertySubType>
  <PropertyUseId>44</PropertyUseId>
  <RUID>sample string 41</RUID>
  <RaodTypeId>39</RaodTypeId>
  <RashanCardTypeId>34</RashanCardTypeId>
  <RegistrationTypeId>38</RegistrationTypeId>
  <RelegionId>36</RelegionId>
  <Remark>sample string 29</Remark>
  <RentAreaSqr>sample string 18</RentAreaSqr>
  <ResidentialArrear>46</ResidentialArrear>
  <RespCode>sample string 1</RespCode>
  <RoadFit>28</RoadFit>
  <RoadWidthId>21</RoadWidthId>
  <SubCastId>43</SubCastId>
  <Toilet>40</Toilet>
  <TotalArea>19</TotalArea>
  <TotalOwnArea>23</TotalOwnArea>
  <TotalPropertyArea>54</TotalPropertyArea>
  <TypeId>24</TypeId>
  <WardId>8</WardId>
  <WardName>sample string 53</WardName>
  <respMessage>sample string 2</respMessage>
</GetPropertyDataResponse>