POST api/v1/account/create-account-minify
Request Information
URI Parameters
None.
Body Parameters
CreateAccountMinifyRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Salutation | string |
Matching regular expression pattern: (^[ A-Za-z0-9./-]+$) |
|
| FirstName | string |
Required Matching regular expression pattern: (^[ A-Za-z0-9.^/-]+$) Min length: 1 |
|
| LastName | string |
Required Matching regular expression pattern: (^[ A-Za-z0-9.^/-]+$) Min length: 1 |
|
| MiddleName | string |
Matching regular expression pattern: (^[ A-Za-z0-9.^/-]+$) |
|
| MobileNumber | string |
Max length: 15 Min length: 6 |
|
| string |
None. |
||
| DateOfBirth | date |
None. |
|
| Gender | string |
Matching regular expression pattern: (^[ A-Za-z0-9./-]+$) |
|
| ReferralCode | string |
Matching regular expression pattern: (^[ A-Za-z0-9./-]+$) |
|
| CurrencyCode | string |
Matching regular expression pattern: (^[ A-Za-z0-9]+$) |
|
| BranchCode | string |
Matching regular expression pattern: (^[ A-Za-z0-9]+$) |
|
| ProductCode | 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
{
"Salutation": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"MiddleName": "sample string 4",
"MobileNumber": "sample string 5",
"Email": "sample string 6",
"DateOfBirth": "2025-12-19T13:50:29.623898+00:00",
"Gender": "sample string 8",
"ReferralCode": "sample string 9",
"CurrencyCode": "sample string 10",
"BranchCode": "sample string 11",
"ProductCode": "sample string 12",
"RequestId": "sample string 13",
"CountryId": "sample string 14"
}
application/xml, text/xml
<CreateAccountMinifyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FirstBank.FIBridge.CoreObject.DataTransferObjects"> <CountryId>sample string 14</CountryId> <RequestId>sample string 13</RequestId> <BranchCode>sample string 11</BranchCode> <CurrencyCode>sample string 10</CurrencyCode> <DateOfBirth>2025-12-19T13:50:29.623898+00:00</DateOfBirth> <Email>sample string 6</Email> <FirstName>sample string 2</FirstName> <Gender>sample string 8</Gender> <LastName>sample string 3</LastName> <MiddleName>sample string 4</MiddleName> <MobileNumber>sample string 5</MobileNumber> <ProductCode>sample string 12</ProductCode> <ReferralCode>sample string 9</ReferralCode> <Salutation>sample string 1</Salutation> </CreateAccountMinifyRequest>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.