POST Account/CrearRTActivationFee
Request Information
URI Parameters
None.
Body Parameters
PersonAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PersonId | integer |
Required |
|
| AccountNumber | string |
Required String length: inclusive between 0 and 50 |
|
| BankInternationalCode | string |
Max length: 11 |
|
| AccountFormatId | AccountFormat |
None. |
|
| AccountTypeId | AccountType |
Required |
|
| EntityName | string |
String length: inclusive between 0 and 250 |
|
| EntityCity | string |
String length: inclusive between 0 and 50 |
|
| IsDefault | boolean |
Required |
|
| Alias | string |
String length: inclusive between 0 and 50 |
|
| CountryId | byte |
Required |
|
| Currency | CurrencyType |
Required |
|
| Validated | boolean |
Required |
|
| BusinessAccount | byte |
None. |
|
| ValidationDate | date |
None. |
|
| PaymentAccountTypeId | integer |
None. |
|
| CuentaContable | string |
String length: inclusive between 0 and 50 |
|
| Balance | decimal number |
None. |
|
| RealBalance | decimal number |
None. |
|
| PendingInBalance | decimal number |
None. |
|
| PendingOutBalance | decimal number |
None. |
|
| Observations | string |
String length: inclusive between 0 and 255 |
|
| TitanesBankAccountId | integer |
None. |
|
| Active | boolean |
Required |
|
| EndDate | date |
None. |
|
| ActivationFee | boolean |
None. |
|
| MaintenanceFee | boolean |
None. |
|
| IsBlocked | boolean |
None. |
|
| MinimumMaintenanceAmount | decimal number |
None. |
|
| MaximumAmount | decimal number |
None. |
|
| Country | Country |
None. |
|
| UserInsertId | integer |
Required |
|
| InsertDate | date |
Required |
|
| WebModelPersonAccountPendingBalance | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"webModelPersonAccountPendingBalance": 1.0,
"id": 1,
"personId": 2,
"accountNumber": "sample string 3",
"bankInternationalCode": "sample string 4",
"accountFormatId": 1,
"accountTypeId": 1,
"entityName": "sample string 5",
"entityCity": "sample string 6",
"isDefault": true,
"alias": "sample string 8",
"countryId": 64,
"currency": 1,
"validated": true,
"businessAccount": 64,
"validationDate": "2026-06-23T06:16:03.8516393+02:00",
"paymentAccountTypeId": 1,
"cuentaContable": "sample string 11",
"balance": 1.0,
"realBalance": 1.0,
"pendingInBalance": 1.0,
"pendingOutBalance": 1.0,
"observations": "sample string 12",
"titanesBankAccountId": 1,
"active": true,
"endDate": "2026-06-23T06:16:03.8516393+02:00",
"activationFee": true,
"maintenanceFee": true,
"isBlocked": true,
"minimumMaintenanceAmount": 1.0,
"maximumAmount": 1.0,
"country": {
"id": 64,
"countryName": "sample string 2",
"iso2": "sample string 3",
"iso3": "sample string 4",
"active": true,
"taxHaven": true,
"sepaCountry": true,
"cumpleNormCode": 1,
"eea": true,
"isoCode": 1,
"isoCodeChar": "sample string 8"
},
"userInsertId": 15,
"insertDate": "2026-06-23T06:16:03.8672623+02:00"
}
multipart/form-data
Sample:
{"webModelPersonAccountPendingBalance":1.0,"id":1,"personId":2,"accountNumber":"sample string 3","bankInternationalCode":"sample string 4","accountFormatId":1,"accountTypeId":1,"entityName":"sample string 5","entityCity":"sample string 6","isDefault":true,"alias":"sample string 8","countryId":64,"currency":1,"validated":true,"businessAccount":64,"validationDate":"2026-06-23T06:16:03.8516393+02:00","paymentAccountTypeId":1,"cuentaContable":"sample string 11","balance":1.0,"realBalance":1.0,"pendingInBalance":1.0,"pendingOutBalance":1.0,"observations":"sample string 12","titanesBankAccountId":1,"active":true,"endDate":"2026-06-23T06:16:03.8516393+02:00","activationFee":true,"maintenanceFee":true,"isBlocked":true,"minimumMaintenanceAmount":1.0,"maximumAmount":1.0,"country":{"id":64,"countryName":"sample string 2","iso2":"sample string 3","iso3":"sample string 4","active":true,"taxHaven":true,"sepaCountry":true,"cumpleNormCode":1,"eea":true,"isoCode":1,"isoCodeChar":"sample string 8"},"userInsertId":15,"insertDate":"2026-06-23T06:16:03.8672623+02:00"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.