Skip to main content

Add New EntityType

POST 

/entityTypes

Creates a Entity Type

Request

Query Parameters

    siteId string

    Site Identifier

Body

required

    entityType

    object

    namespace EntityTypeNamespace (string)

    Entity Type namespace

    Possible values: [PRESET, CUSTOM]

    name string

    Entity Type Name

Responses

201 CREATED

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    entityTypeId string

    Entity Type Identifier

Loading...