PUT Api/BS/setup/NonProduct_Percentage_Update

Request Information

URI Parameters

None.

Body Parameters

Policy_NonProduct_InterestRate_Branch_Redefined
NameDescriptionTypeAdditional information
Directorate_Code

string

None.

month1

decimal number

None.

month2

decimal number

None.

month3

decimal number

None.

month4

decimal number

None.

month5

decimal number

None.

month6

decimal number

None.

month7

decimal number

None.

month8

decimal number

None.

month9

decimal number

None.

month10

decimal number

None.

month11

decimal number

None.

month12

decimal number

None.

Caption

string

None.

P_Code

string

None.

Branch_Code

string

None.

Year

string

None.

Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Directorate_Code": "sample string 1",
  "month1": 1.0,
  "month2": 1.0,
  "month3": 1.0,
  "month4": 1.0,
  "month5": 1.0,
  "month6": 1.0,
  "month7": 1.0,
  "month8": 1.0,
  "month9": 1.0,
  "month10": 1.0,
  "month11": 1.0,
  "month12": 1.0,
  "Caption": "sample string 2",
  "P_Code": "sample string 3",
  "Branch_Code": "sample string 4",
  "Year": "sample string 5",
  "Id": 6
}

text/html

Sample:
{"Directorate_Code":"sample string 1","month1":1.0,"month2":1.0,"month3":1.0,"month4":1.0,"month5":1.0,"month6":1.0,"month7":1.0,"month8":1.0,"month9":1.0,"month10":1.0,"month11":1.0,"month12":1.0,"Caption":"sample string 2","P_Code":"sample string 3","Branch_Code":"sample string 4","Year":"sample string 5","Id":6}

application/xml, text/xml

Sample:
<Policy_NonProduct_InterestRate_Branch_Redefined xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Policy">
  <Branch_Code>sample string 4</Branch_Code>
  <Caption>sample string 2</Caption>
  <Directorate_Code>sample string 1</Directorate_Code>
  <Id>6</Id>
  <P_Code>sample string 3</P_Code>
  <Year>sample string 5</Year>
  <month1>1</month1>
  <month10>1</month10>
  <month11>1</month11>
  <month12>1</month12>
  <month2>1</month2>
  <month3>1</month3>
  <month4>1</month4>
  <month5>1</month5>
  <month6>1</month6>
  <month7>1</month7>
  <month8>1</month8>
  <month9>1</month9>
</Policy_NonProduct_InterestRate_Branch_Redefined>

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.