Add new entity to FeatureModelRelationships
POST/FeatureModelRelationships
Add new entity to FeatureModelRelationships
Request
- application/json
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
- 201
- default
Created entity
- application/json
- Schema
- Example (from schema)
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
{
"featureModelId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"fromNodeId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"featureModelDynamicGroupFromId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"toNodeId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"featureModelDynamicGroupToId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"expressionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"order": 0,
"default": true,
"type": {},
"displaySeperateBlade": true,
"isDefaultSelector": true,
"displayType": {},
"combineIntoQuotationGroup": true,
"hideExcludeInView": true,
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdDate": "2024-06-06T15:30:37.300Z",
"updatedDate": "2024-06-06T15:30:37.300Z",
"organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reference": "string",
"creatorId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"customField1": "string",
"customField2": "string",
"customField3": "string",
"customField4": "string",
"customField5": "string",
"organization": {}
}
error
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
error
object
required
code stringrequired
message stringrequired
target string
details
object[]
code stringrequired
message stringrequired
target string
innererror object
The structure of this object is service-specific
{
"error": {
"code": "string",
"message": "string",
"target": "string",
"details": [
{
"code": "string",
"message": "string",
"target": "string"
}
],
"innererror": {}
}
}
Loading...