---
title: "Add country to collection"
method: POST
path: "/v1/holiday-collections/{collectionId}/countries"
tags: ["Holiday Countries"]
---

# Add country to collection

`POST /v1/holiday-collections/{collectionId}/countries`

## Path parameters

- `collectionId` string, required

## Request body

- HolidayCollectionCountryCreateDto
  - `countryCode` string
  - `regionCode` string

## Response `200`

Country added

- HolidayCollectionCountryDto
  - `id` string
  - `collectionId` string
  - `countryCode` string
  - `regionCode` string
  - `created` integer

## Other responses

- `400` — Bad request
- `401` — Not authorized

---

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