Hi Every one,
In this post, we will review the approach to create an Item Structure using REST API in Oracle Fusion Product Life Cycle Management.
WebService: /fscmRestApi/resources/11.13.18.05/itemStructures
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-post.html
Endpoint URL: https://servername.fa.us2.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/itemStructures
Request Body:
{
"ItemNumber":"AQFG041120",
"OrganizationId": 300000043515825,
"AlternateBOMDesignator": "Primary",
"EffectivityControl": 1
}
This REST call creates the Stucture Header; The Bill Sequence ID returned in the response need to be passed to add Structure components.
Review the 'Create Structure Components REST' for example.
Comments
Post a Comment