Business Units REST Endpoints
The Business Units resource manages the business units assigned to the recall notice.
- Create business unit assignments
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallBusinessUnits - Delete one business unit assignment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallBusinessUnits/{RecBUAssignmentId} - Get all business unit assignments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallBusinessUnits - Get one business unit assignment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallBusinessUnits/{RecBUAssignmentId}