Configuration Components REST Endpoints

Purchase Orders/Lines/Configuration Components
A component, such as a submodel, option class, or option, that's associated with a configured item, created by a customer who selected which options are desired as part of the finished product.
Create one configuration component not supported
Method: post
Path: /fscmRestApi/resources/11.13.18.05/purchaseOrders/{purchaseOrdersUniqID}/child/lines/{POLineId}/child/configurationComponents
Delete one configuration component not supported
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/purchaseOrders/{purchaseOrdersUniqID}/child/lines/{POLineId}/child/configurationComponents/{configurationComponentsUniqID}
Get all configuration components
Method: get
Path: /fscmRestApi/resources/11.13.18.05/purchaseOrders/{purchaseOrdersUniqID}/child/lines/{POLineId}/child/configurationComponents
Get one configuration component
Method: get
Path: /fscmRestApi/resources/11.13.18.05/purchaseOrders/{purchaseOrdersUniqID}/child/lines/{POLineId}/child/configurationComponents/{configurationComponentsUniqID}
Update one configuration component
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/purchaseOrders/{purchaseOrdersUniqID}/child/lines/{POLineId}/child/configurationComponents/{configurationComponentsUniqID}