Gestiono
Referencia de APIAccounting / Account

Update Account

← Back to full API reference
PATCH/v1/accountAuth required
  • Validated by Zod schema: patchAccount.

Request details

Body fields

FieldRequiredDescription
idYesType: number
nameNoType: string
accountNumberNoType: string
divisionIdNoType: number
typeNoType: enumExample: CASH
archivedNoType: boolean

Default payloads

Path params

json
{}

Query

json
{}

Body

json
{
  "id": 1
}

Sample response

json
{}