POST api/loans/CreateCustomerAccount/{loanId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
loanId

string

Required

Body Parameters

CreateCustomerAccountRequestDtoPaySys
NameDescriptionTypeAdditional information
FullName

string

None.

LastName

string

None.

OtherNames

string

None.

AccountName

string

None.

BVN

string

None.

PhoneNo

string

None.

Gender

string

None.

DateOfBirth

string

None.

Address

string

None.

NationalIdentityNo

string

None.

NextOfKinPhoneNo

string

None.

NextOfKinName

string

None.

Email

string

None.

AccountOfficerCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FullName": "sample string 1",
  "LastName": "sample string 2",
  "OtherNames": "sample string 3",
  "AccountName": "sample string 4",
  "BVN": "sample string 5",
  "PhoneNo": "sample string 6",
  "Gender": "sample string 7",
  "DateOfBirth": "sample string 8",
  "Address": "sample string 9",
  "NationalIdentityNo": "sample string 10",
  "NextOfKinPhoneNo": "sample string 11",
  "NextOfKinName": "sample string 12",
  "Email": "sample string 13",
  "AccountOfficerCode": "sample string 14"
}

application/xml, text/xml

Sample:
<CreateCustomerAccountRequestDtoPaySys xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BankOneISWDBAPI.Models.DTO.RequestResponseDto">
  <AccountName>sample string 4</AccountName>
  <AccountOfficerCode>sample string 14</AccountOfficerCode>
  <Address>sample string 9</Address>
  <BVN>sample string 5</BVN>
  <DateOfBirth>sample string 8</DateOfBirth>
  <Email>sample string 13</Email>
  <FullName>sample string 1</FullName>
  <Gender>sample string 7</Gender>
  <LastName>sample string 2</LastName>
  <NationalIdentityNo>sample string 10</NationalIdentityNo>
  <NextOfKinName>sample string 12</NextOfKinName>
  <NextOfKinPhoneNo>sample string 11</NextOfKinPhoneNo>
  <OtherNames>sample string 3</OtherNames>
  <PhoneNo>sample string 6</PhoneNo>
</CreateCustomerAccountRequestDtoPaySys>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.