POST api/Values/agentsmembershipmaster

Request Information

URI Parameters

None.

Body Parameters

Agents_Membership_Master_Property
NameDescriptionTypeAdditional information
agents_membership_id

integer

None.

agents_membership_name

string

None.

agents_membership_price

decimal number

None.

active

integer

None.

sequence

integer

None.

remarks

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.

subscription_days

integer

None.

subscription_validity

integer

None.

max_photo

integer

None.

max_video

integer

None.

property_max_listing

integer

None.

is_verified

integer

None.

support_project_upto

integer

None.

support_property_upto

integer

None.

is_free_package

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "agents_membership_id": 1,
  "agents_membership_name": "sample string 2",
  "agents_membership_price": 3.0,
  "active": 4,
  "sequence": 5,
  "remarks": "sample string 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",
  "subscription_days": 14,
  "subscription_validity": 15,
  "max_photo": 16,
  "max_video": 17,
  "property_max_listing": 18,
  "is_verified": 19,
  "support_project_upto": 20,
  "support_property_upto": 21,
  "is_free_package": 22
}

application/xml, text/xml

Sample:
<Agents_Membership_Master_Property xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.PropertyClasses.Agents_Advertisements">
  <active>4</active>
  <add_user_id>7</add_user_id>
  <agents_membership_id>1</agents_membership_id>
  <agents_membership_name>sample string 2</agents_membership_name>
  <agents_membership_price>3</agents_membership_price>
  <entry_date>sample string 8</entry_date>
  <entry_time>sample string 9</entry_time>
  <ip_address>sample string 13</ip_address>
  <is_free_package>22</is_free_package>
  <is_verified>19</is_verified>
  <max_photo>16</max_photo>
  <max_video>17</max_video>
  <property_max_listing>18</property_max_listing>
  <remarks>sample string 6</remarks>
  <sequence>5</sequence>
  <subscription_days>14</subscription_days>
  <subscription_validity>15</subscription_validity>
  <support_project_upto>20</support_project_upto>
  <support_property_upto>21</support_property_upto>
  <update_date>sample string 11</update_date>
  <update_time>sample string 12</update_time>
  <update_user_id>10</update_user_id>
</Agents_Membership_Master_Property>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Agent_MemberShip_List_Response
NameDescriptionTypeAdditional information
success

boolean

None.

msg

string

None.

data

Collection of Agents_Membership_Master_Property

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "msg": "sample string 2",
  "data": [
    {
      "agents_membership_id": 1,
      "agents_membership_name": "sample string 2",
      "agents_membership_price": 3.0,
      "active": 4,
      "sequence": 5,
      "remarks": "sample string 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",
      "subscription_days": 14,
      "subscription_validity": 15,
      "max_photo": 16,
      "max_video": 17,
      "property_max_listing": 18,
      "is_verified": 19,
      "support_project_upto": 20,
      "support_property_upto": 21,
      "is_free_package": 22
    },
    {
      "agents_membership_id": 1,
      "agents_membership_name": "sample string 2",
      "agents_membership_price": 3.0,
      "active": 4,
      "sequence": 5,
      "remarks": "sample string 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",
      "subscription_days": 14,
      "subscription_validity": 15,
      "max_photo": 16,
      "max_video": 17,
      "property_max_listing": 18,
      "is_verified": 19,
      "support_project_upto": 20,
      "support_property_upto": 21,
      "is_free_package": 22
    }
  ]
}

application/xml, text/xml

Sample:
<Agent_MemberShip_List_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.Agents_Advertisements">
    <d2p1:Agents_Membership_Master_Property>
      <d2p1:active>4</d2p1:active>
      <d2p1:add_user_id>7</d2p1:add_user_id>
      <d2p1:agents_membership_id>1</d2p1:agents_membership_id>
      <d2p1:agents_membership_name>sample string 2</d2p1:agents_membership_name>
      <d2p1:agents_membership_price>3</d2p1:agents_membership_price>
      <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:is_free_package>22</d2p1:is_free_package>
      <d2p1:is_verified>19</d2p1:is_verified>
      <d2p1:max_photo>16</d2p1:max_photo>
      <d2p1:max_video>17</d2p1:max_video>
      <d2p1:property_max_listing>18</d2p1:property_max_listing>
      <d2p1:remarks>sample string 6</d2p1:remarks>
      <d2p1:sequence>5</d2p1:sequence>
      <d2p1:subscription_days>14</d2p1:subscription_days>
      <d2p1:subscription_validity>15</d2p1:subscription_validity>
      <d2p1:support_project_upto>20</d2p1:support_project_upto>
      <d2p1:support_property_upto>21</d2p1:support_property_upto>
      <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:Agents_Membership_Master_Property>
    <d2p1:Agents_Membership_Master_Property>
      <d2p1:active>4</d2p1:active>
      <d2p1:add_user_id>7</d2p1:add_user_id>
      <d2p1:agents_membership_id>1</d2p1:agents_membership_id>
      <d2p1:agents_membership_name>sample string 2</d2p1:agents_membership_name>
      <d2p1:agents_membership_price>3</d2p1:agents_membership_price>
      <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:is_free_package>22</d2p1:is_free_package>
      <d2p1:is_verified>19</d2p1:is_verified>
      <d2p1:max_photo>16</d2p1:max_photo>
      <d2p1:max_video>17</d2p1:max_video>
      <d2p1:property_max_listing>18</d2p1:property_max_listing>
      <d2p1:remarks>sample string 6</d2p1:remarks>
      <d2p1:sequence>5</d2p1:sequence>
      <d2p1:subscription_days>14</d2p1:subscription_days>
      <d2p1:subscription_validity>15</d2p1:subscription_validity>
      <d2p1:support_project_upto>20</d2p1:support_project_upto>
      <d2p1:support_property_upto>21</d2p1:support_property_upto>
      <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:Agents_Membership_Master_Property>
  </data>
  <msg>sample string 2</msg>
  <success>true</success>
</Agent_MemberShip_List_Response>