Skip to main content

Add new entity to FeatureModelRelationships

POST 

/FeatureModelRelationships

Add new entity to FeatureModelRelationships

Request

Body

required

New entity

    featureModelId uuid
    fromNodeId uuid
    featureModelDynamicGroupFromId uuid
    toNodeId uuid
    featureModelDynamicGroupToId uuid
    expressionId uuid
    order int32

    Possible values: >= -2147483648 and <= 2147483647

    default boolean
    type
    displaySeperateBlade boolean
    isDefaultSelector boolean
    displayType
    combineIntoQuotationGroup boolean
    hideExcludeInView boolean
    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
    fromNodeId uuid
    featureModelDynamicGroupFromId uuid
    toNodeId uuid
    featureModelDynamicGroupToId uuid
    expressionId uuid
    order int32

    Possible values: >= -2147483648 and <= 2147483647

    default boolean
    type
    displaySeperateBlade boolean
    isDefaultSelector boolean
    displayType
    combineIntoQuotationGroup boolean
    hideExcludeInView boolean
    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...