# Update account (accountId passed via request body) **PUT /v1/accounts/update** Updates an account with accountId specified in the request body. This update method is useful when the account ID contains special characters that make it impossible to use the update method with the accountId in the request path. ## Servers - https://api.aptrinsic.com: https://api.aptrinsic.com () ## Parameters ### Body: application/json (object) Account data - **id** (string) - **name** (string) - **trackedSubscriptionId** (string) - **sfdcId** (string) - **lastSeenDate** (integer(int64)) - **dunsNumber** (string) - **industry** (string) - **numberOfEmployees** (integer(int32)) - **sicCode** (string) - **website** (string) - **naicsCode** (string) - **plan** (string) - **location** (object) Location object - **propertyKeys** (array[string]) Aptrinsic Tag Key, at least one is required - **customAttributes** (object) Map of apiName to value - **parentGroupId** (string) Id to group Accounts together - **renewalDate** (integer(int64)) - **healthScore** (integer(int32)) - **gsId** (string) - **nps** (number(float)) - **csm** (string) ## Responses ### 204 Updated #### Body: */* (object) - **body** (object) - **statusCode** (string) - **statusCodeValue** (integer(int32)) ### 401 Unauthorized or bad API Key ### 404 Account not found ### 429 Rate limit exceeded [Powered by Bump.sh](https://bump.sh)