POST api/Tools/LoanDefinition

Request Information

URI Parameters

None.

Body Parameters

LoanDefinitionInput
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

TransactionMode

string

None.

BankName

string

None.

Accountnumber

string

None.

LoanDate

integer

None.

StartEMIDate

integer

None.

EndEMIDate

integer

None.

LoanType

string

None.

InterestType

string

None.

TotalNumberofEMI

string

None.

LoanAmount

string

None.

RateofInterest

string

None.

ProcessingFee

string

None.

InitialDeductions

string

None.

EMIAmount

string

None.

PrincipleAccount

string

None.

PrincipleAccountCostCentre

string

None.

InterestAccount

string

None.

InterestAccountCostCentre

string

None.

LoanAccount

string

None.

LoanAccountCostCentre

string

None.

LoansPayableAccount

string

None.

LoansPayableAccountCostCentre

string

None.

TransactionCode

string

None.

TransactionType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "TransactionMode": "sample string 4",
  "BankName": "sample string 5",
  "Accountnumber": "sample string 6",
  "LoanDate": 7,
  "StartEMIDate": 8,
  "EndEMIDate": 9,
  "LoanType": "sample string 10",
  "InterestType": "sample string 11",
  "TotalNumberofEMI": "sample string 12",
  "LoanAmount": "sample string 13",
  "RateofInterest": "sample string 14",
  "ProcessingFee": "sample string 15",
  "InitialDeductions": "sample string 16",
  "EMIAmount": "sample string 17",
  "PrincipleAccount": "sample string 18",
  "PrincipleAccountCostCentre": "sample string 19",
  "InterestAccount": "sample string 20",
  "InterestAccountCostCentre": "sample string 21",
  "LoanAccount": "sample string 22",
  "LoanAccountCostCentre": "sample string 23",
  "LoansPayableAccount": "sample string 24",
  "LoansPayableAccountCostCentre": "sample string 25",
  "TransactionCode": "sample string 26",
  "TransactionType": "sample string 27"
}

application/xml, text/xml

Sample:
<LoanDefinitionInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools">
  <Accountnumber>sample string 6</Accountnumber>
  <BankName>sample string 5</BankName>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <DBName>sample string 1</DBName>
  <EMIAmount>sample string 17</EMIAmount>
  <EndEMIDate>9</EndEMIDate>
  <InitialDeductions>sample string 16</InitialDeductions>
  <InterestAccount>sample string 20</InterestAccount>
  <InterestAccountCostCentre>sample string 21</InterestAccountCostCentre>
  <InterestType>sample string 11</InterestType>
  <LoanAccount>sample string 22</LoanAccount>
  <LoanAccountCostCentre>sample string 23</LoanAccountCostCentre>
  <LoanAmount>sample string 13</LoanAmount>
  <LoanDate>7</LoanDate>
  <LoanType>sample string 10</LoanType>
  <LoansPayableAccount>sample string 24</LoansPayableAccount>
  <LoansPayableAccountCostCentre>sample string 25</LoansPayableAccountCostCentre>
  <PrincipleAccount>sample string 18</PrincipleAccount>
  <PrincipleAccountCostCentre>sample string 19</PrincipleAccountCostCentre>
  <ProcessingFee>sample string 15</ProcessingFee>
  <RateofInterest>sample string 14</RateofInterest>
  <StartEMIDate>8</StartEMIDate>
  <TotalNumberofEMI>sample string 12</TotalNumberofEMI>
  <TransactionCode>sample string 26</TransactionCode>
  <TransactionMode>sample string 4</TransactionMode>
  <TransactionType>sample string 27</TransactionType>
  <UserInternalCode>sample string 3</UserInternalCode>
</LoanDefinitionInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.