Transactions
Get a posted transaction
Get a posted transaction by its uuid
get/transactions/posted/{id}
Path parameters
idstring uuid required
Example:472341e0-ea3e-41a1-96bc-fd0185e1eac8
Transaction ID
Response
Posted Transaction
Example response
{
"data": {
"lines": [
{
"account_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"tenant": "abcdef_ghijkl"
}
]
},
"idemkey": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"tenant": "abcdef_ghijkl"
}