Plan Segments REST Endpoints
Supply Chain Planning/Plan Definitions/Plan Segments
Segments of a plan of the items specified in the plan options used by the supply planning process. Segmentation is the process of grouping on the basis of user-defined, static, or dynamic attributes. In Oracle Fusion Cloud Supply Planning, these combinations can include items, organizations, customers, and demand classes. For example, user can use segments in supply planning to view data and perform drills in tables and graphs by segments.
- Create plan segments
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSegments
- Delete one plan segment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSegments/{PlanSegmentsUniqID}
- Get all plan segments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSegments
- Get one plan segment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSegments/{PlanSegmentsUniqID}
- Update one plan segment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSegments/{PlanSegmentsUniqID}