POST api/SavingSetting

Request Information

URI Parameters

None.

Body Parameters

SAVING_ACC_SETTING
NameDescriptionTypeAdditional information
S_id

integer

None.

Saving_acc_name

string

None.

Saving_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:
{
  "S_id": 1,
  "Saving_acc_name": "sample string 2",
  "Saving_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:39:00.3133066+05:30",
  "Modified_by": "sample string 12",
  "Modified_date": "2026-06-25T21:39:00.3133066+05:30"
}

application/xml, text/xml

Sample:
<SAVING_ACC_SETTING xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Account.Models">
  <Created_by>sample string 10</Created_by>
  <Created_date>2026-06-25T21:39:00.3133066+05:30</Created_date>
  <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:39:00.3133066+05:30</Modified_date>
  <S_id>1</S_id>
  <Saving_acc_name>sample string 2</Saving_acc_name>
  <Saving_l_id>3</Saving_l_id>
  <minimum_bal>7</minimum_bal>
</SAVING_ACC_SETTING>

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.