DELETE Api/Policy/Product_Rate_Delete?Directorate_Code={Directorate_Code}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Directorate_Code | string |
Required |
Body Parameters
Policy_Product_InterestRate_BranchName | Description | Type | Additional information |
---|---|---|---|
Year | 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. |
|
Category | string |
None. |
|
Currency | string |
None. |
|
Caption | string |
None. |
|
Branch_Code | string |
None. |
|
rate1 | decimal number |
None. |
|
rate2 | decimal number |
None. |
|
rate3 | decimal number |
None. |
|
rate4 | decimal number |
None. |
|
rate5 | decimal number |
None. |
|
rate6 | decimal number |
None. |
|
rate7 | decimal number |
None. |
|
rate8 | decimal number |
None. |
|
rate9 | decimal number |
None. |
|
rate10 | decimal number |
None. |
|
rate11 | decimal number |
None. |
|
rate12 | decimal number |
None. |
|
product | string |
None. |
|
Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Year": "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, "Category": "sample string 2", "Currency": "sample string 3", "Caption": "sample string 4", "Branch_Code": "sample string 5", "rate1": 1.0, "rate2": 1.0, "rate3": 1.0, "rate4": 1.0, "rate5": 1.0, "rate6": 1.0, "rate7": 1.0, "rate8": 1.0, "rate9": 1.0, "rate10": 1.0, "rate11": 1.0, "rate12": 1.0, "product": "sample string 6", "Id": 7 }
text/html
Sample:
{"Year":"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,"Category":"sample string 2","Currency":"sample string 3","Caption":"sample string 4","Branch_Code":"sample string 5","rate1":1.0,"rate2":1.0,"rate3":1.0,"rate4":1.0,"rate5":1.0,"rate6":1.0,"rate7":1.0,"rate8":1.0,"rate9":1.0,"rate10":1.0,"rate11":1.0,"rate12":1.0,"product":"sample string 6","Id":7}
application/xml, text/xml
Sample:
<Policy_Product_InterestRate_Branch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.BudgetDB"> <Branch_Code>sample string 5</Branch_Code> <Caption>sample string 4</Caption> <Category>sample string 2</Category> <Currency>sample string 3</Currency> <Id>7</Id> <Year>sample string 1</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> <product>sample string 6</product> <rate1>1</rate1> <rate10>1</rate10> <rate11>1</rate11> <rate12>1</rate12> <rate2>1</rate2> <rate3>1</rate3> <rate4>1</rate4> <rate5>1</rate5> <rate6>1</rate6> <rate7>1</rate7> <rate8>1</rate8> <rate9>1</rate9> </Policy_Product_InterestRate_Branch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>