Skip to main content
PATCH
/
dx
/
api
/
application
/
v2
/
objects
/
STE6TG95YWx0eV9fU3RvcmVfNjg5ZGUzMTdmNjgxNGYwMGE2ODkyMjFj
/
actions
/
Edit
Update Store
curl --request PATCH \
  --url https://api.example.com/dx/api/application/v2/objects/STE6TG95YWx0eV9fU3RvcmVfNjg5ZGUzMTdmNjgxNGYwMGE2ODkyMjFj/actions/Edit \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": {
    "Name": "Store4",
    "Description": "Store4 Description",
    "StoreCode": "NW-RJ450",
    "Address": {
      "Street": "Street1",
      "City": "City1",
      "StateProvince": "State1",
      "PostalCode": "12345",
      "Country": "BRAZIL"
    },
    "IsParticipating": true
  },
  "pageInstructions": []
}
'
{
  "data": {
    "objectInfo": {
      "status": "Open-Active"
    }
  },
  "confirmationNote": "This stage is ready to transition."
}

Response

200 - application/json

OK