- Subcategories:
- Attachments
- Metrics
- Relationships
Concept Structure Line Items REST Endpoints
Product Lifecycle Management/Product Concepts/Concept Structure Line Items
The Concept Structure Line Items resource is used to manage the structure of the product concept.
- Create a line item
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productConcepts/{ConceptId}/child/ConceptStructure
- Delete a line item
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productConcepts/{ConceptId}/child/ConceptStructure/{ConceptStructureId}
- Get all line items
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productConcepts/{ConceptId}/child/ConceptStructure
- Get one line item
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productConcepts/{ConceptId}/child/ConceptStructure/{ConceptStructureId}
- Update a line item
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productConcepts/{ConceptId}/child/ConceptStructure/{ConceptStructureId}