PUT api/FDDepositClose/Update

Request Information

URI Parameters

None.

Body Parameters

FDDepositCloseUpdateVM
NameDescriptionTypeAdditional information
DepositCloseId

integer

Required

BookId

integer

Required

DepositCloseRefNoWithPrefix

string

Required

String length: inclusive between 0 and 10

DepositCloseDate

string

Required

CloseRenewSts

string

Required

ClosedDepositId

integer

Required

TotalInterestRec

decimal number

Required

PreMatureSts

string

Required

PreMatureCloseDate

string

None.

Remarks

string

String length: inclusive between 0 and 1000

EffectInterestRate

decimal number

Required

InterestRefund

decimal number

Required

RenewDepositId

integer

Required

Status

string

Required

Matching regular expression pattern: A|I|C

UpdateUser

integer

Required

UpdateIp

string

Required

String length: inclusive between 0 and 20

ConfirmStatus

string

Required

Matching regular expression pattern: Y|N

CancelRemarks

string

String length: inclusive between 0 and 100

BookType

AccountBookTypeLookup

Required

DepositRefNoWithPrefix

string

Required

String length: inclusive between 0 and 20

Category

FDCategoryLookupVM

Required

BankBranch

BankBranchMasterLookupVM

Required

DepositAmount

decimal number

Required

Period

FDPeriodLookupVM

Required

InterestRate

decimal number

Required

InterestPayable

FDInterestPayableLookupVM

Required

AccountIdIntCredit

AccountMasterLookup

Required

ReceiptNum

string

String length: inclusive between 0 and 100

ReceiptDate

string

None.

MaturityDate

string

None.

MaturityAmount

decimal number

None.

DepositAcc

AccountMasterLookup

Required

InterestAcc

AccountMasterLookup

Required

FinYear

AccountFinYearLookup

Required

DepositName

FDDepositNameLookupVM

Required

AmtTransferAcc

AccountMasterLookup

Required

Request Formats

application/json, text/json

Sample:
{
  "DepositCloseId": 1,
  "BookId": 2,
  "DepositCloseRefNoWithPrefix": "sample string 3",
  "DepositCloseDate": "sample string 4",
  "CloseRenewSts": "sample string 5",
  "ClosedDepositId": 6,
  "TotalInterestRec": 7.0,
  "PreMatureSts": "sample string 8",
  "PreMatureCloseDate": "sample string 9",
  "Remarks": "sample string 10",
  "EffectInterestRate": 11.0,
  "InterestRefund": 12.0,
  "RenewDepositId": 13,
  "Status": "sample string 14",
  "UpdateUser": 15,
  "UpdateIp": "sample string 16",
  "ConfirmStatus": "sample string 17",
  "CancelRemarks": "sample string 18",
  "BookType": {
    "BookTypeId": 1,
    "BookTypeName": "sample string 2"
  },
  "DepositRefNoWithPrefix": "sample string 19",
  "Category": {
    "FxdCategoryId": 1,
    "FxdCategoryName": "sample string 2"
  },
  "BankBranch": {
    "BankBranchId": 1,
    "BankBranchName": "sample string 2"
  },
  "DepositAmount": 20.0,
  "Period": {
    "FxdPeriodId": 1,
    "FxdPeriodName": "sample string 2"
  },
  "InterestRate": 21.0,
  "InterestPayable": {
    "IntpayId": 1,
    "IntpayName": "sample string 2"
  },
  "AccountIdIntCredit": {
    "AccountId": 1,
    "AccountName": "sample string 2"
  },
  "ReceiptNum": "sample string 22",
  "ReceiptDate": "sample string 23",
  "MaturityDate": "sample string 24",
  "MaturityAmount": 25.0,
  "DepositAcc": {
    "AccountId": 1,
    "AccountName": "sample string 2"
  },
  "InterestAcc": {
    "AccountId": 1,
    "AccountName": "sample string 2"
  },
  "FinYear": {
    "FinYearId": 1,
    "FinYearName": "sample string 2"
  },
  "DepositName": {
    "DepositNameId": 1,
    "DepositName": "sample string 2"
  },
  "AmtTransferAcc": {
    "AccountId": 1,
    "AccountName": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<FDDepositCloseUpdateVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <AccountIdIntCredit>
    <AccountId>1</AccountId>
    <AccountName>sample string 2</AccountName>
  </AccountIdIntCredit>
  <AmtTransferAcc>
    <AccountId>1</AccountId>
    <AccountName>sample string 2</AccountName>
  </AmtTransferAcc>
  <BankBranch>
    <BankBranchId>1</BankBranchId>
    <BankBranchName>sample string 2</BankBranchName>
  </BankBranch>
  <BookId>2</BookId>
  <BookType>
    <BookTypeId>1</BookTypeId>
    <BookTypeName>sample string 2</BookTypeName>
  </BookType>
  <CancelRemarks>sample string 18</CancelRemarks>
  <Category>
    <FxdCategoryId>1</FxdCategoryId>
    <FxdCategoryName>sample string 2</FxdCategoryName>
  </Category>
  <CloseRenewSts>sample string 5</CloseRenewSts>
  <ClosedDepositId>6</ClosedDepositId>
  <ConfirmStatus>sample string 17</ConfirmStatus>
  <DepositAcc>
    <AccountId>1</AccountId>
    <AccountName>sample string 2</AccountName>
  </DepositAcc>
  <DepositAmount>20</DepositAmount>
  <DepositCloseDate>sample string 4</DepositCloseDate>
  <DepositCloseId>1</DepositCloseId>
  <DepositCloseRefNoWithPrefix>sample string 3</DepositCloseRefNoWithPrefix>
  <DepositName>
    <DepositName>sample string 2</DepositName>
    <DepositNameId>1</DepositNameId>
  </DepositName>
  <DepositRefNoWithPrefix>sample string 19</DepositRefNoWithPrefix>
  <EffectInterestRate>11</EffectInterestRate>
  <FinYear>
    <FinYearId>1</FinYearId>
    <FinYearName>sample string 2</FinYearName>
  </FinYear>
  <InterestAcc>
    <AccountId>1</AccountId>
    <AccountName>sample string 2</AccountName>
  </InterestAcc>
  <InterestPayable>
    <IntpayId>1</IntpayId>
    <IntpayName>sample string 2</IntpayName>
  </InterestPayable>
  <InterestRate>21</InterestRate>
  <InterestRefund>12</InterestRefund>
  <MaturityAmount>25</MaturityAmount>
  <MaturityDate>sample string 24</MaturityDate>
  <Period>
    <FxdPeriodId>1</FxdPeriodId>
    <FxdPeriodName>sample string 2</FxdPeriodName>
  </Period>
  <PreMatureCloseDate>sample string 9</PreMatureCloseDate>
  <PreMatureSts>sample string 8</PreMatureSts>
  <ReceiptDate>sample string 23</ReceiptDate>
  <ReceiptNum>sample string 22</ReceiptNum>
  <Remarks>sample string 10</Remarks>
  <RenewDepositId>13</RenewDepositId>
  <Status>sample string 14</Status>
  <TotalInterestRec>7</TotalInterestRec>
  <UpdateIp>sample string 16</UpdateIp>
  <UpdateUser>15</UpdateUser>
</FDDepositCloseUpdateVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.