Skip to main content

Add new entity to FeatureHasFeatureProperties

POST 

/FeatureHasFeatureProperties

Add new entity to FeatureHasFeatureProperties

Request

Body

required

New entity

    featurePropertyId uuid
    featureId uuid
    value decimal
    textValue string
    associatedFeatureId 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
    feature
    organization

Responses

Created entity

Schema

    featurePropertyId uuid
    featureId uuid
    value decimal
    textValue string
    associatedFeatureId 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
    feature
    organization
Loading...