POST api/Values/AreaGetData

Request Information

URI Parameters

None.

Body Parameters

Area_Master_Property
NameDescriptionTypeAdditional information
area_id

integer

None.

area_name

string

None.

city_id

integer

None.

state_id

integer

None.

country_id

integer

None.

pincode

integer

None.

active

integer

None.

sequence

integer

None.

remarks

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.

Request Formats

application/json, text/json

Sample:
{
  "area_id": 1,
  "area_name": "sample string 2",
  "city_id": 3,
  "state_id": 4,
  "country_id": 5,
  "pincode": 6,
  "active": 7,
  "sequence": 8,
  "remarks": 9,
  "add_user_id": 10,
  "entry_date": "sample string 11",
  "entry_time": "sample string 12",
  "update_user_id": 13,
  "update_date": "sample string 14",
  "update_time": "sample string 15",
  "ip_address": "sample string 16"
}

application/xml, text/xml

Sample:
<Area_Master_Property xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.PropertyClasses.Master">
  <active>7</active>
  <add_user_id>10</add_user_id>
  <area_id>1</area_id>
  <area_name>sample string 2</area_name>
  <city_id>3</city_id>
  <country_id>5</country_id>
  <entry_date>sample string 11</entry_date>
  <entry_time>sample string 12</entry_time>
  <ip_address>sample string 16</ip_address>
  <pincode>6</pincode>
  <remarks>9</remarks>
  <sequence>8</sequence>
  <state_id>4</state_id>
  <update_date>sample string 14</update_date>
  <update_time>sample string 15</update_time>
  <update_user_id>13</update_user_id>
</Area_Master_Property>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Area_Master_Response
NameDescriptionTypeAdditional information
success

boolean

None.

msg

string

None.

data

Collection of Area_Master_Property

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "msg": "sample string 2",
  "data": [
    {
      "area_id": 1,
      "area_name": "sample string 2",
      "city_id": 3,
      "state_id": 4,
      "country_id": 5,
      "pincode": 6,
      "active": 7,
      "sequence": 8,
      "remarks": 9,
      "add_user_id": 10,
      "entry_date": "sample string 11",
      "entry_time": "sample string 12",
      "update_user_id": 13,
      "update_date": "sample string 14",
      "update_time": "sample string 15",
      "ip_address": "sample string 16"
    },
    {
      "area_id": 1,
      "area_name": "sample string 2",
      "city_id": 3,
      "state_id": 4,
      "country_id": 5,
      "pincode": 6,
      "active": 7,
      "sequence": 8,
      "remarks": 9,
      "add_user_id": 10,
      "entry_date": "sample string 11",
      "entry_time": "sample string 12",
      "update_user_id": 13,
      "update_date": "sample string 14",
      "update_time": "sample string 15",
      "ip_address": "sample string 16"
    }
  ]
}

application/xml, text/xml

Sample:
<Area_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:Area_Master_Property>
      <d2p1:active>7</d2p1:active>
      <d2p1:add_user_id>10</d2p1:add_user_id>
      <d2p1:area_id>1</d2p1:area_id>
      <d2p1:area_name>sample string 2</d2p1:area_name>
      <d2p1:city_id>3</d2p1:city_id>
      <d2p1:country_id>5</d2p1:country_id>
      <d2p1:entry_date>sample string 11</d2p1:entry_date>
      <d2p1:entry_time>sample string 12</d2p1:entry_time>
      <d2p1:ip_address>sample string 16</d2p1:ip_address>
      <d2p1:pincode>6</d2p1:pincode>
      <d2p1:remarks>9</d2p1:remarks>
      <d2p1:sequence>8</d2p1:sequence>
      <d2p1:state_id>4</d2p1:state_id>
      <d2p1:update_date>sample string 14</d2p1:update_date>
      <d2p1:update_time>sample string 15</d2p1:update_time>
      <d2p1:update_user_id>13</d2p1:update_user_id>
    </d2p1:Area_Master_Property>
    <d2p1:Area_Master_Property>
      <d2p1:active>7</d2p1:active>
      <d2p1:add_user_id>10</d2p1:add_user_id>
      <d2p1:area_id>1</d2p1:area_id>
      <d2p1:area_name>sample string 2</d2p1:area_name>
      <d2p1:city_id>3</d2p1:city_id>
      <d2p1:country_id>5</d2p1:country_id>
      <d2p1:entry_date>sample string 11</d2p1:entry_date>
      <d2p1:entry_time>sample string 12</d2p1:entry_time>
      <d2p1:ip_address>sample string 16</d2p1:ip_address>
      <d2p1:pincode>6</d2p1:pincode>
      <d2p1:remarks>9</d2p1:remarks>
      <d2p1:sequence>8</d2p1:sequence>
      <d2p1:state_id>4</d2p1:state_id>
      <d2p1:update_date>sample string 14</d2p1:update_date>
      <d2p1:update_time>sample string 15</d2p1:update_time>
      <d2p1:update_user_id>13</d2p1:update_user_id>
    </d2p1:Area_Master_Property>
  </data>
  <msg>sample string 2</msg>
  <success>true</success>
</Area_Master_Response>