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