---
title: "partially update many existing employmentProfile"
method: PATCH
path: "/api/serviceemployment/employmentProfiles"
tags: ["employmentProfiles"]
---

# partially update many existing employmentProfile

`PATCH /api/serviceemployment/employmentProfiles`

Partially update many existing employmentProfile

## Request body

- EmploymentProfile[]
  - `uuid` string, uuid, required — Unique identifier
  - `createdAt` string, date-time — Creation timestamp
  - `createdBy` string, uuid — Creator UUID
  - `lastUpdatedAt` string, date-time — Last update timestamp
  - `lastUpdatedBy` string, uuid — Last updater UUID
  - `lastUpdatedByAudience` string — Audience of last updater
  - `lastUpdatedByAudienceUuid` string, uuid — Audience UUID of last updater
  - `lastUpdatedByImpersonatedBy` string, uuid — Impersonator UUID
  - `lastUpdatedByCompanyUuid` string, uuid — Company UUID of last updater
  - `lastUpdatedByEnterpriseUuid` string, uuid — Enterprise UUID of last updater
  - `companyUuid` string, uuid, required — Company UUID
  - `peopleUuid` string, uuid, required — UUID of the people record
  - `i9Cases` object — I-9 cases associated with the profile
  - `dataCollectionSubmitted` boolean, required — Indicates if the data collection has been submitted
  - `everifyCases` object — E-Verify cases associated with the profile
  - `w4Cases` object — W-4 cases associated with the profile
  - `workerCases` object, required — Worker cases associated with the profile
  - `workerUuids` string[], required — Array of worker UUIDs associated with the profile (derived from workerCases)
  - `employeeIds` object[] — Workbright employee IDs associated with the profile
    - `subdomain` string, required
    - `employeeId` number, required
  - `readOnly` boolean, required — Indicates if the profile is read-only and cannot be modified
  - `profileErrors` unknown
  - `virtualWorkers` object[] — Virtual field for related workers
    - `uuid` string, uuid — Unique identifier
    - `locationUuids` string[]
    - `securityGroupUuids` string[]
    - `jobIdentifiers` object[]
      - `jobUuid` string, uuid
      - `relationship` 'primary' | 'secondary'
    - `openingUuid` string, uuid — Opening UUID assigned to this worker

## Response `202`

employmentProfiles updated. Wrapped in a JsonAPI root response.

- object
  - `data` EmploymentProfile[]
    - `uuid` string, uuid, required — Unique identifier
    - `createdAt` string, date-time — Creation timestamp
    - `createdBy` string, uuid — Creator UUID
    - `lastUpdatedAt` string, date-time — Last update timestamp
    - `lastUpdatedBy` string, uuid — Last updater UUID
    - `lastUpdatedByAudience` string — Audience of last updater
    - `lastUpdatedByAudienceUuid` string, uuid — Audience UUID of last updater
    - `lastUpdatedByImpersonatedBy` string, uuid — Impersonator UUID
    - `lastUpdatedByCompanyUuid` string, uuid — Company UUID of last updater
    - `lastUpdatedByEnterpriseUuid` string, uuid — Enterprise UUID of last updater
    - `companyUuid` string, uuid, required — Company UUID
    - `peopleUuid` string, uuid, required — UUID of the people record
    - `i9Cases` object — I-9 cases associated with the profile
    - `dataCollectionSubmitted` boolean, required — Indicates if the data collection has been submitted
    - `everifyCases` object — E-Verify cases associated with the profile
    - `w4Cases` object — W-4 cases associated with the profile
    - `workerCases` object, required — Worker cases associated with the profile
    - `workerUuids` string[], required — Array of worker UUIDs associated with the profile (derived from workerCases)
    - `employeeIds` object[] — Workbright employee IDs associated with the profile
      - `subdomain` string, required
      - `employeeId` number, required
    - `readOnly` boolean, required — Indicates if the profile is read-only and cannot be modified
    - `profileErrors` unknown
    - `virtualWorkers` object[] — Virtual field for related workers
      - `uuid` string, uuid — Unique identifier
      - `locationUuids` string[]
      - `securityGroupUuids` string[]
      - `jobIdentifiers` object[]
        - `jobUuid` string, uuid
        - `relationship` 'primary' | 'secondary'
      - `openingUuid` string, uuid — Opening UUID assigned to this worker
  - `meta` ResponsesPartMeta
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

## Other responses

- `500` — default error response

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
