Headers
Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.
Example:
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Response
200 - application/json
The partial transaction unlocking has been successfully canceled.
Indicates whether transaction locking is enabled
Example:
true
Indicates whether partial unlock is enabled
Example:
false
The date until which transactions are locked
Example:
"2024-12-31"
The start date of the unlock period
Example:
"2025-01-01"
The end date of the unlock period
Example:
"2025-01-31"
The reason for locking transactions
Example:
"Year-end closing"
The reason for unlocking transactions
Example:
"New fiscal year"
The reason for partial unlock of transactions
Example:
"Special adjustment period"