---
title: "PUT /api/services/app/PatientProfile/UpdatePatient"
method: PUT
path: "/api/services/app/PatientProfile/UpdatePatient"
tags: ["PatientProfile"]
---

# PUT /api/services/app/PatientProfile/UpdatePatient

`PUT /api/services/app/PatientProfile/UpdatePatient`

## Request body

- UpdatePatientProfileDto
  - `id` integer
  - `lastName` string, required — Required; Max length 69
  - `firstName` string, required — Required; Max length 30
  - `birthday` string, date-time, nullable
  - `idGender` integer
  - `ethnicId` integer
  - `idCareer` integer, nullable
  - `identityCard` string, required — Required; Max length 12
  - `identityDate` string, date-time, nullable
  - `phoneNumber` string, nullable — Max length 12; Regex pattern applied
  - `email` string, nullable — Max length 50
  - `address` AddressDto
    - `provinceId` integer
    - `provinceCode` string, nullable — Max length 3
    - `districtId` integer, nullable
    - `communeId` integer, nullable
    - `communeCode` string, nullable — Max length 6
    - `street` string, nullable — Max length 200
    - `fullAddress` string, nullable — Max length 512
  - `relationType` string, nullable — Max length 50

## Response `200`

Success

---

[API](https://skmtc.dev/dalieu/apis/portaldalieu-api.md) · [All operations](https://skmtc.dev/dalieu/apis/portaldalieu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dalieu/portaldalieu-api/revisions/78dcf1621c0e/schema)
