POST api/PFProcessInterest/Save
Request Information
URI Parameters
None.
Body Parameters
PFProcessInterestSaveVM| Name | Description | Type | Additional information |
|---|---|---|---|
| BookId | integer |
Required |
|
| ProcessDate | string |
Required |
|
| FinYear | AccountFinYearLookupVM |
Required |
|
| BookTypeId | integer |
Required |
|
| EarnedIntrAmt | decimal number |
Required |
|
| TotalOpngAmt | decimal number |
Required |
|
| WithdrOpngAmt | decimal number |
Required |
|
| WithdrFractionAmt | decimal number |
Required |
|
| ClosedOpngAmt | decimal number |
Required |
|
| NoneligibleOpngAmt | decimal number |
Required |
|
| OpngAmtForInterest | decimal number |
Required |
|
| SysGenIntrRate | decimal number |
Required |
|
| IntrRate | decimal number |
Required |
|
| Remarks | string |
string length: inclusive between 0 and 1000 |
|
| Status | string |
Required Matching regular expression pattern: A|I |
|
| CreateUser | integer |
Required |
|
| CreateIp | string |
Required string length: inclusive between 0 and 20 |
|
| StartDate | string |
Required |
|
| EndDate | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"BookId": 1,
"ProcessDate": "sample string 2",
"FinYear": {
"FinYearId": 1,
"FinYearName": "sample string 2"
},
"BookTypeId": 3,
"EarnedIntrAmt": 4.0,
"TotalOpngAmt": 5.0,
"WithdrOpngAmt": 6.0,
"WithdrFractionAmt": 7.0,
"ClosedOpngAmt": 8.0,
"NoneligibleOpngAmt": 9.0,
"OpngAmtForInterest": 10.0,
"SysGenIntrRate": 11.0,
"IntrRate": 12.0,
"Remarks": "sample string 13",
"Status": "sample string 14",
"CreateUser": 15,
"CreateIp": "sample string 16",
"StartDate": "sample string 17",
"EndDate": "sample string 18"
}
application/xml, text/xml
Sample:
<PFProcessInterestSaveVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
<BookId>1</BookId>
<BookTypeId>3</BookTypeId>
<ClosedOpngAmt>8</ClosedOpngAmt>
<CreateIp>sample string 16</CreateIp>
<CreateUser>15</CreateUser>
<EarnedIntrAmt>4</EarnedIntrAmt>
<EndDate>sample string 18</EndDate>
<FinYear>
<FinYearId>1</FinYearId>
<FinYearName>sample string 2</FinYearName>
</FinYear>
<IntrRate>12</IntrRate>
<NoneligibleOpngAmt>9</NoneligibleOpngAmt>
<OpngAmtForInterest>10</OpngAmtForInterest>
<ProcessDate>sample string 2</ProcessDate>
<Remarks>sample string 13</Remarks>
<StartDate>sample string 17</StartDate>
<Status>sample string 14</Status>
<SysGenIntrRate>11</SysGenIntrRate>
<TotalOpngAmt>5</TotalOpngAmt>
<WithdrFractionAmt>7</WithdrFractionAmt>
<WithdrOpngAmt>6</WithdrOpngAmt>
</PFProcessInterestSaveVM>
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.