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: postPath:
/fscmRestApi/resources/11.13.18.05/purchaseOrders/{purchaseOrdersUniqID}/child/lines/{POLineId}/child/configurationComponents
- Delete one configuration component not supported
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/purchaseOrders/{purchaseOrdersUniqID}/child/lines/{POLineId}/child/configurationComponents/{configurationComponentsUniqID}
- Get all configuration components
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/purchaseOrders/{purchaseOrdersUniqID}/child/lines/{POLineId}/child/configurationComponents
- Get one configuration component
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/purchaseOrders/{purchaseOrdersUniqID}/child/lines/{POLineId}/child/configurationComponents/{configurationComponentsUniqID}
- Update one configuration component
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/purchaseOrders/{purchaseOrdersUniqID}/child/lines/{POLineId}/child/configurationComponents/{configurationComponentsUniqID}