---
title: "Update Account"
method: PUT
path: "/v4/shippingAccounts/evri/{shippingAccountId}"
tags: ["Shipping Accounts"]
---

# Update Account

`PUT /v4/shippingAccounts/evri/{shippingAccountId}`

Update shipping account details.<br /><br />***Note:** All required fields must be populated in the request, regardless if they need updating or not.*

## Path parameters

- `shippingAccountId` string, required

## Request body

- EvriUpdateShippingAccountRequest — Evri Update Shipping Account Request
  - `AccountNumber` string, required — Carrier Account Number <br />The Client ID allocated by Evri.
  - `AccountType` 'Sandbox' | 'Production', required — Indicates whether the account is set up as a "sandbox" or "production" account. A **Sandbox** account is for testing and development, while a **Production** account is used for live shipments and transactions.
  - `AccountName` string, required — Account Name <br />The name on this Account. <br />The Client Name allocated by Evri.
  - `AccountAlias` string, required — A unique, user-defined name for the shipping account, providing a convenient way to reference the account in a more memorable manner.
  - `ContactName` string, required — The name of the primary contact person for the shipping account, facilitating communication regarding shipping and account-related matters.
  - `ContactNumber` string, tel, required — The phone number associated with the shipping account's primary contact person, facilitating communication regarding shipping inquiries, account management, and issue resolution.
  - `Username` string, required — The username used for the Evri API.
  - `Password` string, required — The password used for the Evri API.
  - `SmsAlertGroupCode` string, nullable — The alert group code that is allocated by Evri. Required if you use the SMS notification enhancement.

## Response `200`

The shipping account was updated successfully.

## Other responses

- `400` — Invalid request response.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The shipping account was not found.
- `500` — Internal Server Error

---

[API](https://skmtc.dev/intersoftsapient/apis/sapient-core-api.md) · [All operations](https://skmtc.dev/intersoftsapient/apis/sapient-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intersoftsapient/sapient-core-api/revisions/3315ad0b5875/schema)
