---
title: "Update an account"
method: PUT
path: "/v1/integrations/accounts/{id}"
---

# Update an account

`PUT /v1/integrations/accounts/{id}`

Update an account

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string
  - `latitude` number
  - `longitude` number
  - `phoneNumbers` string[]
  - `emailAddresses` string[]
  - `addresses` object[]
    - `country` string, required
    - `street` string, required
    - `city` string, required
    - `state` string, required
    - `zip` string, required

## Response `200`

Update an account

- object
  - `id` string, required
  - `externalId` string, required — The ID of the account in the external system (e.g. Salesforce)
  - `latitude` number
  - `longitude` number
  - `addresses` unknown[], required
    - unknown
  - `phoneNumbers` string[]
  - `emailAddresses` string[]
  - `name` string
  - `createdAt` string, required — The date the account was created
  - `updatedAt` string, required — The date the account was last updated

---

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