Locations REST Endpoints

Business Objects/Locations
The operations from the Business Objects/Locations category.
Create a Location
Method: post
Path: /locations
Delete a Location
Method: delete
Path: /locations/{locationGid}
Get a Location
Method: get
Path: /locations/{locationGid}
Get Locations
Method: get
Path: /locations
Update a Location
Method: patch
Path: /locations/{locationGid}