POST api/loans/FundLoanAccount
Request Information
URI Parameters
None.
Body Parameters
FundLoanAccountRequestObject| Name | Description | Type | Additional information |
|---|---|---|---|
| RetrievalReference | string |
None. |
|
| LinkedAccountNumber | string |
None. |
|
| NibssCode | string |
None. |
|
| Amount | string |
None. |
|
| Narration | string |
None. |
|
| Token | string |
None. |
|
| GLCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RetrievalReference": "sample string 1",
"LinkedAccountNumber": "sample string 2",
"NibssCode": "sample string 3",
"Amount": "sample string 4",
"Narration": "sample string 5",
"Token": "sample string 6",
"GLCode": "sample string 7"
}
application/xml, text/xml
Sample:
<FundLoanAccountRequestObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BankOneISWDBAPI.Models.DTO.RequestResponseDto"> <AccountNumber>sample string 2</AccountNumber> <Amount>sample string 4</Amount> <GLCode>sample string 7</GLCode> <Narration>sample string 5</Narration> <NibssCode>sample string 3</NibssCode> <RetrievalReference>sample string 1</RetrievalReference> <Token>sample string 6</Token> </FundLoanAccountRequestObject>
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.