POST api/Values/bannermembershipwithoutexplore
Request Information
URI Parameters
None.
Body Parameters
Banner_Membership_Master_Property| Name | Description | Type | Additional information |
|---|---|---|---|
| banner_membership_id | integer |
None. |
|
| banner_membership_name | string |
None. |
|
| banner_price | decimal number |
None. |
|
| active | integer |
None. |
|
| sequence | integer |
None. |
|
| remarks | string |
None. |
|
| add_user_id | string |
None. |
|
| entry_date | date |
None. |
|
| entry_time | date |
None. |
|
| update_user_id | string |
None. |
|
| update_date | date |
None. |
|
| update_time | time interval |
None. |
|
| ip_address | decimal number |
None. |
|
| support_project_upto | integer |
None. |
|
| support_photos_upto | integer |
None. |
|
| subscription_duration | integer |
None. |
|
| max_video | integer |
None. |
|
| property_max_listing | integer |
None. |
|
| user_id | integer |
None. |
|
| with_description | integer |
None. |
|
| is_free_package | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"banner_membership_id": 1,
"banner_membership_name": "sample string 2",
"banner_price": 3.0,
"active": 4,
"sequence": 5,
"remarks": "sample string 6",
"add_user_id": "sample string 7",
"entry_date": "2026-01-02T11:08:27.8125203-08:00",
"entry_time": "2026-01-02T11:08:27.8125203-08:00",
"update_user_id": "sample string 10",
"update_date": "2026-01-02T11:08:27.8125203-08:00",
"update_time": "00:00:00.1234567",
"ip_address": 13.0,
"support_project_upto": 14,
"support_photos_upto": 15,
"subscription_duration": 16,
"max_video": 17,
"property_max_listing": 18,
"user_id": 19,
"with_description": 20,
"is_free_package": 21
}
application/xml, text/xml
Sample:
<Banner_Membership_Master_Property xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.PropertyClasses.Banner"> <active>4</active> <add_user_id>sample string 7</add_user_id> <banner_membership_id>1</banner_membership_id> <banner_membership_name>sample string 2</banner_membership_name> <banner_price>3</banner_price> <entry_date>2026-01-02T11:08:27.8125203-08:00</entry_date> <entry_time>2026-01-02T11:08:27.8125203-08:00</entry_time> <ip_address>13</ip_address> <is_free_package>21</is_free_package> <max_video>17</max_video> <property_max_listing>18</property_max_listing> <remarks>sample string 6</remarks> <sequence>5</sequence> <subscription_duration>16</subscription_duration> <support_photos_upto>15</support_photos_upto> <support_project_upto>14</support_project_upto> <update_date>2026-01-02T11:08:27.8125203-08:00</update_date> <update_time>PT0.1234567S</update_time> <update_user_id>sample string 10</update_user_id> <user_id>19</user_id> <with_description>20</with_description> </Banner_Membership_Master_Property>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Banner_MemberShip_Without_Explore_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| msg | string |
None. |
|
| data | Collection of Banner_Membership_Master_Property |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"msg": "sample string 2",
"data": [
{
"banner_membership_id": 1,
"banner_membership_name": "sample string 2",
"banner_price": 3.0,
"active": 4,
"sequence": 5,
"remarks": "sample string 6",
"add_user_id": "sample string 7",
"entry_date": "2026-01-02T11:08:27.8135155-08:00",
"entry_time": "2026-01-02T11:08:27.8135155-08:00",
"update_user_id": "sample string 10",
"update_date": "2026-01-02T11:08:27.8135155-08:00",
"update_time": "00:00:00.1234567",
"ip_address": 13.0,
"support_project_upto": 14,
"support_photos_upto": 15,
"subscription_duration": 16,
"max_video": 17,
"property_max_listing": 18,
"user_id": 19,
"with_description": 20,
"is_free_package": 21
},
{
"banner_membership_id": 1,
"banner_membership_name": "sample string 2",
"banner_price": 3.0,
"active": 4,
"sequence": 5,
"remarks": "sample string 6",
"add_user_id": "sample string 7",
"entry_date": "2026-01-02T11:08:27.8135155-08:00",
"entry_time": "2026-01-02T11:08:27.8135155-08:00",
"update_user_id": "sample string 10",
"update_date": "2026-01-02T11:08:27.8135155-08:00",
"update_time": "00:00:00.1234567",
"ip_address": 13.0,
"support_project_upto": 14,
"support_photos_upto": 15,
"subscription_duration": 16,
"max_video": 17,
"property_max_listing": 18,
"user_id": 19,
"with_description": 20,
"is_free_package": 21
}
]
}
application/xml, text/xml
Sample:
<Banner_MemberShip_Without_Explore_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.Banner">
<d2p1:Banner_Membership_Master_Property>
<d2p1:active>4</d2p1:active>
<d2p1:add_user_id>sample string 7</d2p1:add_user_id>
<d2p1:banner_membership_id>1</d2p1:banner_membership_id>
<d2p1:banner_membership_name>sample string 2</d2p1:banner_membership_name>
<d2p1:banner_price>3</d2p1:banner_price>
<d2p1:entry_date>2026-01-02T11:08:27.8135155-08:00</d2p1:entry_date>
<d2p1:entry_time>2026-01-02T11:08:27.8135155-08:00</d2p1:entry_time>
<d2p1:ip_address>13</d2p1:ip_address>
<d2p1:is_free_package>21</d2p1:is_free_package>
<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_duration>16</d2p1:subscription_duration>
<d2p1:support_photos_upto>15</d2p1:support_photos_upto>
<d2p1:support_project_upto>14</d2p1:support_project_upto>
<d2p1:update_date>2026-01-02T11:08:27.8135155-08:00</d2p1:update_date>
<d2p1:update_time>PT0.1234567S</d2p1:update_time>
<d2p1:update_user_id>sample string 10</d2p1:update_user_id>
<d2p1:user_id>19</d2p1:user_id>
<d2p1:with_description>20</d2p1:with_description>
</d2p1:Banner_Membership_Master_Property>
<d2p1:Banner_Membership_Master_Property>
<d2p1:active>4</d2p1:active>
<d2p1:add_user_id>sample string 7</d2p1:add_user_id>
<d2p1:banner_membership_id>1</d2p1:banner_membership_id>
<d2p1:banner_membership_name>sample string 2</d2p1:banner_membership_name>
<d2p1:banner_price>3</d2p1:banner_price>
<d2p1:entry_date>2026-01-02T11:08:27.8135155-08:00</d2p1:entry_date>
<d2p1:entry_time>2026-01-02T11:08:27.8135155-08:00</d2p1:entry_time>
<d2p1:ip_address>13</d2p1:ip_address>
<d2p1:is_free_package>21</d2p1:is_free_package>
<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_duration>16</d2p1:subscription_duration>
<d2p1:support_photos_upto>15</d2p1:support_photos_upto>
<d2p1:support_project_upto>14</d2p1:support_project_upto>
<d2p1:update_date>2026-01-02T11:08:27.8135155-08:00</d2p1:update_date>
<d2p1:update_time>PT0.1234567S</d2p1:update_time>
<d2p1:update_user_id>sample string 10</d2p1:update_user_id>
<d2p1:user_id>19</d2p1:user_id>
<d2p1:with_description>20</d2p1:with_description>
</d2p1:Banner_Membership_Master_Property>
</data>
<msg>sample string 2</msg>
<success>true</success>
</Banner_MemberShip_Without_Explore_Response>