PUT api/NewFd
Request Information
URI Parameters
None.
Body Parameters
Accounts| Name | Description | Type | Additional information |
|---|---|---|---|
| Acc_id | integer |
None. |
|
| Branch_id | integer |
None. |
|
| Acc_type_id | integer |
None. |
|
| Sub_Acc_type_id | integer |
None. |
|
| Acc_no | integer |
None. |
|
| Cust_name | string |
None. |
|
| Cust_id | integer |
None. |
|
| Acc_start_date | date |
None. |
|
| Intr_rate | decimal number |
None. |
|
| opn_bal | decimal number |
None. |
|
| status | string |
None. |
|
| Close_date | date |
None. |
|
| Is_new | string |
None. |
|
| Last_intr_date | date |
None. |
|
| Ledger_id | integer |
None. |
|
| Created_by | string |
None. |
|
| Created_date | date |
None. |
|
| Modified_by | string |
None. |
|
| Modified_date | date |
None. |
|
| Nm_name | string |
None. |
|
| Nm_add | string |
None. |
|
| Relation_id | integer |
None. |
|
| Agent_id | integer |
None. |
|
| fd_acc | Fd_account |
None. |
Request Formats
application/json, text/json
Sample:
{
"Acc_id": 1,
"Branch_id": 2,
"Acc_type_id": 3,
"Sub_Acc_type_id": 4,
"Acc_no": 5,
"Cust_name": "sample string 6",
"Cust_id": 7,
"Acc_start_date": "2026-06-25T21:43:41.9420107+05:30",
"Intr_rate": 9.0,
"opn_bal": 10.0,
"status": "sample string 11",
"Close_date": "2026-06-25T21:43:41.9420107+05:30",
"Is_new": "sample string 13",
"Last_intr_date": "2026-06-25T21:43:41.9420107+05:30",
"Ledger_id": 15,
"Created_by": "sample string 16",
"Created_date": "2026-06-25T21:43:41.9420107+05:30",
"Modified_by": "sample string 18",
"Modified_date": "2026-06-25T21:43:41.9420107+05:30",
"Nm_name": "sample string 20",
"Nm_add": "sample string 21",
"Relation_id": 22,
"Agent_id": 23,
"fd_acc": {
"Fd_ac_id": 1,
"Acc_id": 2,
"Fd_amount": 3.0,
"Day": 4,
"Month": 5,
"Year": 6,
"Intr_start_date": "2026-06-25T21:43:41.9420107+05:30",
"Intr": 8.0,
"Total_amount": 9.0,
"Posted_intr": 10.0,
"Maturity_date": "2026-06-25T21:43:41.9420107+05:30",
"Auto_renew": "A",
"Auto_renew_type": 13,
"monthly_intr": "A",
"seq_no": 15,
"renew_date": "2026-06-25T21:43:41.9420107+05:30",
"Is_print": "A",
"print_no": 18
}
}
application/xml, text/xml
Sample:
<Accounts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Account.Models">
<Acc_id>1</Acc_id>
<Acc_no>5</Acc_no>
<Acc_start_date>2026-06-25T21:43:41.9420107+05:30</Acc_start_date>
<Acc_type_id>3</Acc_type_id>
<Agent_id>23</Agent_id>
<Branch_id>2</Branch_id>
<Close_date>2026-06-25T21:43:41.9420107+05:30</Close_date>
<Created_by>sample string 16</Created_by>
<Created_date>2026-06-25T21:43:41.9420107+05:30</Created_date>
<Cust_id>7</Cust_id>
<Cust_name>sample string 6</Cust_name>
<Intr_rate>9</Intr_rate>
<Is_new>sample string 13</Is_new>
<Last_intr_date>2026-06-25T21:43:41.9420107+05:30</Last_intr_date>
<Ledger_id>15</Ledger_id>
<Modified_by>sample string 18</Modified_by>
<Modified_date>2026-06-25T21:43:41.9420107+05:30</Modified_date>
<Nm_add>sample string 21</Nm_add>
<Nm_name>sample string 20</Nm_name>
<Relation_id>22</Relation_id>
<Sub_Acc_type_id>4</Sub_Acc_type_id>
<fd_acc>
<Acc_id>2</Acc_id>
<Auto_renew>65</Auto_renew>
<Auto_renew_type>13</Auto_renew_type>
<Day>4</Day>
<Fd_ac_id>1</Fd_ac_id>
<Fd_amount>3</Fd_amount>
<Intr>8</Intr>
<Intr_start_date>2026-06-25T21:43:41.9420107+05:30</Intr_start_date>
<Is_print>65</Is_print>
<Maturity_date>2026-06-25T21:43:41.9420107+05:30</Maturity_date>
<Month>5</Month>
<Posted_intr>10</Posted_intr>
<Total_amount>9</Total_amount>
<Year>6</Year>
<monthly_intr>65</monthly_intr>
<print_no>18</print_no>
<renew_date>2026-06-25T21:43:41.9420107+05:30</renew_date>
<seq_no>15</seq_no>
</fd_acc>
<opn_bal>10</opn_bal>
<status>sample string 11</status>
</Accounts>
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. |