W3builders
AOP API

AOP API/Accounting & Ledger

Toggle Account Active State

POST/finance/accounts/{id}/toggle
JWT bearer

Toggle an account active/inactive.

Endpoint

POSThttps://api.w3builders.com/v1/finance/accounts/{id}/toggle

Response parameters

FieldType
successvalue
Toggle Account Active State
curl -X POST https://api.w3builders.com/v1/finance/accounts/123/toggle \
-H "Authorization: Bearer $TOKEN"
{
"shape": "{ success: true }"
}
Was this page helpful?