Special Handling Types REST Endpoints
Special Handling Types
A type of purchasing document, such as bill-only, that indicates that the document needs to be handled in a special manner.
- Create one special handling type
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/specialHandlingTypes - Get all special handling types
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/specialHandlingTypes - Get one special handling type
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/specialHandlingTypes/{SpecialHandlingTypeId} - Update one special handling type
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/specialHandlingTypes/{SpecialHandlingTypeId}