accounts
Operations addressed under /accounts — 20 operations.
get-account-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<AccountDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CustomerId | Guid | no |
AccountName | string | no |
ProductName | string | no |
AccountNumber | string | no |
OrganizationId | Guid? | yes |
AccountProductId | Guid | no |
AccountProductType | int? | yes |
LedgerCode | string | no |
CurrencyNumber | string | no |
CurrencyCode | string | no |
Iban | string | no |
OpenedDate | DateOnly? | yes |
ClosedDate | DateTime? | yes |
ClosedReason | int? | yes |
ClosedDescription | string | no |
IsActive | bool | no |
PassbookNumber | string | no |
IsPassbookRejected | bool? | yes |
OrganizationParentId | Guid? | yes |
OrganizationCode | string | no |
OrganizationName | string | no |
OrganizationAttributes | Dictionary<string, string[]> | no |
Citizenid | string | no |
CitizenidType | int | no |
FullName | string | no |
CustomerType | int | no |
ProductValueStartDay | int? | yes |
ProductValueDay | int? | yes |
ProductValueDateCutOffTime | TimeOnly? | yes |
IsDigital | bool? | yes |
IsSalary | bool? | yes |
IsDirectMoneyOutflow | bool | no |
AccountQardHassanLimit | AccountQardHassanLimitDto | no |
AccountDetails | List<AccountDetailDto> (collection) | no |
Constraints | List<AccountConstraintDetailDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-account-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
accountNameaccountNumberaccountProductIdclosedDateclosedDescriptionclosedReasoncurrencyCodecurrencyNumbercustomerIdibanidisActiveisDigitalisPassbookRejectedledgerCodeopenedDateorganizationCodeorganizationIdorganizationNameorganizationParentIdpassbookNumberproductNameGet Account Availability By AccountNumber
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the Get-Account-Availability-By-AccountNumber service definition through POST /accounts/availability.
Turkish display name: Hesabin varlik ve aktiflik kontrolu
Response body, read from the service source
The route declares its response as IEnumerable<AccountAvailabilityDto>.
| Field | Declared type | Nullable |
|---|---|---|
AccountNumber | string | no |
Availability | bool | no |
Member names are the service's declaration names.
Get Account Availability By AccountNumber › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
accountNumberavailabilityget-account-id-by-account-number
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_16 | 400 | ACCOUNT_MUST_BE_NOT_NULL | Account not found. |
path Parameters
accountNumberget-account-id-by-account-number › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
idget-account-by-customer-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<AccountDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CustomerId | Guid | no |
AccountName | string | no |
ProductName | string | no |
AccountNumber | string | no |
OrganizationId | Guid? | yes |
AccountProductId | Guid | no |
AccountProductType | int? | yes |
LedgerCode | string | no |
CurrencyNumber | string | no |
CurrencyCode | string | no |
Iban | string | no |
OpenedDate | DateOnly? | yes |
ClosedDate | DateTime? | yes |
ClosedReason | int? | yes |
ClosedDescription | string | no |
IsActive | bool | no |
PassbookNumber | string | no |
IsPassbookRejected | bool? | yes |
OrganizationParentId | Guid? | yes |
OrganizationCode | string | no |
OrganizationName | string | no |
OrganizationAttributes | Dictionary<string, string[]> | no |
Citizenid | string | no |
CitizenidType | int | no |
FullName | string | no |
CustomerType | int | no |
ProductValueStartDay | int? | yes |
ProductValueDay | int? | yes |
ProductValueDateCutOffTime | TimeOnly? | yes |
IsDigital | bool? | yes |
IsSalary | bool? | yes |
IsDirectMoneyOutflow | bool | no |
AccountQardHassanLimit | AccountQardHassanLimitDto | no |
AccountDetails | List<AccountDetailDto> (collection) | no |
Constraints | List<AccountConstraintDetailDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_16 | 400 | ACCOUNT_MUST_BE_NOT_NULL | Account not found. |
path Parameters
customerIdquery Parameters
orderByorderSortget-account-by-customer-id › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
accountNameaccountNumberaccountProductIdaccountProductTypeclosedDateclosedDescriptionclosedReasoncurrencyCodecurrencyNumbercustomerIdibanidisActiveisDigitalisPassbookRejectedledgerCodeopenedDateorganizationIdpassbookNumberproductNamecreate-account
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as AccountCustomerDto.
| Field | Declared type | Nullable |
|---|---|---|
Iban | string | no |
AccountId | Guid | no |
AccountNumber | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_11 | 400 | ACCOUNT_PRODUCT_MUST_BE_IS_LEAF_LEVEL | For account opening, product must be leaflevel. |
ERR_ACCNT_18 | 400 | CURRENCY_ID_NOT_FOUND | Currency not found. |
ERR_ACCNT_32 | 400 | CUSTOMER_TYPE_IS_UN_MATCHING | CustomerType is unmatching. |
ERR_ACCNT_48 | 400 | ACCOUNT_PRODUCT_IS_PASSIVE | Account product is passive. |
ERR_ACCNT_72 | 400 | CUSTOMER_TYPE_MUST_NOT_BE_EMPTY | CustomerType must not be empty. |
ERR_ACCNT_73 | 400 | IS_PASSBOOK_REJECTED_MUST_NOT_BE_EMPTY | IsPassbookRejected must not be empty. |
ERR_ACCNT_74 | 400 | ACCOUNT_PRODUCT_ID_MUST_NOT_BE_EMPTY | AccountProductId must not be empty. |
ERR_ACCNT_82 | 400 | ACCOUNT_NUMBER_ALSO_FOUND | Account Number is also found. |
path Parameters
customerIdcreate-account › Request Body
accountNameaccountNumberaccountProductIdcurrencyNumbercustomerTypeibanisPassbookRejectedledgerCodepassbookNumberisDigitalorganizationIdcreate-account › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
accountIdaccountNumberibanget-account-by-customer-id-and-product-type
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<AccountDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CustomerId | Guid | no |
AccountName | string | no |
ProductName | string | no |
AccountNumber | string | no |
OrganizationId | Guid? | yes |
AccountProductId | Guid | no |
AccountProductType | int? | yes |
LedgerCode | string | no |
CurrencyNumber | string | no |
CurrencyCode | string | no |
Iban | string | no |
OpenedDate | DateOnly? | yes |
ClosedDate | DateTime? | yes |
ClosedReason | int? | yes |
ClosedDescription | string | no |
IsActive | bool | no |
PassbookNumber | string | no |
IsPassbookRejected | bool? | yes |
OrganizationParentId | Guid? | yes |
OrganizationCode | string | no |
OrganizationName | string | no |
OrganizationAttributes | Dictionary<string, string[]> | no |
Citizenid | string | no |
CitizenidType | int | no |
FullName | string | no |
CustomerType | int | no |
ProductValueStartDay | int? | yes |
ProductValueDay | int? | yes |
ProductValueDateCutOffTime | TimeOnly? | yes |
IsDigital | bool? | yes |
IsSalary | bool? | yes |
IsDirectMoneyOutflow | bool | no |
AccountQardHassanLimit | AccountQardHassanLimitDto | no |
AccountDetails | List<AccountDetailDto> (collection) | no |
Constraints | List<AccountConstraintDetailDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_16 | 400 | ACCOUNT_MUST_BE_NOT_NULL | Account not found. |
path Parameters
customerIdaccountProductTypequery Parameters
orderByorderSortget-account-by-customer-id-and-product-type › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
accountNameaccountNumberaccountProductIdaccountProductTypeclosedDateclosedDescriptionclosedReasoncurrencyCodecurrencyNumbercustomerIdibanidisActiveisDigitalisPassbookRejectedledgerCodeopenedDateorganizationIdpassbookNumberproductNameGet Account Summary By Customer Id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the get-account-summary-by-customer-id service definition through GET /accounts/by-customer-id/{customerId}/summary.
Turkish display name: Müşteri numarası ile özet hesap bilgisi getirme
Response body, read from the service source
The route declares its response as IEnumerable<AccountSummaryDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
AccountNumber | string | no |
LedgerCode | string | no |
Member names are the service's declaration names.
path Parameters
customerIdquery Parameters
orderByorderSortGet Account Summary By Customer Id › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
IdaccountNumberledgerCodeget-account-detail-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<AccountDetailDto>.
| Field | Declared type | Nullable |
|---|---|---|
AccountId | Guid | no |
ContributionCalculateType | int? | yes |
ExtensionType | int? | yes |
ValueStartDay | int? | yes |
MaturityUnit | int? | yes |
MaturityPeriod | int? | yes |
IsAutoRenewal | bool? | yes |
IsDeposited | bool? | yes |
IsWithdrawn | bool? | yes |
IsMaturityClosed | bool | no |
IsMaturityToFirstWorkday | bool? | yes |
ExtensionDay | int? | yes |
ContributionRate | decimal? | yes |
MaturityStartDate | DateOnly? | yes |
MaturityEndDate | DateOnly? | yes |
MaturityBreakDate | DateOnly? | yes |
ReturnAccountId | Guid? | yes |
AccountProductContributionId | Guid? | yes |
LastContributionRate | decimal? | yes |
PoolDefinitionRateId | Guid? | yes |
MaxPenaltyFreeMaturityDays | int? | yes |
Transferid | Guid? | yes |
TransferAction | string | no |
OpeningUnitValue | decimal? | yes |
ClosingUnitValue | decimal? | yes |
NetProfit | decimal? | yes |
GrossProfit | decimal? | yes |
TaxAmount | decimal? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-account-detail-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
accountIdcontributionCalculateTypecontributionRateextensionDayextensionTypeidisAutoRenewalisDepositedisMaturityToFirstWorkdayisWithdrawnmaturityBreakDatematurityEndDatematurityPeriodmaturityStartDatematurityUnitreturnAccountIdvalueStartDayget-account-passbook-count-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<AccountPassbookCountDto>.
| Field | Declared type | Nullable |
|---|---|---|
Count | int? | yes |
OrganizationId | Guid | no |
AccountId | Guid | no |
Member names are the service's declaration names.
query Parameters
get-account-passbook-count-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
accountIdcountorganizationIdget-account-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as AccountDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CustomerId | Guid | no |
AccountName | string | no |
ProductName | string | no |
AccountNumber | string | no |
OrganizationId | Guid? | yes |
AccountProductId | Guid | no |
AccountProductType | int? | yes |
LedgerCode | string | no |
CurrencyNumber | string | no |
CurrencyCode | string | no |
Iban | string | no |
OpenedDate | DateOnly? | yes |
ClosedDate | DateTime? | yes |
ClosedReason | int? | yes |
ClosedDescription | string | no |
IsActive | bool | no |
PassbookNumber | string | no |
IsPassbookRejected | bool? | yes |
OrganizationParentId | Guid? | yes |
OrganizationCode | string | no |
OrganizationName | string | no |
OrganizationAttributes | Dictionary<string, string[]> | no |
Citizenid | string | no |
CitizenidType | int | no |
FullName | string | no |
CustomerType | int | no |
ProductValueStartDay | int? | yes |
ProductValueDay | int? | yes |
ProductValueDateCutOffTime | TimeOnly? | yes |
IsDigital | bool? | yes |
IsSalary | bool? | yes |
IsDirectMoneyOutflow | bool | no |
AccountQardHassanLimit | AccountQardHassanLimitDto | no |
AccountDetails | List<AccountDetailDto> (collection) | no |
Constraints | List<AccountConstraintDetailDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_16 | 400 | ACCOUNT_MUST_BE_NOT_NULL | Account not found. |
path Parameters
idget-account-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
accountNameaccountNumberaccountProductIdaccountProductTypecitizenidcitizenidTypeclosedDateclosedDescriptionclosedReasoncurrencyCodecurrencyNumbercustomerIdcustomerTypefullNameibanidisActiveisDigitalisPassbookRejectedledgerCodeopenedDateorganizationCodeorganizationIdorganizationNameorganizationParentIdpassbookNumberproductNameupdate-account
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_16 | 400 | ACCOUNT_MUST_BE_NOT_NULL | Account not found. |
path Parameters
idupdate-account › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
get-blockable-amount-by-account-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
get-blockable-amount-by-account-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
close-account
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_16 | 400 | ACCOUNT_MUST_BE_NOT_NULL | Account not found. |
ERR_ACCNT_17 | 400 | ACCOUNT_IS_ALSO_CLOSED | Account is also closed. |
path Parameters
idclose-account › Request Body
descriptionreasoncloseDateclose-account › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
create-account-detail
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_16 | 400 | ACCOUNT_MUST_BE_NOT_NULL | Account not found. |
path Parameters
idcreate-account-detail › Request Body
contributionCalculateTypecontributionRateisAutoRenewalisDepositedisMaturityToFirstWorkdayisWithdrawnmaturityEndDatematurityStartDatematurityUnitvalueStartDayextensionDayextensionTypematurityBreakDatematurityPeriodreturnAccountIdcreate-account-detail › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
get-account-detail-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<AccountDetailDto>.
| Field | Declared type | Nullable |
|---|---|---|
AccountId | Guid | no |
ContributionCalculateType | int? | yes |
ExtensionType | int? | yes |
ValueStartDay | int? | yes |
MaturityUnit | int? | yes |
MaturityPeriod | int? | yes |
IsAutoRenewal | bool? | yes |
IsDeposited | bool? | yes |
IsWithdrawn | bool? | yes |
IsMaturityClosed | bool | no |
IsMaturityToFirstWorkday | bool? | yes |
ExtensionDay | int? | yes |
ContributionRate | decimal? | yes |
MaturityStartDate | DateOnly? | yes |
MaturityEndDate | DateOnly? | yes |
MaturityBreakDate | DateOnly? | yes |
ReturnAccountId | Guid? | yes |
AccountProductContributionId | Guid? | yes |
LastContributionRate | decimal? | yes |
PoolDefinitionRateId | Guid? | yes |
MaxPenaltyFreeMaturityDays | int? | yes |
Transferid | Guid? | yes |
TransferAction | string | no |
OpeningUnitValue | decimal? | yes |
ClosingUnitValue | decimal? | yes |
NetProfit | decimal? | yes |
GrossProfit | decimal? | yes |
TaxAmount | decimal? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_16 | 400 | ACCOUNT_MUST_BE_NOT_NULL | Account not found. |
ERR_ACCNT_96 | 400 | ACCOUNT_DETAIL_MUST_BE_NOT_NULL | Account detail not found. |
path Parameters
idaccountDetailIdget-account-detail-by-id › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
accountIdcontributionCalculateTypecontributionRateextensionDayextensionTypeidisAutoRenewalisDepositedisMaturityToFirstWorkdayisWithdrawnmaturityBreakDatematurityEndDatematurityPeriodmaturityStartDatematurityUnitreturnAccountIdvalueStartDayupdate-account-detail
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_16 | 400 | ACCOUNT_MUST_BE_NOT_NULL | Account not found. |
ERR_ACCNT_96 | 400 | ACCOUNT_DETAIL_MUST_BE_NOT_NULL | Account detail not found. |
path Parameters
idaccountDetailIdupdate-account-detail › Request Body
contributionCalculateTypecontributionRateextensionTypeisAutoRenewalisDepositedisMaturityToFirstWorkdayisWithdrawnmaturityBreakDatematurityEndDatematurityStartDatematurityUnitvalueStartDayextensionDaymaturityPeriodreturnAccountIdupdate-account-detail › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-account-detail
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_16 | 400 | ACCOUNT_MUST_BE_NOT_NULL | Account not found. |
ERR_ACCNT_96 | 400 | ACCOUNT_DETAIL_MUST_BE_NOT_NULL | Account detail not found. |
path Parameters
idaccountDetailIddelete-account-detail › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
get-light-account-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as LightAccountDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CustomerId | Guid | no |
AccountNumber | string | no |
LedgerCode | string | no |
CurrencyNumber | string | no |
Iban | string | no |
IsActive | bool | no |
OrganizationCode | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_16 | 400 | ACCOUNT_MUST_BE_NOT_NULL | Account not found. |
path Parameters
idget-light-account-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
print-passbook
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as PrintPassbookDto.
| Field | Declared type | Nullable |
|---|---|---|
PassbookNumber | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_16 | 400 | ACCOUNT_MUST_BE_NOT_NULL | Account not found. |
ERR_ACCNT_21 | 400 | ACCOUNT_CUSTOMER_MUST_NOT_BE_PASSIVE | Account is passive. |
path Parameters
idprint-passbook › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
reopen-account
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_16 | 400 | ACCOUNT_MUST_BE_NOT_NULL | Account not found. |
ERR_ACCNT_58 | 400 | ACCOUNT_IS_ALSO_FOUND | Account is also opened. |
path Parameters
idreopen-account › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.