POST api/CurrentSetting
Request Information
URI Parameters
None.
Body Parameters
CURRENT_ACC_SETTING| Name | Description | Type | Additional information |
|---|---|---|---|
| C_id | integer |
None. |
|
| Current_acc_name | string |
None. |
|
| Current_l_id | integer |
None. |
|
| Intr_l_id | integer |
None. |
|
| Intr_posting_type | integer |
None. |
|
| Intr_tenure | integer |
None. |
|
| minimum_bal | decimal number |
None. |
|
| Day_of_month | integer |
None. |
|
| Intr_rate | decimal number |
None. |
|
| Created_by | string |
None. |
|
| Created_date | date |
None. |
|
| Modified_by | string |
None. |
|
| Modified_date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"C_id": 1,
"Current_acc_name": "sample string 2",
"Current_l_id": 3,
"Intr_l_id": 4,
"Intr_posting_type": 5,
"Intr_tenure": 6,
"minimum_bal": 7.0,
"Day_of_month": 8,
"Intr_rate": 9.0,
"Created_by": "sample string 10",
"Created_date": "2026-06-25T21:38:15.5064342+05:30",
"Modified_by": "sample string 12",
"Modified_date": "2026-06-25T21:38:15.5064342+05:30"
}
application/xml, text/xml
Sample:
<CURRENT_ACC_SETTING xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Account.Models"> <C_id>1</C_id> <Created_by>sample string 10</Created_by> <Created_date>2026-06-25T21:38:15.5064342+05:30</Created_date> <Current_acc_name>sample string 2</Current_acc_name> <Current_l_id>3</Current_l_id> <Day_of_month>8</Day_of_month> <Intr_l_id>4</Intr_l_id> <Intr_posting_type>5</Intr_posting_type> <Intr_rate>9</Intr_rate> <Intr_tenure>6</Intr_tenure> <Modified_by>sample string 12</Modified_by> <Modified_date>2026-06-25T21:38:15.5064342+05:30</Modified_date> <minimum_bal>7</minimum_bal> </CURRENT_ACC_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. |