PUT api/FdSetting
Request Information
URI Parameters
None.
Body Parameters
FD_SETTING| Name | Description | Type | Additional information |
|---|---|---|---|
| Fd_id | integer |
None. |
|
| Fd_name | string |
None. |
|
| Fd_type | integer |
None. |
|
| Fd_start_date | date |
None. |
|
| Day | integer |
None. |
|
| Month | integer |
None. |
|
| Year | integer |
None. |
|
| Intr_rate | decimal number |
None. |
|
| Sr_citizen_intr_rate | decimal number |
None. |
|
| Fd_l_id | integer |
None. |
|
| Fd_intr_id | integer |
None. |
|
| Cr_intr_id | integer |
None. |
|
| Intr_posting_type | integer |
None. |
|
| After_maturity_intr_rate | decimal number |
None. |
|
| Intr_type | character |
None. |
|
| Intr_start_tenure_day | integer |
None. |
|
| Intr_start_tenure_month | integer |
None. |
|
| Intr_start_tenure_year | integer |
None. |
|
| Created_by | string |
None. |
|
| Created_date | date |
None. |
|
| Modified_by | string |
None. |
|
| Modified_date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fd_id": 1,
"Fd_name": "sample string 2",
"Fd_type": 3,
"Fd_start_date": "2026-06-25T21:38:40.9182597+05:30",
"Day": 5,
"Month": 6,
"Year": 7,
"Intr_rate": 8.0,
"Sr_citizen_intr_rate": 9.0,
"Fd_l_id": 10,
"Fd_intr_id": 11,
"Cr_intr_id": 12,
"Intr_posting_type": 13,
"After_maturity_intr_rate": 14.0,
"Intr_type": "A",
"Intr_start_tenure_day": 16,
"Intr_start_tenure_month": 17,
"Intr_start_tenure_year": 18,
"Created_by": "sample string 19",
"Created_date": "2026-06-25T21:38:40.9182597+05:30",
"Modified_by": "sample string 21",
"Modified_date": "2026-06-25T21:38:40.9182597+05:30"
}
application/xml, text/xml
Sample:
<FD_SETTING xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Account.Models"> <After_maturity_intr_rate>14</After_maturity_intr_rate> <Cr_intr_id>12</Cr_intr_id> <Created_by>sample string 19</Created_by> <Created_date>2026-06-25T21:38:40.9182597+05:30</Created_date> <Day>5</Day> <Fd_id>1</Fd_id> <Fd_intr_id>11</Fd_intr_id> <Fd_l_id>10</Fd_l_id> <Fd_name>sample string 2</Fd_name> <Fd_start_date>2026-06-25T21:38:40.9182597+05:30</Fd_start_date> <Fd_type>3</Fd_type> <Intr_posting_type>13</Intr_posting_type> <Intr_rate>8</Intr_rate> <Intr_start_tenure_day>16</Intr_start_tenure_day> <Intr_start_tenure_month>17</Intr_start_tenure_month> <Intr_start_tenure_year>18</Intr_start_tenure_year> <Intr_type>65</Intr_type> <Modified_by>sample string 21</Modified_by> <Modified_date>2026-06-25T21:38:40.9182597+05:30</Modified_date> <Month>6</Month> <Sr_citizen_intr_rate>9</Sr_citizen_intr_rate> <Year>7</Year> </FD_SETTING>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |