POST api/Values/BannerTypeGetData

Request Information

URI Parameters

None.

Body Parameters

Banner_Type_Master_Property
NameDescriptionTypeAdditional information
banner_type_id

integer

None.

banner_type

string

None.

active

integer

None.

sequence

integer

None.

with_description

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

date

None.

ip_address

decimal number

None.

Banner_id

decimal number

None.

user_id

integer

None.

banner_advertisement_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "banner_type_id": 1,
  "banner_type": "sample string 2",
  "active": 3,
  "sequence": 4,
  "with_description": 5,
  "remarks": "sample string 6",
  "add_user_id": "sample string 7",
  "entry_date": "2026-01-02T11:03:23.6646139-08:00",
  "entry_time": "2026-01-02T11:03:23.6646139-08:00",
  "update_user_id": "sample string 10",
  "update_date": "2026-01-02T11:03:23.6646139-08:00",
  "update_time": "2026-01-02T11:03:23.6646139-08:00",
  "ip_address": 13.0,
  "Banner_id": 14.0,
  "user_id": 15,
  "banner_advertisement_id": 16
}

application/xml, text/xml

Sample:
<Banner_Type_Master_Property xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.PropertyClasses.Banner">
  <Banner_id>14</Banner_id>
  <active>3</active>
  <add_user_id>sample string 7</add_user_id>
  <banner_advertisement_id>16</banner_advertisement_id>
  <banner_type>sample string 2</banner_type>
  <banner_type_id>1</banner_type_id>
  <entry_date>2026-01-02T11:03:23.6646139-08:00</entry_date>
  <entry_time>2026-01-02T11:03:23.6646139-08:00</entry_time>
  <ip_address>13</ip_address>
  <remarks>sample string 6</remarks>
  <sequence>4</sequence>
  <update_date>2026-01-02T11:03:23.6646139-08:00</update_date>
  <update_time>2026-01-02T11:03:23.6646139-08:00</update_time>
  <update_user_id>sample string 10</update_user_id>
  <user_id>15</user_id>
  <with_description>5</with_description>
</Banner_Type_Master_Property>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Banner_Type_Master_Response
NameDescriptionTypeAdditional information
success

boolean

None.

msg

string

None.

data

Collection of Banner_Type_Master_Property

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "msg": "sample string 2",
  "data": [
    {
      "banner_type_id": 1,
      "banner_type": "sample string 2",
      "active": 3,
      "sequence": 4,
      "with_description": 5,
      "remarks": "sample string 6",
      "add_user_id": "sample string 7",
      "entry_date": "2026-01-02T11:03:23.6766171-08:00",
      "entry_time": "2026-01-02T11:03:23.6766171-08:00",
      "update_user_id": "sample string 10",
      "update_date": "2026-01-02T11:03:23.6766171-08:00",
      "update_time": "2026-01-02T11:03:23.6766171-08:00",
      "ip_address": 13.0,
      "Banner_id": 14.0,
      "user_id": 15,
      "banner_advertisement_id": 16
    },
    {
      "banner_type_id": 1,
      "banner_type": "sample string 2",
      "active": 3,
      "sequence": 4,
      "with_description": 5,
      "remarks": "sample string 6",
      "add_user_id": "sample string 7",
      "entry_date": "2026-01-02T11:03:23.6766171-08:00",
      "entry_time": "2026-01-02T11:03:23.6766171-08:00",
      "update_user_id": "sample string 10",
      "update_date": "2026-01-02T11:03:23.6766171-08:00",
      "update_time": "2026-01-02T11:03:23.6766171-08:00",
      "ip_address": 13.0,
      "Banner_id": 14.0,
      "user_id": 15,
      "banner_advertisement_id": 16
    }
  ]
}

application/xml, text/xml

Sample:
<Banner_Type_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.Banner">
    <d2p1:Banner_Type_Master_Property>
      <d2p1:Banner_id>14</d2p1:Banner_id>
      <d2p1:active>3</d2p1:active>
      <d2p1:add_user_id>sample string 7</d2p1:add_user_id>
      <d2p1:banner_advertisement_id>16</d2p1:banner_advertisement_id>
      <d2p1:banner_type>sample string 2</d2p1:banner_type>
      <d2p1:banner_type_id>1</d2p1:banner_type_id>
      <d2p1:entry_date>2026-01-02T11:03:23.6766171-08:00</d2p1:entry_date>
      <d2p1:entry_time>2026-01-02T11:03:23.6766171-08:00</d2p1:entry_time>
      <d2p1:ip_address>13</d2p1:ip_address>
      <d2p1:remarks>sample string 6</d2p1:remarks>
      <d2p1:sequence>4</d2p1:sequence>
      <d2p1:update_date>2026-01-02T11:03:23.6766171-08:00</d2p1:update_date>
      <d2p1:update_time>2026-01-02T11:03:23.6766171-08:00</d2p1:update_time>
      <d2p1:update_user_id>sample string 10</d2p1:update_user_id>
      <d2p1:user_id>15</d2p1:user_id>
      <d2p1:with_description>5</d2p1:with_description>
    </d2p1:Banner_Type_Master_Property>
    <d2p1:Banner_Type_Master_Property>
      <d2p1:Banner_id>14</d2p1:Banner_id>
      <d2p1:active>3</d2p1:active>
      <d2p1:add_user_id>sample string 7</d2p1:add_user_id>
      <d2p1:banner_advertisement_id>16</d2p1:banner_advertisement_id>
      <d2p1:banner_type>sample string 2</d2p1:banner_type>
      <d2p1:banner_type_id>1</d2p1:banner_type_id>
      <d2p1:entry_date>2026-01-02T11:03:23.6766171-08:00</d2p1:entry_date>
      <d2p1:entry_time>2026-01-02T11:03:23.6766171-08:00</d2p1:entry_time>
      <d2p1:ip_address>13</d2p1:ip_address>
      <d2p1:remarks>sample string 6</d2p1:remarks>
      <d2p1:sequence>4</d2p1:sequence>
      <d2p1:update_date>2026-01-02T11:03:23.6766171-08:00</d2p1:update_date>
      <d2p1:update_time>2026-01-02T11:03:23.6766171-08:00</d2p1:update_time>
      <d2p1:update_user_id>sample string 10</d2p1:update_user_id>
      <d2p1:user_id>15</d2p1:user_id>
      <d2p1:with_description>5</d2p1:with_description>
    </d2p1:Banner_Type_Master_Property>
  </data>
  <msg>sample string 2</msg>
  <success>true</success>
</Banner_Type_Master_Response>