Configuration Components REST Endpoints
Draft 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.
- Get all configuration components
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/draftPurchaseOrders/{draftPurchaseOrdersUniqID}/child/lines/{POLineId}/child/configurationComponents
- Get one configuration component
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/draftPurchaseOrders/{draftPurchaseOrdersUniqID}/child/lines/{POLineId}/child/configurationComponents/{ComponentLineId}
- Update one configuration component
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/draftPurchaseOrders/{draftPurchaseOrdersUniqID}/child/lines/{POLineId}/child/configurationComponents/{ComponentLineId}