POST api/PFClosing/Save
Request Information
URI Parameters
None.
Body Parameters
PFClosingSaveVM| Name | Description | Type | Additional information |
|---|---|---|---|
| BookId | integer |
Required |
|
| ClosingRefNo | string |
Required string length: inclusive between 0 and 20 |
|
| BookTypeId | integer |
Required |
|
| PfMember | PFMemberLookupVM |
Required |
|
| ClosingDate | string |
Required |
|
| DeathDate | string |
None. |
|
| RelieveType | PFRelieveTypeLookupVM |
None. |
|
| RelieveDate | string |
None. |
|
| ServicePeriod | integer |
None. |
|
| PfCurAmt | decimal number |
None. |
|
| PfCurInterest | decimal number |
None. |
|
| LoanBalanceDue | decimal number |
None. |
|
| LoanInterestDue | decimal number |
None. |
|
| PreWithdrawAmt | decimal number |
None. |
|
| EstCurAmt | decimal number |
None. |
|
| EstCurInterest | decimal number |
None. |
|
| EstClosePerc | decimal number |
None. |
|
| EstCloseAmt | decimal number |
None. |
|
| MemberCurAmt | decimal number |
None. |
|
| MemberCurInterest | decimal number |
None. |
|
| MemberClosePerc | decimal number |
None. |
|
| MemberCloseAmt | decimal number |
None. |
|
| AutoGenAmount | decimal number |
None. |
|
| ClosingAmt | decimal number |
Required |
|
| PfOPAmt | decimal number |
None. |
|
| RemittanceAmt | decimal number |
None. |
|
| WithdrawalAmt | decimal number |
None. |
|
| CreateUser | integer |
Required |
|
| CreateIp | string |
Required string length: inclusive between 0 and 20 |
|
| FinYearId | integer |
Required |
|
| Remarks | string |
string length: inclusive between 0 and 300 |
|
| LoanInterestDetails | Collection of PFLoanIntrVM |
None. |
|
| AmountInterestDetails | Collection of PFClosingIntrDtlsVM |
None. |
Request Formats
application/json, text/json
Sample:
{
"BookId": 1,
"ClosingRefNo": "sample string 2",
"BookTypeId": 3,
"PfMember": {
"PfRegId": 1,
"PfNo": "sample string 2",
"Category": {
"CategoryId": 1,
"CategoryName": "sample string 2"
},
"MemberName": "sample string 3",
"Prefix": "sample string 4",
"MemberCode": "sample string 5",
"Address": "sample string 6",
"Establishment": "sample string 7",
"JoinDate": "sample string 8"
},
"ClosingDate": "sample string 4",
"DeathDate": "sample string 5",
"RelieveType": {
"TypeId": 1,
"TypeName": "sample string 2"
},
"RelieveDate": "sample string 6",
"ServicePeriod": 7,
"PfCurAmt": 8.0,
"PfCurInterest": 9.0,
"LoanBalanceDue": 10.0,
"LoanInterestDue": 11.0,
"PreWithdrawAmt": 12.0,
"EstCurAmt": 13.0,
"EstCurInterest": 14.0,
"EstClosePerc": 15.0,
"EstCloseAmt": 16.0,
"MemberCurAmt": 17.0,
"MemberCurInterest": 18.0,
"MemberClosePerc": 19.0,
"MemberCloseAmt": 20.0,
"AutoGenAmount": 21.0,
"ClosingAmt": 22.0,
"PfOPAmt": 23.0,
"RemittanceAmt": 24.0,
"WithdrawalAmt": 25.0,
"CreateUser": 26,
"CreateIp": "sample string 27",
"FinYearId": 28,
"Remarks": "sample string 29",
"LoanInterestDetails": [
{
"Slno": 1,
"FromDate": "sample string 2",
"ToDate": "sample string 3",
"Days": 4,
"IntrRate": 5.0,
"IntrAmount": 6.0
},
{
"Slno": 1,
"FromDate": "sample string 2",
"ToDate": "sample string 3",
"Days": 4,
"IntrRate": 5.0,
"IntrAmount": 6.0
}
],
"AmountInterestDetails": [
{
"Slno": 1,
"Amount": 2.0,
"FromDate": "sample string 3",
"ToDate": "sample string 4",
"Days": 5,
"IntrRate": 6.0,
"IntrAmount": 7.0
},
{
"Slno": 1,
"Amount": 2.0,
"FromDate": "sample string 3",
"ToDate": "sample string 4",
"Days": 5,
"IntrRate": 6.0,
"IntrAmount": 7.0
}
]
}
application/xml, text/xml
Sample:
<PFClosingSaveVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
<AmountInterestDetails>
<PFClosingIntrDtlsVM>
<Amount>2</Amount>
<Days>5</Days>
<FromDate>sample string 3</FromDate>
<IntrAmount>7</IntrAmount>
<IntrRate>6</IntrRate>
<Slno>1</Slno>
<ToDate>sample string 4</ToDate>
</PFClosingIntrDtlsVM>
<PFClosingIntrDtlsVM>
<Amount>2</Amount>
<Days>5</Days>
<FromDate>sample string 3</FromDate>
<IntrAmount>7</IntrAmount>
<IntrRate>6</IntrRate>
<Slno>1</Slno>
<ToDate>sample string 4</ToDate>
</PFClosingIntrDtlsVM>
</AmountInterestDetails>
<AutoGenAmount>21</AutoGenAmount>
<BookId>1</BookId>
<BookTypeId>3</BookTypeId>
<ClosingAmt>22</ClosingAmt>
<ClosingDate>sample string 4</ClosingDate>
<ClosingRefNo>sample string 2</ClosingRefNo>
<CreateIp>sample string 27</CreateIp>
<CreateUser>26</CreateUser>
<DeathDate>sample string 5</DeathDate>
<EstCloseAmt>16</EstCloseAmt>
<EstClosePerc>15</EstClosePerc>
<EstCurAmt>13</EstCurAmt>
<EstCurInterest>14</EstCurInterest>
<FinYearId>28</FinYearId>
<LoanBalanceDue>10</LoanBalanceDue>
<LoanInterestDetails>
<PFLoanIntrVM>
<Days>4</Days>
<FromDate>sample string 2</FromDate>
<IntrAmount>6</IntrAmount>
<IntrRate>5</IntrRate>
<Slno>1</Slno>
<ToDate>sample string 3</ToDate>
</PFLoanIntrVM>
<PFLoanIntrVM>
<Days>4</Days>
<FromDate>sample string 2</FromDate>
<IntrAmount>6</IntrAmount>
<IntrRate>5</IntrRate>
<Slno>1</Slno>
<ToDate>sample string 3</ToDate>
</PFLoanIntrVM>
</LoanInterestDetails>
<LoanInterestDue>11</LoanInterestDue>
<MemberCloseAmt>20</MemberCloseAmt>
<MemberClosePerc>19</MemberClosePerc>
<MemberCurAmt>17</MemberCurAmt>
<MemberCurInterest>18</MemberCurInterest>
<PfCurAmt>8</PfCurAmt>
<PfCurInterest>9</PfCurInterest>
<PfMember>
<Address>sample string 6</Address>
<Category>
<CategoryId>1</CategoryId>
<CategoryName>sample string 2</CategoryName>
</Category>
<Establishment>sample string 7</Establishment>
<JoinDate>sample string 8</JoinDate>
<MemberCode>sample string 5</MemberCode>
<MemberName>sample string 3</MemberName>
<PfNo>sample string 2</PfNo>
<PfRegId>1</PfRegId>
<Prefix>sample string 4</Prefix>
</PfMember>
<PfOPAmt>23</PfOPAmt>
<PreWithdrawAmt>12</PreWithdrawAmt>
<RelieveDate>sample string 6</RelieveDate>
<RelieveType>
<TypeId>1</TypeId>
<TypeName>sample string 2</TypeName>
</RelieveType>
<Remarks>sample string 29</Remarks>
<RemittanceAmt>24</RemittanceAmt>
<ServicePeriod>7</ServicePeriod>
<WithdrawalAmt>25</WithdrawalAmt>
</PFClosingSaveVM>
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.