PUT api/PFProcessInterest/Update
Request Information
URI Parameters
None.
Body Parameters
PFProcessInterestUpdateVM| Name | Description | Type | Additional information |
|---|---|---|---|
| ProcessId | integer |
Required |
|
| BookId | integer |
Required |
|
| ProcessDate | string |
Required |
|
| FinYear | AccountFinYearLookupVM |
Required |
|
| BookTypeId | integer |
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,
"BookId": 2,
"ProcessDate": "sample string 3",
"FinYear": {
"FinYearId": 1,
"FinYearName": "sample string 2"
},
"BookTypeId": 4,
"EarnedIntrAmt": 5.0,
"TransAdjClergyAmt": 6.0,
"DeductionAmt": 7.0,
"ClosedIntrAmt": 8.0,
"PrepaidIntrAmt": 9.0,
"TotalOpngAmt": 10.0,
"WithdrOpngAmt": 11.0,
"WithdrFractionAmt": 12.0,
"ClosedOpngAmt": 13.0,
"PrepaidOpngAmt": 14.0,
"NoneligibleOpngAmt": 15.0,
"SysGenIntrRate": 16.0,
"IntrRate": 17.0,
"TotalIntrAmt": 18.0,
"TotalRemtdAmt": 19.0,
"TotalWithdrAmt": 20.0,
"TotalClosingAmt": 21.0,
"Remarks": "sample string 22",
"Status": "sample string 23"
}
application/xml, text/xml
Sample:
<PFProcessInterestUpdateVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
<BookId>2</BookId>
<BookTypeId>4</BookTypeId>
<ClosedIntrAmt>8</ClosedIntrAmt>
<ClosedOpngAmt>13</ClosedOpngAmt>
<DeductionAmt>7</DeductionAmt>
<EarnedIntrAmt>5</EarnedIntrAmt>
<FinYear>
<FinYearId>1</FinYearId>
<FinYearName>sample string 2</FinYearName>
</FinYear>
<IntrRate>17</IntrRate>
<NoneligibleOpngAmt>15</NoneligibleOpngAmt>
<PrepaidIntrAmt>9</PrepaidIntrAmt>
<PrepaidOpngAmt>14</PrepaidOpngAmt>
<ProcessDate>sample string 3</ProcessDate>
<ProcessId>1</ProcessId>
<Remarks>sample string 22</Remarks>
<Status>sample string 23</Status>
<SysGenIntrRate>16</SysGenIntrRate>
<TotalClosingAmt>21</TotalClosingAmt>
<TotalIntrAmt>18</TotalIntrAmt>
<TotalOpngAmt>10</TotalOpngAmt>
<TotalRemtdAmt>19</TotalRemtdAmt>
<TotalWithdrAmt>20</TotalWithdrAmt>
<TransAdjClergyAmt>6</TransAdjClergyAmt>
<WithdrFractionAmt>12</WithdrFractionAmt>
<WithdrOpngAmt>11</WithdrOpngAmt>
</PFProcessInterestUpdateVM>
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.