POST api/PFProcessInterest/Save
Request Information
URI Parameters
None.
Body Parameters
PFProcessInterestSaveVM| Name | Description | Type | Additional information |
|---|---|---|---|
| ProcessDate | string |
Required |
|
| FinYear | AccountFinYearLookup |
Required |
|
| AccountBookType | AccountBookTypeLookup |
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:
{
"ProcessDate": "sample string 1",
"FinYear": {
"FinYearId": 1,
"FinYearName": "sample string 2"
},
"AccountBookType": {
"BookTypeId": 1,
"BookTypeName": "sample string 2"
},
"EarnedIntrAmt": 2.0,
"TotalOpngAmt": 3.0,
"WithdrOpngAmt": 4.0,
"WithdrFractionAmt": 5.0,
"ClosedOpngAmt": 6.0,
"NoneligibleOpngAmt": 7.0,
"OpngAmtForInterest": 8.0,
"SysGenIntrRate": 9.0,
"IntrRate": 10.0,
"Remarks": "sample string 11",
"Status": "sample string 12",
"CreateUser": 13,
"CreateIp": "sample string 14",
"StartDate": "sample string 15",
"EndDate": "sample string 16"
}
application/xml, text/xml
Sample:
<PFProcessInterestSaveVM 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>
<ClosedOpngAmt>6</ClosedOpngAmt>
<CreateIp>sample string 14</CreateIp>
<CreateUser>13</CreateUser>
<EarnedIntrAmt>2</EarnedIntrAmt>
<EndDate>sample string 16</EndDate>
<FinYear>
<FinYearId>1</FinYearId>
<FinYearName>sample string 2</FinYearName>
</FinYear>
<IntrRate>10</IntrRate>
<NoneligibleOpngAmt>7</NoneligibleOpngAmt>
<OpngAmtForInterest>8</OpngAmtForInterest>
<ProcessDate>sample string 1</ProcessDate>
<Remarks>sample string 11</Remarks>
<StartDate>sample string 15</StartDate>
<Status>sample string 12</Status>
<SysGenIntrRate>9</SysGenIntrRate>
<TotalOpngAmt>3</TotalOpngAmt>
<WithdrFractionAmt>5</WithdrFractionAmt>
<WithdrOpngAmt>4</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.