Locators REST Endpoints
Inventory Management/Cycle Count Definitions/Locators
All locators for a cycle count, whether included or excluded.
- Create one cycle count locator
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/cycleCountDefinitions/{CycleCountHeaderId}/child/countLocators
- Get all cycle count locators
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/cycleCountDefinitions/{CycleCountHeaderId}/child/countLocators
- Get one cycle count locator
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/cycleCountDefinitions/{CycleCountHeaderId}/child/countLocators/{countLocatorsUniqID}
- Update one cycle count locator
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/cycleCountDefinitions/{CycleCountHeaderId}/child/countLocators/{countLocatorsUniqID}