Referencia de APIAccounting / Account
Update Account
Request details
Body fields
| Field | Required | Description |
|---|---|---|
| id | Yes | Type: number |
| name | No | Type: string |
| accountNumber | No | Type: string |
| divisionId | No | Type: number |
| type | No | Type: enumExample: CASH |
| archived | No | Type: boolean |
Default payloads
Path params
json
{}Query
json
{}Body
json
{
"id": 1
}Sample response
json
{}