POST api/Values/ProjectCustomGetData
Request Information
URI Parameters
None.
Body Parameters
ProjectUnit_Custom_Master_Property| Name | Description | Type | Additional information |
|---|---|---|---|
| projectunit_custom_master_id | integer |
None. |
|
| projectunit_custom_type | string |
None. |
|
| active | integer |
None. |
|
| sequence | integer |
None. |
|
| remarks | string |
None. |
|
| Property_type_id | integer |
None. |
|
| sub_property_type_id | 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. |
|
| projectunit_custom_control | string |
None. |
|
| projectunit_custom_select_option | string |
None. |
|
| property_listing_custom_value | string |
None. |
|
| is_compulsory | integer |
None. |
|
| project_custom_sub_property_type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"projectunit_custom_master_id": 1,
"projectunit_custom_type": "sample string 2",
"active": 3,
"sequence": 4,
"remarks": "sample string 5",
"Property_type_id": 6,
"sub_property_type_id": "sample string 7",
"add_user_id": 8,
"entry_date": "sample string 9",
"entry_time": "sample string 10",
"update_user_id": 11,
"update_date": "sample string 12",
"update_time": "sample string 13",
"ip_address": "sample string 14",
"projectunit_custom_control": "sample string 15",
"projectunit_custom_select_option": "sample string 16",
"property_listing_custom_value": "sample string 17",
"is_compulsory": 18,
"project_custom_sub_property_type": "sample string 19"
}
application/xml, text/xml
Sample:
<ProjectUnit_Custom_Master_Property xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.PropertyClasses.Master"> <Property_type_id>6</Property_type_id> <active>3</active> <add_user_id>8</add_user_id> <entry_date>sample string 9</entry_date> <entry_time>sample string 10</entry_time> <ip_address>sample string 14</ip_address> <is_compulsory>18</is_compulsory> <project_custom_sub_property_type>sample string 19</project_custom_sub_property_type> <projectunit_custom_control>sample string 15</projectunit_custom_control> <projectunit_custom_master_id>1</projectunit_custom_master_id> <projectunit_custom_select_option>sample string 16</projectunit_custom_select_option> <projectunit_custom_type>sample string 2</projectunit_custom_type> <property_listing_custom_value>sample string 17</property_listing_custom_value> <remarks>sample string 5</remarks> <sequence>4</sequence> <sub_property_type_id>sample string 7</sub_property_type_id> <update_date>sample string 12</update_date> <update_time>sample string 13</update_time> <update_user_id>11</update_user_id> </ProjectUnit_Custom_Master_Property>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Project_Custom_Master_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| msg | string |
None. |
|
| data | Collection of ProjectUnit_Custom_Master_Property |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"msg": "sample string 2",
"data": [
{
"projectunit_custom_master_id": 1,
"projectunit_custom_type": "sample string 2",
"active": 3,
"sequence": 4,
"remarks": "sample string 5",
"Property_type_id": 6,
"sub_property_type_id": "sample string 7",
"add_user_id": 8,
"entry_date": "sample string 9",
"entry_time": "sample string 10",
"update_user_id": 11,
"update_date": "sample string 12",
"update_time": "sample string 13",
"ip_address": "sample string 14",
"projectunit_custom_control": "sample string 15",
"projectunit_custom_select_option": "sample string 16",
"property_listing_custom_value": "sample string 17",
"is_compulsory": 18,
"project_custom_sub_property_type": "sample string 19"
},
{
"projectunit_custom_master_id": 1,
"projectunit_custom_type": "sample string 2",
"active": 3,
"sequence": 4,
"remarks": "sample string 5",
"Property_type_id": 6,
"sub_property_type_id": "sample string 7",
"add_user_id": 8,
"entry_date": "sample string 9",
"entry_time": "sample string 10",
"update_user_id": 11,
"update_date": "sample string 12",
"update_time": "sample string 13",
"ip_address": "sample string 14",
"projectunit_custom_control": "sample string 15",
"projectunit_custom_select_option": "sample string 16",
"property_listing_custom_value": "sample string 17",
"is_compulsory": 18,
"project_custom_sub_property_type": "sample string 19"
}
]
}
application/xml, text/xml
Sample:
<Project_Custom_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.Master">
<d2p1:ProjectUnit_Custom_Master_Property>
<d2p1:Property_type_id>6</d2p1:Property_type_id>
<d2p1:active>3</d2p1:active>
<d2p1:add_user_id>8</d2p1:add_user_id>
<d2p1:entry_date>sample string 9</d2p1:entry_date>
<d2p1:entry_time>sample string 10</d2p1:entry_time>
<d2p1:ip_address>sample string 14</d2p1:ip_address>
<d2p1:is_compulsory>18</d2p1:is_compulsory>
<d2p1:project_custom_sub_property_type>sample string 19</d2p1:project_custom_sub_property_type>
<d2p1:projectunit_custom_control>sample string 15</d2p1:projectunit_custom_control>
<d2p1:projectunit_custom_master_id>1</d2p1:projectunit_custom_master_id>
<d2p1:projectunit_custom_select_option>sample string 16</d2p1:projectunit_custom_select_option>
<d2p1:projectunit_custom_type>sample string 2</d2p1:projectunit_custom_type>
<d2p1:property_listing_custom_value>sample string 17</d2p1:property_listing_custom_value>
<d2p1:remarks>sample string 5</d2p1:remarks>
<d2p1:sequence>4</d2p1:sequence>
<d2p1:sub_property_type_id>sample string 7</d2p1:sub_property_type_id>
<d2p1:update_date>sample string 12</d2p1:update_date>
<d2p1:update_time>sample string 13</d2p1:update_time>
<d2p1:update_user_id>11</d2p1:update_user_id>
</d2p1:ProjectUnit_Custom_Master_Property>
<d2p1:ProjectUnit_Custom_Master_Property>
<d2p1:Property_type_id>6</d2p1:Property_type_id>
<d2p1:active>3</d2p1:active>
<d2p1:add_user_id>8</d2p1:add_user_id>
<d2p1:entry_date>sample string 9</d2p1:entry_date>
<d2p1:entry_time>sample string 10</d2p1:entry_time>
<d2p1:ip_address>sample string 14</d2p1:ip_address>
<d2p1:is_compulsory>18</d2p1:is_compulsory>
<d2p1:project_custom_sub_property_type>sample string 19</d2p1:project_custom_sub_property_type>
<d2p1:projectunit_custom_control>sample string 15</d2p1:projectunit_custom_control>
<d2p1:projectunit_custom_master_id>1</d2p1:projectunit_custom_master_id>
<d2p1:projectunit_custom_select_option>sample string 16</d2p1:projectunit_custom_select_option>
<d2p1:projectunit_custom_type>sample string 2</d2p1:projectunit_custom_type>
<d2p1:property_listing_custom_value>sample string 17</d2p1:property_listing_custom_value>
<d2p1:remarks>sample string 5</d2p1:remarks>
<d2p1:sequence>4</d2p1:sequence>
<d2p1:sub_property_type_id>sample string 7</d2p1:sub_property_type_id>
<d2p1:update_date>sample string 12</d2p1:update_date>
<d2p1:update_time>sample string 13</d2p1:update_time>
<d2p1:update_user_id>11</d2p1:update_user_id>
</d2p1:ProjectUnit_Custom_Master_Property>
</data>
<msg>sample string 2</msg>
<success>true</success>
</Project_Custom_Master_Response>