Add Locations

post

/config/sim/v1/hierarchy/locations

Add Location object to a specified hierarchy unit of specified organization. After inserting the Location, the corresponding Location Parameter needs to be added manually.

Request

Supported Media Types
Header Parameters
Body ()
Location object of the organization
Root Schema : LocationInsertRequestBody
Type: object
Model for Location Object
Show Source
Nested Schema : consumerFacingName
Type: object
A group of string objects representing the consumer facing name in the configured languages
Example:
{
    "en-US":"Enterprise",
    "de-DE":"Unternehmen",
    "es-MX":"Empresa"
}
Nested Schema : dataExtensions
Type: array
An array of data extensions
Show Source
Nested Schema : name
Type: object
A group of string objects representing the name of the hierarchy unit configured languages
Example:
{
    "en-US":"Enterprise",
    "de-DE":"Unternehmen",
    "es-MX":"Empresa"
}
Nested Schema : items
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Location Added.
Body ()
Root Schema : LocationResponse
Type: object
Show Source
Back to Top