Transactions
Recategorize Transactions
Assign a new category to a group of transaction ids
patch/customers/{customer_id}/transactions/categories/{category}
Path parameters
customer_idstring uuid required
The Inscribe customer id.
category'accommodation' | 'rent' | 'hotels' | 'bank_charge' | 'overdraft' | 'nsf' | 'interest_paid' | 'entertainment' | 'gambling' | 'income' | 'revenue' | 'salary' | 'interest_received' | 'retirement' | 'social_security' | 'commission_received' | 'infrastructure' | 'insurance' | 'investments' | 'savings' | 'trading' | 'crypto_trading' | 'loan' | 'mortgage' | 'card_repayment' | 'mca' | 'payday' | 'auto_loan' | 'buy_now_pay_later' | 'personnel' | 'refund' | 'retail' | 'food_and_drink' | 'groceries' | 'self_transfer' | 'sweep_transfer' | 'tax' | 'transport' | 'fuel' | 'utilities' | 'withdrawal' | 'null' required
The category to be assigned to all the transactions in the list. If the desired transaction category is null, choose null.
Request body
Example request
{
"transaction_ids": [
"2c7cf785-94c0-4cef-bfdb-310f7136ad40",
"ebaee07a-8920-4170-96df-5e27f5e2fb36",
"c66e7df2-3f7e-4eb9-bcab-958fada36804"
]
}Response
Successfully recategorized Transactions.