---
title: "POST /api/v1/Occurrence"
method: POST
path: "/api/v1/Occurrence"
tags: ["Occurrence"]
---

# POST /api/v1/Occurrence

`POST /api/v1/Occurrence`

## Request body

- GetOccurrencesRequest
  - `Ids` string[], required
  - `Start` string, date-time, required
  - `End` string, date-time, required
  - `IncludeDeleted` boolean

## Response `200`

- GetOccurrencesResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `Result` OccurrenceResult[]
    - `Id` string, guid
    - `Occurrences` Occurrence[]
      - `StartTime` string, duration
      - `EndTime` string, duration, nullable
      - `RecurrenceType` 'Daily' | 'DailyWorkDays' | 'Weekly' | 'Monthly' | 'MonthlyRelative' | 'Yearly' | 'YearlyRelative'
      - `Interval` string, duration, nullable
      - `Duration` string, duration, nullable
      - `RecurrenceExceptions` RecurrenceException[], nullable
        - `Id` string, guid, nullable
        - `RecurrenceId` string, guid
        - `OriginalTime` string, date-time
        - `IsDeleted` boolean
        - `NewStart` string, duration, nullable
        - `NewEnd` string, duration, nullable
        - `NewStartTime` string, date-time, nullable
        - `NewEndTime` string, date-time, nullable

---

[API](https://skmtc.dev/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.dev/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/revisions/e0bfd79e98ee/schema)
