v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBTransaction routes API
Create a Transaction Route
Use this endpoint to create an Transaction Route.
post/v1/organizations/{organization_id}/ledgers/{ledger_id}/transaction-routes
Path parameters
organization_idstring uuid required
The unique identifier of the Organization associated with the Ledger.
ledger_idstring uuid required
The unique identifier of the associated Ledger.
Request body
Response
Indicates that the resource was successfully created and the operation was completed as expected.
Example response
{
"operationRoutes": [
{
"account": {
"validIf": "@external/BRL"
}
}
]
}