Corporations REST Endpoints
Business Objects/Corporations
The operations from the Business Objects/Corporations category.
- Create a Corporation
- Method: postPath:
/corporations - Delete a Corporation
- Method: deletePath:
/corporations/{corporationGid} - Get a Corporation
- Method: getPath:
/corporations/{corporationGid} - Get Corporations
- Method: getPath:
/corporations - Update a Corporation
- Method: patchPath:
/corporations/{corporationGid}