POST api/UserApi/GetProperty
Request Information
URI Parameters
None.
Body Parameters
BOProperty| Name | Description | Type | Additional information |
|---|---|---|---|
| Result_status | integer |
None. |
|
| UserId | integer |
None. |
|
| PurchaseUnit | integer |
None. |
|
| PropertyId | integer |
None. |
|
| Property_name | string |
None. |
|
| Property_Address | string |
None. |
|
| Msg | string |
None. |
|
| Error_msg | string |
None. |
|
| Area | decimal number |
None. |
|
| Rate | decimal number |
None. |
|
| Balance_area | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Result_status": 1,
"UserId": 2,
"PurchaseUnit": 3,
"PropertyId": 4,
"Property_name": "sample string 5",
"Property_Address": "sample string 6",
"Msg": "sample string 7",
"Error_msg": "sample string 8",
"Area": 9.0,
"Rate": 10.0,
"Balance_area": 11.0
}
application/xml, text/xml
Sample:
<BOProperty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BO"> <Area>9</Area> <Balance_area>11</Balance_area> <Error_msg>sample string 8</Error_msg> <Msg>sample string 7</Msg> <PropertyId>4</PropertyId> <Property_Address>sample string 6</Property_Address> <Property_name>sample string 5</Property_name> <PurchaseUnit>3</PurchaseUnit> <Rate>10</Rate> <Result_status>1</Result_status> <UserId>2</UserId> </BOProperty>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.