Recall Regulatory Authorities REST Endpoints
Inventory Management/Recall Regulatory Authorities
The Recall Regulatory Authorities resource manages the details about the regulatory authorities pertaining to each business unit. The information includes regulatory authority identifier, name, address, city, state, zip, country, phone, and uniform resource locator (URL).
- Create regulatory authorities
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/recallRegulatoryAuthorities
- Get all regulatory authorities
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/recallRegulatoryAuthorities
- Get one regulatory authority
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/recallRegulatoryAuthorities/{RegulatoryAuthorityId}
- Update a regulatory authority
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/recallRegulatoryAuthorities/{RegulatoryAuthorityId}