POST api/Values/NewProjectListGetData

Request Information

URI Parameters

None.

Body Parameters

Sub_Property_Type_Master_Property
NameDescriptionTypeAdditional information
sub_property_type_id

integer

None.

Property_type_id

integer

None.

sub_property_type_name

string

None.

property_listing_flag

integer

None.

project_flag

integer

None.

total_tower_flag

integer

None.

total_house_villa_flag

integer

None.

none_flag

integer

None.

total_house_villa_flagactive

integer

None.

active

integer

None.

sequence

integer

None.

remarks

string

None.

property_type_name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "sub_property_type_id": 1,
  "Property_type_id": 2,
  "sub_property_type_name": "sample string 3",
  "property_listing_flag": 4,
  "project_flag": 5,
  "total_tower_flag": 6,
  "total_house_villa_flag": 7,
  "none_flag": 8,
  "total_house_villa_flagactive": 9,
  "active": 10,
  "sequence": 11,
  "remarks": "sample string 12",
  "property_type_name": "sample string 13"
}

application/xml, text/xml

Sample:
<Sub_Property_Type_Master_Property xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.PropertyClasses.Master">
  <Property_type_id>2</Property_type_id>
  <active>10</active>
  <none_flag>8</none_flag>
  <project_flag>5</project_flag>
  <property_listing_flag>4</property_listing_flag>
  <property_type_name>sample string 13</property_type_name>
  <remarks>sample string 12</remarks>
  <sequence>11</sequence>
  <sub_property_type_id>1</sub_property_type_id>
  <sub_property_type_name>sample string 3</sub_property_type_name>
  <total_house_villa_flag>7</total_house_villa_flag>
  <total_house_villa_flagactive>9</total_house_villa_flagactive>
  <total_tower_flag>6</total_tower_flag>
</Sub_Property_Type_Master_Property>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SubPropertType_NewProjectList_Response
NameDescriptionTypeAdditional information
success

boolean

None.

msg

string

None.

data

Collection of Sub_Property_Type_Master_Property

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "msg": "sample string 2",
  "data": [
    {
      "sub_property_type_id": 1,
      "Property_type_id": 2,
      "sub_property_type_name": "sample string 3",
      "property_listing_flag": 4,
      "project_flag": 5,
      "total_tower_flag": 6,
      "total_house_villa_flag": 7,
      "none_flag": 8,
      "total_house_villa_flagactive": 9,
      "active": 10,
      "sequence": 11,
      "remarks": "sample string 12",
      "property_type_name": "sample string 13"
    },
    {
      "sub_property_type_id": 1,
      "Property_type_id": 2,
      "sub_property_type_name": "sample string 3",
      "property_listing_flag": 4,
      "project_flag": 5,
      "total_tower_flag": 6,
      "total_house_villa_flag": 7,
      "none_flag": 8,
      "total_house_villa_flagactive": 9,
      "active": 10,
      "sequence": 11,
      "remarks": "sample string 12",
      "property_type_name": "sample string 13"
    }
  ]
}

application/xml, text/xml

Sample:
<SubPropertType_NewProjectList_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:Sub_Property_Type_Master_Property>
      <d2p1:Property_type_id>2</d2p1:Property_type_id>
      <d2p1:active>10</d2p1:active>
      <d2p1:none_flag>8</d2p1:none_flag>
      <d2p1:project_flag>5</d2p1:project_flag>
      <d2p1:property_listing_flag>4</d2p1:property_listing_flag>
      <d2p1:property_type_name>sample string 13</d2p1:property_type_name>
      <d2p1:remarks>sample string 12</d2p1:remarks>
      <d2p1:sequence>11</d2p1:sequence>
      <d2p1:sub_property_type_id>1</d2p1:sub_property_type_id>
      <d2p1:sub_property_type_name>sample string 3</d2p1:sub_property_type_name>
      <d2p1:total_house_villa_flag>7</d2p1:total_house_villa_flag>
      <d2p1:total_house_villa_flagactive>9</d2p1:total_house_villa_flagactive>
      <d2p1:total_tower_flag>6</d2p1:total_tower_flag>
    </d2p1:Sub_Property_Type_Master_Property>
    <d2p1:Sub_Property_Type_Master_Property>
      <d2p1:Property_type_id>2</d2p1:Property_type_id>
      <d2p1:active>10</d2p1:active>
      <d2p1:none_flag>8</d2p1:none_flag>
      <d2p1:project_flag>5</d2p1:project_flag>
      <d2p1:property_listing_flag>4</d2p1:property_listing_flag>
      <d2p1:property_type_name>sample string 13</d2p1:property_type_name>
      <d2p1:remarks>sample string 12</d2p1:remarks>
      <d2p1:sequence>11</d2p1:sequence>
      <d2p1:sub_property_type_id>1</d2p1:sub_property_type_id>
      <d2p1:sub_property_type_name>sample string 3</d2p1:sub_property_type_name>
      <d2p1:total_house_villa_flag>7</d2p1:total_house_villa_flag>
      <d2p1:total_house_villa_flagactive>9</d2p1:total_house_villa_flagactive>
      <d2p1:total_tower_flag>6</d2p1:total_tower_flag>
    </d2p1:Sub_Property_Type_Master_Property>
  </data>
  <msg>sample string 2</msg>
  <success>true</success>
</SubPropertType_NewProjectList_Response>