POST api/Values/PropertyCustomGetData
Request Information
URI Parameters
None.
Body Parameters
Custom_Master_Property| Name | Description | Type | Additional information |
|---|---|---|---|
| custom_master_id | integer |
None. |
|
| custome_type | string |
None. |
|
| listed_id | integer |
None. |
|
| listed_name | string |
None. |
|
| active | integer |
None. |
|
| is_compulsory | integer |
None. |
|
| sequence | integer |
None. |
|
| remarks | string |
None. |
|
| Property_type_id | integer |
None. |
|
| property_type_name | string |
None. |
|
| sub_property_type_id | integer |
None. |
|
| sub_property_type_name | string |
None. |
|
| add_user_id | integer |
None. |
|
| entry_date | string |
None. |
|
| entry_time | string |
None. |
|
| update_user_id | integer |
None. |
|
| update_date | string |
None. |
|
| update_time | string |
None. |
|
| ip_address | string |
None. |
|
| custom_control | string |
None. |
|
| custom_select_option | string |
None. |
|
| property_listing_custom_value | string |
None. |
|
| union_custom | string |
None. |
|
| custom_sub_property_type | string |
None. |
|
| with_pg_pricing_data | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"custom_master_id": 1,
"custome_type": "sample string 2",
"listed_id": 3,
"listed_name": "sample string 4",
"active": 5,
"is_compulsory": 6,
"sequence": 7,
"remarks": "sample string 8",
"Property_type_id": 9,
"property_type_name": "sample string 10",
"sub_property_type_id": 11,
"sub_property_type_name": "sample string 12",
"add_user_id": 13,
"entry_date": "sample string 14",
"entry_time": "sample string 15",
"update_user_id": 16,
"update_date": "sample string 17",
"update_time": "sample string 18",
"ip_address": "sample string 19",
"custom_control": "sample string 20",
"custom_select_option": "sample string 21",
"property_listing_custom_value": "sample string 22",
"union_custom": "sample string 23",
"custom_sub_property_type": "sample string 24",
"with_pg_pricing_data": 25
}
application/xml, text/xml
Sample:
<Custom_Master_Property xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.PropertyClasses"> <Property_type_id>9</Property_type_id> <active>5</active> <add_user_id>13</add_user_id> <custom_control>sample string 20</custom_control> <custom_master_id>1</custom_master_id> <custom_select_option>sample string 21</custom_select_option> <custom_sub_property_type>sample string 24</custom_sub_property_type> <custome_type>sample string 2</custome_type> <entry_date>sample string 14</entry_date> <entry_time>sample string 15</entry_time> <ip_address>sample string 19</ip_address> <is_compulsory>6</is_compulsory> <listed_id>3</listed_id> <listed_name>sample string 4</listed_name> <property_listing_custom_value>sample string 22</property_listing_custom_value> <property_type_name>sample string 10</property_type_name> <remarks>sample string 8</remarks> <sequence>7</sequence> <sub_property_type_id>11</sub_property_type_id> <sub_property_type_name>sample string 12</sub_property_type_name> <union_custom>sample string 23</union_custom> <update_date>sample string 17</update_date> <update_time>sample string 18</update_time> <update_user_id>16</update_user_id> <with_pg_pricing_data>25</with_pg_pricing_data> </Custom_Master_Property>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PropertyCustom_Master_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| msg | string |
None. |
|
| data | Collection of Custom_Master_Property |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"msg": "sample string 2",
"data": [
{
"custom_master_id": 1,
"custome_type": "sample string 2",
"listed_id": 3,
"listed_name": "sample string 4",
"active": 5,
"is_compulsory": 6,
"sequence": 7,
"remarks": "sample string 8",
"Property_type_id": 9,
"property_type_name": "sample string 10",
"sub_property_type_id": 11,
"sub_property_type_name": "sample string 12",
"add_user_id": 13,
"entry_date": "sample string 14",
"entry_time": "sample string 15",
"update_user_id": 16,
"update_date": "sample string 17",
"update_time": "sample string 18",
"ip_address": "sample string 19",
"custom_control": "sample string 20",
"custom_select_option": "sample string 21",
"property_listing_custom_value": "sample string 22",
"union_custom": "sample string 23",
"custom_sub_property_type": "sample string 24",
"with_pg_pricing_data": 25
},
{
"custom_master_id": 1,
"custome_type": "sample string 2",
"listed_id": 3,
"listed_name": "sample string 4",
"active": 5,
"is_compulsory": 6,
"sequence": 7,
"remarks": "sample string 8",
"Property_type_id": 9,
"property_type_name": "sample string 10",
"sub_property_type_id": 11,
"sub_property_type_name": "sample string 12",
"add_user_id": 13,
"entry_date": "sample string 14",
"entry_time": "sample string 15",
"update_user_id": 16,
"update_date": "sample string 17",
"update_time": "sample string 18",
"ip_address": "sample string 19",
"custom_control": "sample string 20",
"custom_select_option": "sample string 21",
"property_listing_custom_value": "sample string 22",
"union_custom": "sample string 23",
"custom_sub_property_type": "sample string 24",
"with_pg_pricing_data": 25
}
]
}
application/xml, text/xml
Sample:
<PropertyCustom_Master_Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.FunctionClasses.Response">
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BLL.PropertyClasses">
<d2p1:Custom_Master_Property>
<d2p1:Property_type_id>9</d2p1:Property_type_id>
<d2p1:active>5</d2p1:active>
<d2p1:add_user_id>13</d2p1:add_user_id>
<d2p1:custom_control>sample string 20</d2p1:custom_control>
<d2p1:custom_master_id>1</d2p1:custom_master_id>
<d2p1:custom_select_option>sample string 21</d2p1:custom_select_option>
<d2p1:custom_sub_property_type>sample string 24</d2p1:custom_sub_property_type>
<d2p1:custome_type>sample string 2</d2p1:custome_type>
<d2p1:entry_date>sample string 14</d2p1:entry_date>
<d2p1:entry_time>sample string 15</d2p1:entry_time>
<d2p1:ip_address>sample string 19</d2p1:ip_address>
<d2p1:is_compulsory>6</d2p1:is_compulsory>
<d2p1:listed_id>3</d2p1:listed_id>
<d2p1:listed_name>sample string 4</d2p1:listed_name>
<d2p1:property_listing_custom_value>sample string 22</d2p1:property_listing_custom_value>
<d2p1:property_type_name>sample string 10</d2p1:property_type_name>
<d2p1:remarks>sample string 8</d2p1:remarks>
<d2p1:sequence>7</d2p1:sequence>
<d2p1:sub_property_type_id>11</d2p1:sub_property_type_id>
<d2p1:sub_property_type_name>sample string 12</d2p1:sub_property_type_name>
<d2p1:union_custom>sample string 23</d2p1:union_custom>
<d2p1:update_date>sample string 17</d2p1:update_date>
<d2p1:update_time>sample string 18</d2p1:update_time>
<d2p1:update_user_id>16</d2p1:update_user_id>
<d2p1:with_pg_pricing_data>25</d2p1:with_pg_pricing_data>
</d2p1:Custom_Master_Property>
<d2p1:Custom_Master_Property>
<d2p1:Property_type_id>9</d2p1:Property_type_id>
<d2p1:active>5</d2p1:active>
<d2p1:add_user_id>13</d2p1:add_user_id>
<d2p1:custom_control>sample string 20</d2p1:custom_control>
<d2p1:custom_master_id>1</d2p1:custom_master_id>
<d2p1:custom_select_option>sample string 21</d2p1:custom_select_option>
<d2p1:custom_sub_property_type>sample string 24</d2p1:custom_sub_property_type>
<d2p1:custome_type>sample string 2</d2p1:custome_type>
<d2p1:entry_date>sample string 14</d2p1:entry_date>
<d2p1:entry_time>sample string 15</d2p1:entry_time>
<d2p1:ip_address>sample string 19</d2p1:ip_address>
<d2p1:is_compulsory>6</d2p1:is_compulsory>
<d2p1:listed_id>3</d2p1:listed_id>
<d2p1:listed_name>sample string 4</d2p1:listed_name>
<d2p1:property_listing_custom_value>sample string 22</d2p1:property_listing_custom_value>
<d2p1:property_type_name>sample string 10</d2p1:property_type_name>
<d2p1:remarks>sample string 8</d2p1:remarks>
<d2p1:sequence>7</d2p1:sequence>
<d2p1:sub_property_type_id>11</d2p1:sub_property_type_id>
<d2p1:sub_property_type_name>sample string 12</d2p1:sub_property_type_name>
<d2p1:union_custom>sample string 23</d2p1:union_custom>
<d2p1:update_date>sample string 17</d2p1:update_date>
<d2p1:update_time>sample string 18</d2p1:update_time>
<d2p1:update_user_id>16</d2p1:update_user_id>
<d2p1:with_pg_pricing_data>25</d2p1:with_pg_pricing_data>
</d2p1:Custom_Master_Property>
</data>
<msg>sample string 2</msg>
<success>true</success>
</PropertyCustom_Master_Response>