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

Response

201 - application/json

Created