POST api/v1/account/create-account-for-existing-customer

Request Information

URI Parameters

None.

Body Parameters

CreateAdditionalAccountRequest
NameDescriptionTypeAdditional information
CifId

string

Matching regular expression pattern: (^[ A-Za-z0-9./-]+$)

BranchCode

string

Matching regular expression pattern: (^[ A-Za-z0-9./-]+$)

CurrencyCode

string

Matching regular expression pattern: (^[ A-Za-z0-9./-]+$)

ProductCode

string

Matching regular expression pattern: (^[ A-Za-z0-9./-]+$)

ClientReferenceId

string

Matching regular expression pattern: (^[ A-Za-z0-9./-]+$)

RequestId

string

Required

Matching regular expression pattern: (^(?=.{4,50}$)([ A-Za-z0-9._|/-]+$))

CountryId

string

Required

Request Formats

application/json, text/json

Sample:
{
  "CifId": "sample string 1",
  "BranchCode": "sample string 2",
  "CurrencyCode": "sample string 3",
  "ProductCode": "sample string 4",
  "ClientReferenceId": "sample string 5",
  "RequestId": "sample string 6",
  "CountryId": "sample string 7"
}

application/xml, text/xml

Sample:
<CreateAdditionalAccountRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FirstBank.FIBridge.CoreObject.DataTransferObjects">
  <CountryId>sample string 7</CountryId>
  <RequestId>sample string 6</RequestId>
  <BranchCode>sample string 2</BranchCode>
  <CifId>sample string 1</CifId>
  <ClientReferenceId>sample string 5</ClientReferenceId>
  <CurrencyCode>sample string 3</CurrencyCode>
  <ProductCode>sample string 4</ProductCode>
</CreateAdditionalAccountRequest>

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.