Add new entity to FeatureModelDynamicGroups
POST/FeatureModelDynamicGroups
Add new entity to FeatureModelDynamicGroups
Request
- application/json
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
- 201
- default
Created entity
- application/json
- Schema
- Example (from schema)
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
{
"featureModelId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"featureModelNodeId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"relationshipType": {},
"hideInQuotation": true,
"hideInConfigurator": true,
"hideInOrderEntry": true,
"hideInOverview": true,
"isPhantom": true,
"orderByPrice": true,
"orderByFeatureProperty": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdDate": "2024-06-06T15:30:37.269Z",
"updatedDate": "2024-06-06T15:30:37.269Z",
"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...