POST Api/BS/setup/industry_delete_Mult

Request Information

URI Parameters

None.

Body Parameters

Collection of industry
NameDescriptionTypeAdditional information
industry_code

string

None.

industry1

string

None.

market_share

decimal number

None.

Year

string

None.

category_code

string

None.

id

integer

None.

industry_name

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "industry_code": "sample string 1",
    "industry1": "sample string 2",
    "market_share": 3.0,
    "Year": "sample string 4",
    "category_code": "sample string 5",
    "id": 6,
    "industry_name": "sample string 7"
  },
  {
    "industry_code": "sample string 1",
    "industry1": "sample string 2",
    "market_share": 3.0,
    "Year": "sample string 4",
    "category_code": "sample string 5",
    "id": 6,
    "industry_name": "sample string 7"
  }
]

text/html

Sample:
[{"industry_code":"sample string 1","industry1":"sample string 2","market_share":3.0,"Year":"sample string 4","category_code":"sample string 5","id":6,"industry_name":"sample string 7"},{"industry_code":"sample string 1","industry1":"sample string 2","market_share":3.0,"Year":"sample string 4","category_code":"sample string 5","id":6,"industry_name":"sample string 7"}]

application/xml, text/xml

Sample:
<ArrayOfindustry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.BudgetDB">
  <industry>
    <Year>sample string 4</Year>
    <category_code>sample string 5</category_code>
    <id>6</id>
    <industry1>sample string 2</industry1>
    <industry_code>sample string 1</industry_code>
    <industry_name>sample string 7</industry_name>
    <market_share>3</market_share>
  </industry>
  <industry>
    <Year>sample string 4</Year>
    <category_code>sample string 5</category_code>
    <id>6</id>
    <industry1>sample string 2</industry1>
    <industry_code>sample string 1</industry_code>
    <industry_name>sample string 7</industry_name>
    <market_share>3</market_share>
  </industry>
</ArrayOfindustry>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.