Locations
The Locations API provides endpoints for managing location records within your company. A location represents a physical address where you provide services or products to a client OR vendor.
📄️ List locations
## GET /api/v1/locations
📄️ Create location
## POST /api/v1/locations
📄️ Show location
## GET /api/v1/locations/{id}
📄️ Update location
## PUT /api/v1/locations/{id}
📄️ Delete location
## DELETE /api/v1/locations/{id}
📄️ Blank Location
## GET /api/v1/locations/create
📄️ Bulk location actions
## POST /api/v1/locations/bulk