---
title: "Generate a batch vaccine certificate PDF and create a print job."
method: POST
path: "/api/vaccine-certificates/print"
tags: ["VaccineCertificates"]
---

# Generate a batch vaccine certificate PDF and create a print job.

`POST /api/vaccine-certificates/print`

## Request body

- PrintVaccineCertificateRequest
  - `patientId` string
  - `appointmentId` string, nullable
  - `printerName` string
  - `certifyingUserId` string, nullable — The veterinarian certifying any certificates issued on demand by this print.

## Response `201`

Created

- PrintJobResultDto
  - `printJobId` string
  - `status` string

## Other responses

- `400` — Bad Request

---

[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/e7d381a5453b/schema)
