POST Account/create
Request Information
URI Parameters
None.
Body Parameters
ApiFromBodyAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonId | integer |
Required |
|
| AccountNumber | string |
None. |
|
| BankInternationalCode | string |
None. |
|
| AccountFormatId | AccountFormat |
None. |
|
| AccountTypeId | AccountType |
Required |
|
| EntityName | string |
None. |
|
| EntityCity | string |
None. |
|
| IsAccountDefault | boolean |
None. |
|
| AccountAlias | string |
None. |
|
| AccountISOCountryCode | string |
None. |
|
| AccountIsoCurrencyTypeCode | CurrencyType |
None. |
|
| TitanesBankAccountId | integer |
None. |
|
| BusinessAccount | byte |
None. |
|
| Balance | decimal number |
None. |
|
| RealBalance | decimal number |
None. |
|
| PendingInBalance | decimal number |
None. |
|
| PendingOutBalance | decimal number |
None. |
|
| InsertDate | date |
None. |
|
| ActivationFee | boolean |
None. |
|
| IsBlocked | boolean |
None. |
|
| MaintenanceFee | boolean |
None. |
|
| MinimumMaintenanceAmount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"personId": 1,
"accountNumber": "samplestring2",
"bankInternationalCode": "sample string 3",
"accountFormatId": 1,
"accountTypeId": 1,
"entityName": "sample string 4",
"entityCity": "sample string 5",
"isAccountDefault": true,
"accountAlias": "sample string 7",
"accountISOCountryCode": "sample string 8",
"accountIsoCurrencyTypeCode": 1,
"titanesBankAccountId": 1,
"businessAccount": 64,
"balance": 1.0,
"realBalance": 1.0,
"pendingInBalance": 1.0,
"pendingOutBalance": 1.0,
"insertDate": "2026-06-23T06:09:30.6566488+02:00",
"activationFee": true,
"isBlocked": true,
"maintenanceFee": true,
"minimumMaintenanceAmount": 1.0
}
multipart/form-data
Sample:
{"personId":1,"accountNumber":"samplestring2","bankInternationalCode":"sample string 3","accountFormatId":1,"accountTypeId":1,"entityName":"sample string 4","entityCity":"sample string 5","isAccountDefault":true,"accountAlias":"sample string 7","accountISOCountryCode":"sample string 8","accountIsoCurrencyTypeCode":1,"titanesBankAccountId":1,"businessAccount":64,"balance":1.0,"realBalance":1.0,"pendingInBalance":1.0,"pendingOutBalance":1.0,"insertDate":"2026-06-23T06:09:30.6566488+02:00","activationFee":true,"isBlocked":true,"maintenanceFee":true,"minimumMaintenanceAmount":1.0}
application/xml, text/xml
Sample:
<ApiFromBodyAccount xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <PersonId>1</PersonId> <AccountNumber>samplestring2</AccountNumber> <BankInternationalCode>sample string 3</BankInternationalCode> <AccountFormatId>Iban</AccountFormatId> <AccountTypeId>TitanesEUR</AccountTypeId> <EntityName>sample string 4</EntityName> <EntityCity>sample string 5</EntityCity> <IsAccountDefault>true</IsAccountDefault> <AccountAlias>sample string 7</AccountAlias> <AccountISOCountryCode>sample string 8</AccountISOCountryCode> <AccountIsoCurrencyTypeCode>EUR</AccountIsoCurrencyTypeCode> <TitanesBankAccountId>1</TitanesBankAccountId> <BusinessAccount>64</BusinessAccount> <Balance>1</Balance> <RealBalance>1</RealBalance> <PendingInBalance>1</PendingInBalance> <PendingOutBalance>1</PendingOutBalance> <InsertDate>2026-06-23T06:09:30.6566488+02:00</InsertDate> <ActivationFee>true</ActivationFee> <IsBlocked>true</IsBlocked> <MaintenanceFee>true</MaintenanceFee> <MinimumMaintenanceAmount>1</MinimumMaintenanceAmount> </ApiFromBodyAccount>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.