W3builders
AOP API

AOP API/Accounting & Ledger

Update Account

PATCH/finance/accounts/{id}
JWT bearer

Update an account's name / code / type / sub_type.

Endpoint

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

Response parameters

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