---
title: "Update Account"
method: PUT
path: "/api/accounts/{account-id}/update.json"
tags: ["Accounts"]
---

# Update Account

`PUT /api/accounts/{account-id}/update.json`

## Path parameters

- `account-id` integer, required

## Query parameters

- `api_key` string, required

## Request body

- AccountUpdateRequest
  - `account` object, required
    - `first_name` string
    - `last_name` string
    - `organization_name` string, required
    - `phone` string
    - `email` string, required
    - `password` string, required
    - `fiscal_id` string — Cannot be changed
    - `address` string
    - `city` string
    - `postal_code` string
    - `website` string
    - `fax` string
    - `terms` '1' | '0', required
    - `credentials` Credentials — AT Credentials.
      - `username` string, required
      - `password` string, required
      - `type` 'AT'
      - `context` 'Sequences'

## Response `200`

SUCCESS

## Other responses

- `401` — ACCESS DENIED
- `404` — NOT FOUND
- `422` — UNPROCESSABLE ENTITY

---

[API](https://skmtc.net/invoicexpress/apis/invoicexpress-api.md) · [All operations](https://skmtc.net/invoicexpress/apis/invoicexpress-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invoicexpress/invoicexpress-api/versions/5cea7e1d8f41/schema)
