Skip to main content

Create Structure Components-REST

Hi Every one, 

In this post, we will review the approach to add components to an Item Structure using REST API in Oracle Fusion Product Life Cycle Management. 

WebService:  /fscmRestApi/resources/11.13.18.05/itemStructures/{BillSequenceId}/child/Component

Oracle Fusion Applications documentation can be found in the below URL: 

https://docs.oracle.com/en/cloud/saas/supply-chain-management/20b/fasrp/op-fscmrestapi-resources-11.13.18.05-itemstructures-billsequenceid-child-component-post.html

Endpoint URL: 

https://servername.fa.us2.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/itemStructures/{BillSequenceId}/child/Component

Request Body: 

{
   "ComponentItemNumber":"AQFG1001",
   "Quantity": 5,
   "ItemSequenceNumber": 10,
   "WipSupplyType": 2,
   "Yield": 1,
   "Comments": null,
   "PlanningPercent": 100,
   "BasisType": 1
   } 





Comments