# Account Locations

Represents a location associated with an account.

 - [GET /account_locations](https://developer.kantata.com/kantata/specification/account-locations/get%20account%20locations.md): This endpoint returns structured Account Location objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID i
 - [POST /account_locations](https://developer.kantata.com/kantata/specification/account-locations/create%20account%20location.md): This endpoint returns structured Account Location objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID i
 - [PUT /account_locations/{id}](https://developer.kantata.com/kantata/specification/account-locations/update%20account%20location.md): This endpoint returns structured Account Location objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID i
 - [DELETE /account_locations/{id}](https://developer.kantata.com/kantata/specification/account-locations/delete%20account%20location.md): The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata OX error message](#section/Errors) explaining why the object could not be deleted
