PUT Api/BS/setup/product_Actual_Update_For_Product_Actual

Request Information

URI Parameters

None.

Body Parameters

Product_Actual_Add
NameDescriptionTypeAdditional information
Id

integer

None.

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.

Request Formats

application/json, text/json

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

text/html

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

application/xml, text/xml

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

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.