Account

Save

patch/api/vlm/account

Path parameters

accountNamestring required

Name of the VTEX account. Used as part of the URL

environmentstring required

Environment to use. Used as part of the URL

Request body

companyNamestring required
isActiveboolean required
isOperatingboolean required

Example request

{
  "companyName": "",
  "isActive": true,
  "isOperating": true,
  "contact": {
    "name": "",
    "email": "",
    "phone": ""
  }
}

Changes