---
title: "POST /PatientGroups/{id}/members/{memberId}/promote"
method: POST
path: "/PatientGroups/{id}/members/{memberId}/promote"
tags: ["PatientGroups"]
---

# POST /PatientGroups/{id}/members/{memberId}/promote

`POST /PatientGroups/{id}/members/{memberId}/promote`

## Path parameters

- `id` string, required
- `memberId` string, required

## Request body

- PromoteMemberRequest
  - `name` string, nullable — Defaults to the member's display name; required by Patient.Name.
  - `breed` string, nullable — Defaults to the group's breed.
  - `sex` string, nullable — Defaults to the member's sex; falls back to Unknown.
  - `dateOfBirth` string, date-time, nullable — Defaults to the member's date of birth.
  - `isEstimatedAge` boolean
  - `color` string, nullable — Defaults to the member's color markings.
  - `microchipNo` string, nullable
  - `fixed` boolean
  - `vaccinationStatus` string, nullable — Patient.VaccinationStatus — defaults to "Unknown".

## Response `200`

OK

- PromoteMemberResponse
  - `patientId` string
  - `memberId` string
  - `member` PatientGroupMemberDto
    - `id` string
    - `patientId` string, nullable
    - `patientName` string, nullable
    - `tagOrIdentifier` string, nullable
    - `displayName` string, nullable
    - `sex` string, nullable
    - `colorMarkings` string, nullable
    - `dateOfBirth` string, date-time, nullable
    - `notes` string, nullable
    - `isException` boolean
    - `isActive` boolean

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/d8d7501dde48/schema)
