v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBTransaction types
Update transaction type
Updates a transaction type description, given the transaction type ID.
patch/v1/transaction-types/{transactionTypeId}
Path parameters
transactionTypeIdinteger required
Transaction type ID.
Request body
Example request
{
"description": "Payment"
}Response
OK
Example response
{
"transaction_type_id": 7001,
"description": "Payment",
"credit": true,
"posted_transaction": true
}