---
title: "Submit dynamic data for employee creation"
method: PATCH
path: "/v1/employees/{employeeId}/dynamic-details"
tags: ["Create GP Employment"]
---

# Submit dynamic data for employee creation

`PATCH /v1/employees/{employeeId}/dynamic-details`

Submits dynamic field values (as required by the schema returned from `GET /v1/employees/schema`)
for a GP employment record.

Use this endpoint **after** getting the schema to know which fields are required, and after
creating the basic employment record. The submitted values populate the dynamic sections:
legal details and custom fields.

## Path parameters

- `employeeId` string, uuid, required

## Request body

- V1SubmitEmployeesDynamicDetailsRequest
  - `legalDetails` object — Flat key-value map of legal detail field values as defined by the schema. Keys correspond to `key` fields returned in `legalDetails.fields` from `GET /v1/employees/schema`.
  - `customFields` object — Flat key-value map of custom field values as defined by the schema. Keys correspond to `key` fields returned in `customFields.fields` from `GET /v1/employees/schema`.

## Response `204`

Dynamic data submitted successfully

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication required
- `403` — Forbidden - insufficient permissions
- `404` — Resource not found
- `422` — Unprocessable entity - validation error
- `500` — Internal server error

---

[API](https://skmtc.net/usemultiplier/apis/multiplier-public-rest-api.md) · [All operations](https://skmtc.net/usemultiplier/apis/multiplier-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usemultiplier/multiplier-public-rest-api/revisions/59cd6443fdbf/schema)
