# Update employee locations

Applies location updates to one or more employees within the current account context based on the provided request data.
            
Behavior:
- Validates employee associations with the account
- Validates target location details
- Updates location assignments for the specified employees
- Ensures location rules and constraints are enforced
- Logs the action as a bulk employee location update event

Endpoint: POST /api/v1/portfolio/employees/locations/update

## Request fields (application/json-patch+json):

  - `updateLocationModels` (array,null)

  - `updateLocationModels.identifier` (string)

  - `updateLocationModels.coordinates` (array,null)

## Response 200 fields (text/plain):

  - `message` (string,null)

  - `isError` (boolean)

  - `messageCode` (integer)

  - `status` (string,null)

  - `errorType` (string,null)

  - `traceid` (string,null)

  - `responseDescription` (string,null)


