Skip to main content
API

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 int32 nullable

    Possible values: [0, 1, 2, 3, 4]

    Default value: 0

    externalId string
Responses

Returns the site id of the new site


Schema
    id int64
Loading...