Skip to main content

Add a new site

x-ms-visibility: "important"

Send a request to add a new site specified in the request body.

Request Body required

Site object that needs to be added. GroupType can be one of these: SUB_CPO,SITE,SUB_SITE,CIRCUIT,OTHER (SITE is default).

    name string
    parentGroupId int64
    groupType string nullable

    Possible values: [SUB_CPO, SITE, SUB_SITE, CIRCUIT, OTHER]

    Default value: SUB_CPO

    externalId string
Responses

Returns the site id of the new site


Schema
    id int64
Loading...