# Account Locations

Represents a location associated with an account.

## Fetching a list of Account Locations

 - [GET /account_locations](https://developer.kantata.com/kantata/specification/account-locations/get-account-locations.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 in the account_locations top-level JSON key.
Please see our Response Format section for more information.

## Creating a new Account Location

 - [POST /account_locations](https://developer.kantata.com/kantata/specification/account-locations/create-account-location.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 in the account_locations top-level JSON key.
Please see our Response Format section for more information.

## Updating an existing Account Location

 - [PUT /account_locations/{id}](https://developer.kantata.com/kantata/specification/account-locations/update-account-location.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 in the account_locations top-level JSON key.
Please see our Response Format section for more information.

## Deleting an existing Account Location

 - [DELETE /account_locations/{id}](https://developer.kantata.com/kantata/specification/account-locations/delete-account-location.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 explaining why the object could not be deleted.

