POST api/FDDepositClose/CloseRenewList?BookId={BookId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BookId | integer |
Required |
Body Parameters
FDDepositCloseRenewListSearchVM| Name | Description | Type | Additional information |
|---|---|---|---|
| FromRefNo | integer |
None. |
|
| ToRefNo | integer |
None. |
|
| BookTypeId | integer |
None. |
|
| BankBranchId | integer |
None. |
|
| FromDepositAmount | decimal number |
None. |
|
| ToDepositAmount | decimal number |
None. |
|
| FromMaturityDate | string |
None. |
|
| ToMaturityDate | string |
None. |
|
| FromIntRate | decimal number |
None. |
|
| ToIntRate | decimal number |
None. |
|
| FromDepositStartDate | string |
None. |
|
| ToDepositStartDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromRefNo": 1,
"ToRefNo": 2,
"BookTypeId": 3,
"BankBranchId": 4,
"FromDepositAmount": 5.0,
"ToDepositAmount": 6.0,
"FromMaturityDate": "sample string 7",
"ToMaturityDate": "sample string 8",
"FromIntRate": 9.0,
"ToIntRate": 10.0,
"FromDepositStartDate": "sample string 11",
"ToDepositStartDate": "sample string 12"
}
application/xml, text/xml
Sample:
<FDDepositCloseRenewListSearchVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <BankBranchId>4</BankBranchId> <BookTypeId>3</BookTypeId> <FromDepositAmount>5</FromDepositAmount> <FromDepositStartDate>sample string 11</FromDepositStartDate> <FromIntRate>9</FromIntRate> <FromMaturityDate>sample string 7</FromMaturityDate> <FromRefNo>1</FromRefNo> <ToDepositAmount>6</ToDepositAmount> <ToDepositStartDate>sample string 12</ToDepositStartDate> <ToIntRate>10</ToIntRate> <ToMaturityDate>sample string 8</ToMaturityDate> <ToRefNo>2</ToRefNo> </FDDepositCloseRenewListSearchVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.