External Asset References REST Endpoints
Order Management/Sales Orders for Order Hub Requests/Order Lines/External Asset References
The External Asset References resource manages details about asset keys from an external application that are associated with subscription items on an order line when ActionTypeCode is null or ORA_ADD. The External Asset References resource also manages details about unique references to the subscription product in Oracle Subscription Management Cloud when ActionTypeCode is ORA_END. When ActionTypeCode is ORA_END, this information is used for ending the subscription in Subscription Management. This is available for use with the Integrate Order Management with Subscription Management to Process Subscriptions or Coverages features.
- Create one external asset reference
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHubRequests/{OrderKey}/child/lines/{linesUniqID}/child/externalAssetReference
- Delete one external asset reference
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHubRequests/{OrderKey}/child/lines/{linesUniqID}/child/externalAssetReference/{externalAssetReferenceUniqID}
- Get all external asset references
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHubRequests/{OrderKey}/child/lines/{linesUniqID}/child/externalAssetReference
- Get one external asset reference
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHubRequests/{OrderKey}/child/lines/{linesUniqID}/child/externalAssetReference/{externalAssetReferenceUniqID}
- Update one external asset reference
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHubRequests/{OrderKey}/child/lines/{linesUniqID}/child/externalAssetReference/{externalAssetReferenceUniqID}