POST api/businessinfo/post

Request Information

URI Parameters

None.

Body Parameters

business_info
NameDescriptionTypeAdditional information
bus_id

integer

None.

user_id

integer

None.

gst_no

string

None.

verb_type

string

None.

business_type

string

None.

country_name

string

None.

name

string

None.

region_name

string

None.

min_investment

integer

None.

prod_name

string

None.

img_url

string

None.

prod_act_price

integer

None.

prod_qty

integer

None.

prod_price

integer

None.

description

string

None.

Request Formats

application/json, text/json

Sample:
{
  "bus_id": 1,
  "user_id": 2,
  "gst_no": "sample string 3",
  "verb_type": "sample string 4",
  "business_type": "sample string 5",
  "country_name": "sample string 6",
  "name": "sample string 7",
  "region_name": "sample string 8",
  "min_investment": 9,
  "prod_name": "sample string 10",
  "img_url": "sample string 11",
  "prod_act_price": 12,
  "prod_qty": 13,
  "prod_price": 14,
  "description": "sample string 15"
}

application/xml, text/xml

Sample:
<business_info xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ailt_model">
  <bus_id>1</bus_id>
  <business_type>sample string 5</business_type>
  <country_name>sample string 6</country_name>
  <description>sample string 15</description>
  <gst_no>sample string 3</gst_no>
  <img_url>sample string 11</img_url>
  <min_investment>9</min_investment>
  <name>sample string 7</name>
  <prod_act_price>12</prod_act_price>
  <prod_name>sample string 10</prod_name>
  <prod_price>14</prod_price>
  <prod_qty>13</prod_qty>
  <region_name>sample string 8</region_name>
  <user_id>2</user_id>
  <verb_type>sample string 4</verb_type>
</business_info>

multipart/form-data

Sample:
<business_info xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ailt_model"><bus_id>1</bus_id><business_type>sample string 5</business_type><country_name>sample string 6</country_name><description>sample string 15</description><gst_no>sample string 3</gst_no><img_url>sample string 11</img_url><min_investment>9</min_investment><name>sample string 7</name><prod_act_price>12</prod_act_price><prod_name>sample string 10</prod_name><prod_price>14</prod_price><prod_qty>13</prod_qty><region_name>sample string 8</region_name><user_id>2</user_id><verb_type>sample string 4</verb_type></business_info>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml, multipart/form-data

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />