POST api/Values/possessionGetData

Request Information

URI Parameters

None.

Body Parameters

Property_Age_Master_Property
NameDescriptionTypeAdditional information
property_age_id

integer

None.

property_age

string

None.

property_type_id

integer

None.

sub_property_type_id

integer

None.

active

integer

None.

sequence

integer

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.

possession_year

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "property_age_id": 1,
  "property_age": "sample string 2",
  "property_type_id": 3,
  "sub_property_type_id": 4,
  "active": 5,
  "sequence": 6,
  "add_user_id": 7,
  "entry_date": "sample string 8",
  "entry_time": "sample string 9",
  "update_user_id": 10,
  "update_date": "sample string 11",
  "update_time": "sample string 12",
  "ip_address": "sample string 13",
  "possession_year": 14
}

application/xml, text/xml

Sample:
<Property_Age_Master_Property xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.PropertyClasses.Master">
  <active>5</active>
  <add_user_id>7</add_user_id>
  <entry_date>sample string 8</entry_date>
  <entry_time>sample string 9</entry_time>
  <ip_address>sample string 13</ip_address>
  <possession_year>14</possession_year>
  <property_age>sample string 2</property_age>
  <property_age_id>1</property_age_id>
  <property_type_id>3</property_type_id>
  <sequence>6</sequence>
  <sub_property_type_id>4</sub_property_type_id>
  <update_date>sample string 11</update_date>
  <update_time>sample string 12</update_time>
  <update_user_id>10</update_user_id>
</Property_Age_Master_Property>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Possession_Master
NameDescriptionTypeAdditional information
success

boolean

None.

msg

string

None.

data

Collection of Property_Age_Master_Property

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "msg": "sample string 2",
  "data": [
    {
      "property_age_id": 1,
      "property_age": "sample string 2",
      "property_type_id": 3,
      "sub_property_type_id": 4,
      "active": 5,
      "sequence": 6,
      "add_user_id": 7,
      "entry_date": "sample string 8",
      "entry_time": "sample string 9",
      "update_user_id": 10,
      "update_date": "sample string 11",
      "update_time": "sample string 12",
      "ip_address": "sample string 13",
      "possession_year": 14
    },
    {
      "property_age_id": 1,
      "property_age": "sample string 2",
      "property_type_id": 3,
      "sub_property_type_id": 4,
      "active": 5,
      "sequence": 6,
      "add_user_id": 7,
      "entry_date": "sample string 8",
      "entry_time": "sample string 9",
      "update_user_id": 10,
      "update_date": "sample string 11",
      "update_time": "sample string 12",
      "ip_address": "sample string 13",
      "possession_year": 14
    }
  ]
}

application/xml, text/xml

Sample:
<Possession_Master 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:Property_Age_Master_Property>
      <d2p1:active>5</d2p1:active>
      <d2p1:add_user_id>7</d2p1:add_user_id>
      <d2p1:entry_date>sample string 8</d2p1:entry_date>
      <d2p1:entry_time>sample string 9</d2p1:entry_time>
      <d2p1:ip_address>sample string 13</d2p1:ip_address>
      <d2p1:possession_year>14</d2p1:possession_year>
      <d2p1:property_age>sample string 2</d2p1:property_age>
      <d2p1:property_age_id>1</d2p1:property_age_id>
      <d2p1:property_type_id>3</d2p1:property_type_id>
      <d2p1:sequence>6</d2p1:sequence>
      <d2p1:sub_property_type_id>4</d2p1:sub_property_type_id>
      <d2p1:update_date>sample string 11</d2p1:update_date>
      <d2p1:update_time>sample string 12</d2p1:update_time>
      <d2p1:update_user_id>10</d2p1:update_user_id>
    </d2p1:Property_Age_Master_Property>
    <d2p1:Property_Age_Master_Property>
      <d2p1:active>5</d2p1:active>
      <d2p1:add_user_id>7</d2p1:add_user_id>
      <d2p1:entry_date>sample string 8</d2p1:entry_date>
      <d2p1:entry_time>sample string 9</d2p1:entry_time>
      <d2p1:ip_address>sample string 13</d2p1:ip_address>
      <d2p1:possession_year>14</d2p1:possession_year>
      <d2p1:property_age>sample string 2</d2p1:property_age>
      <d2p1:property_age_id>1</d2p1:property_age_id>
      <d2p1:property_type_id>3</d2p1:property_type_id>
      <d2p1:sequence>6</d2p1:sequence>
      <d2p1:sub_property_type_id>4</d2p1:sub_property_type_id>
      <d2p1:update_date>sample string 11</d2p1:update_date>
      <d2p1:update_time>sample string 12</d2p1:update_time>
      <d2p1:update_user_id>10</d2p1:update_user_id>
    </d2p1:Property_Age_Master_Property>
  </data>
  <msg>sample string 2</msg>
  <success>true</success>
</Possession_Master>