Skip to main content

Add new entity to FeatureModelDynamicGroups

POST 

/FeatureModelDynamicGroups

Add new entity to FeatureModelDynamicGroups

Request

Body

required

New entity

    featureModelId uuid
    featureModelNodeId uuid
    relationshipType
    hideInQuotation boolean
    hideInConfigurator boolean
    hideInOrderEntry boolean
    hideInOverview boolean
    isPhantom boolean
    orderByPrice boolean
    orderByFeatureProperty uuid
    id uuid
    createdDate date-time
    updatedDate date-time
    organizationId uuid
    reference string
    creatorId uuid
    customField1 string
    customField2 string
    customField3 string
    customField4 string
    customField5 string
    organization

Responses

Created entity

Schema

    featureModelId uuid
    featureModelNodeId uuid
    relationshipType
    hideInQuotation boolean
    hideInConfigurator boolean
    hideInOrderEntry boolean
    hideInOverview boolean
    isPhantom boolean
    orderByPrice boolean
    orderByFeatureProperty uuid
    id uuid
    createdDate date-time
    updatedDate date-time
    organizationId uuid
    reference string
    creatorId uuid
    customField1 string
    customField2 string
    customField3 string
    customField4 string
    customField5 string
    organization
Loading...