Skip to main content
POST
Create a deadline

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json

JSON request payload.

color
string
requerido

Hex color used to identify the deadline.

Ejemplo:

"#FF5733"

dueDate
string<date-time>
requerido

Date and time when the deadline is due.

Ejemplo:

"2026-03-31T23:59:59Z"

frequency
string
requerido

Deadline recurrence frequency.

Ejemplo:

"monthly"

name
string
requerido

Human-readable deadline name.

Ejemplo:

"Monthly Regulatory Report"

type
string
requerido

Deadline category.

Ejemplo:

"regulatory"

active
boolean

Whether the deadline is active.

Ejemplo:

true

description
string

Optional deadline description.

Ejemplo:

"Monthly regulatory compliance report"

monthsOfYear
integer<int64>[] | null

Months in which a semiannual or annual deadline occurs.

Ejemplo:
notifyDaysBefore
integer<int64>

Days before the due date when notifications begin.

Ejemplo:

5

templateId
string

Template used to generate the deadline report.

Ejemplo:

"00000000-0000-0000-0000-000000000001"

Respuesta

Created

active
boolean

Whether the deadline is active.

Ejemplo:

true

color
string

Hex color used to identify the deadline.

Ejemplo:

"#FF5733"

createdAt
string<date-time>

Date and time when the deadline was created.

Ejemplo:

"2026-01-01T00:00:00Z"

deliveredAt
string<date-time>

Date and time when the deadline was delivered.

Ejemplo:

"2026-03-15T10:00:00Z"

description
string

Optional deadline description.

Ejemplo:

"Monthly regulatory compliance report"

dueDate
string<date-time>

Date and time when the deadline is due.

Ejemplo:

"2026-03-31T23:59:59Z"

frequency
string

Deadline recurrence frequency.

Ejemplo:

"monthly"

id
string

Unique deadline identifier.

Ejemplo:

"00000000-0000-0000-0000-000000000000"

monthsOfYear
integer<int64>[] | null

Months in which a semiannual or annual deadline occurs.

Ejemplo:
name
string

Human-readable deadline name.

Ejemplo:

"Monthly Regulatory Report"

notifyDaysBefore
integer<int64>

Days before the due date when notifications begin.

Ejemplo:

5

status
string

Current derived deadline status.

Ejemplo:

"pending"

templateId
string

Template used to generate the report.

Ejemplo:

"00000000-0000-0000-0000-000000000000"

templateName
string

Human-readable name of the associated template.

Ejemplo:

"Financial Template"

type
string

Deadline category.

Ejemplo:

"regulatory"

updatedAt
string<date-time>

Date and time when the deadline was last updated.

Ejemplo:

"2026-01-01T00:00:00Z"