PUT api/PFProcessInterest/Update

Request Information

URI Parameters

None.

Body Parameters

PFProcessInterestUpdateVM
NameDescriptionTypeAdditional information
ProcessId

integer

Required

ProcessDate

string

Required

FinYear

AccountFinYearLookup

Required

AccountBookType

AccountBookTypeLookup

Required

EarnedIntrAmt

decimal number

Required

TransAdjClergyAmt

decimal number

Required

DeductionAmt

decimal number

Required

ClosedIntrAmt

decimal number

Required

PrepaidIntrAmt

decimal number

Required

TotalOpngAmt

decimal number

Required

WithdrOpngAmt

decimal number

Required

WithdrFractionAmt

decimal number

Required

ClosedOpngAmt

decimal number

Required

PrepaidOpngAmt

decimal number

Required

NoneligibleOpngAmt

decimal number

Required

SysGenIntrRate

decimal number

Required

IntrRate

decimal number

Required

TotalIntrAmt

decimal number

Required

TotalRemtdAmt

decimal number

Required

TotalWithdrAmt

decimal number

Required

TotalClosingAmt

decimal number

Required

Remarks

string

String length: inclusive between 0 and 1000

Status

string

Required

Matching regular expression pattern: A|I

Request Formats

application/json, text/json

Sample:
{
  "ProcessId": 1,
  "ProcessDate": "sample string 2",
  "FinYear": {
    "FinYearId": 1,
    "FinYearName": "sample string 2"
  },
  "AccountBookType": {
    "BookTypeId": 1,
    "BookTypeName": "sample string 2"
  },
  "EarnedIntrAmt": 3.0,
  "TransAdjClergyAmt": 4.0,
  "DeductionAmt": 5.0,
  "ClosedIntrAmt": 6.0,
  "PrepaidIntrAmt": 7.0,
  "TotalOpngAmt": 8.0,
  "WithdrOpngAmt": 9.0,
  "WithdrFractionAmt": 10.0,
  "ClosedOpngAmt": 11.0,
  "PrepaidOpngAmt": 12.0,
  "NoneligibleOpngAmt": 13.0,
  "SysGenIntrRate": 14.0,
  "IntrRate": 15.0,
  "TotalIntrAmt": 16.0,
  "TotalRemtdAmt": 17.0,
  "TotalWithdrAmt": 18.0,
  "TotalClosingAmt": 19.0,
  "Remarks": "sample string 20",
  "Status": "sample string 21"
}

application/xml, text/xml

Sample:
<PFProcessInterestUpdateVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <AccountBookType>
    <BookTypeId>1</BookTypeId>
    <BookTypeName>sample string 2</BookTypeName>
  </AccountBookType>
  <ClosedIntrAmt>6</ClosedIntrAmt>
  <ClosedOpngAmt>11</ClosedOpngAmt>
  <DeductionAmt>5</DeductionAmt>
  <EarnedIntrAmt>3</EarnedIntrAmt>
  <FinYear>
    <FinYearId>1</FinYearId>
    <FinYearName>sample string 2</FinYearName>
  </FinYear>
  <IntrRate>15</IntrRate>
  <NoneligibleOpngAmt>13</NoneligibleOpngAmt>
  <PrepaidIntrAmt>7</PrepaidIntrAmt>
  <PrepaidOpngAmt>12</PrepaidOpngAmt>
  <ProcessDate>sample string 2</ProcessDate>
  <ProcessId>1</ProcessId>
  <Remarks>sample string 20</Remarks>
  <Status>sample string 21</Status>
  <SysGenIntrRate>14</SysGenIntrRate>
  <TotalClosingAmt>19</TotalClosingAmt>
  <TotalIntrAmt>16</TotalIntrAmt>
  <TotalOpngAmt>8</TotalOpngAmt>
  <TotalRemtdAmt>17</TotalRemtdAmt>
  <TotalWithdrAmt>18</TotalWithdrAmt>
  <TransAdjClergyAmt>4</TransAdjClergyAmt>
  <WithdrFractionAmt>10</WithdrFractionAmt>
  <WithdrOpngAmt>9</WithdrOpngAmt>
</PFProcessInterestUpdateVM>

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.