POST Api/BS/setup/product_Actual_Delete_For_Product_Actual_Mult

Request Information

URI Parameters

None.

Body Parameters

Collection of Product_Actual
NameDescriptionTypeAdditional information
Year

string

None.

Mis_Code

string

None.

Product

string

None.

Month1

decimal number

None.

Month2

decimal number

None.

cof_yoa1

decimal number

None.

cof_yoa2

decimal number

None.

BudgetingLevel

string

None.

Branch_Code

string

None.

Id

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Year": "sample string 1",
    "Mis_Code": "sample string 2",
    "Product": "sample string 3",
    "Month1": 1.0,
    "Month2": 1.0,
    "cof_yoa1": 1.0,
    "cof_yoa2": 1.0,
    "BudgetingLevel": "sample string 4",
    "Branch_Code": "sample string 5",
    "Id": 6
  },
  {
    "Year": "sample string 1",
    "Mis_Code": "sample string 2",
    "Product": "sample string 3",
    "Month1": 1.0,
    "Month2": 1.0,
    "cof_yoa1": 1.0,
    "cof_yoa2": 1.0,
    "BudgetingLevel": "sample string 4",
    "Branch_Code": "sample string 5",
    "Id": 6
  }
]

text/html

Sample:
[{"Year":"sample string 1","Mis_Code":"sample string 2","Product":"sample string 3","Month1":1.0,"Month2":1.0,"cof_yoa1":1.0,"cof_yoa2":1.0,"BudgetingLevel":"sample string 4","Branch_Code":"sample string 5","Id":6},{"Year":"sample string 1","Mis_Code":"sample string 2","Product":"sample string 3","Month1":1.0,"Month2":1.0,"cof_yoa1":1.0,"cof_yoa2":1.0,"BudgetingLevel":"sample string 4","Branch_Code":"sample string 5","Id":6}]

application/xml, text/xml

Sample:
<ArrayOfProduct_Actual xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.BudgetDB">
  <Product_Actual>
    <Branch_Code>sample string 5</Branch_Code>
    <BudgetingLevel>sample string 4</BudgetingLevel>
    <Id>6</Id>
    <Mis_Code>sample string 2</Mis_Code>
    <Month1>1</Month1>
    <Month2>1</Month2>
    <Product>sample string 3</Product>
    <Year>sample string 1</Year>
    <cof_yoa1>1</cof_yoa1>
    <cof_yoa2>1</cof_yoa2>
  </Product_Actual>
  <Product_Actual>
    <Branch_Code>sample string 5</Branch_Code>
    <BudgetingLevel>sample string 4</BudgetingLevel>
    <Id>6</Id>
    <Mis_Code>sample string 2</Mis_Code>
    <Month1>1</Month1>
    <Month2>1</Month2>
    <Product>sample string 3</Product>
    <Year>sample string 1</Year>
    <cof_yoa1>1</cof_yoa1>
    <cof_yoa2>1</cof_yoa2>
  </Product_Actual>
</ArrayOfProduct_Actual>

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.