Creates a new user_planning_slot

Request Information

URI Parameters :

None.

Body Parameters :

user_planning_slot
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier

Required

user_id

Foreign key to user.

globally unique identifier

Required

user_planning_slot_type_id

Foreign key to user planning slot type id.

globally unique identifier

Required

date_from

Date from,

date
date_to

Date to,

date
description

Description of user planning slot.

string
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating.

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "7e1dd250-0584-4911-bd56-813e59b1f041",
  "user_id": "677ef359-51b7-4022-a074-5c39c11c8c5f",
  "user_planning_slot_type_id": "e39b44ed-8f28-46c8-9012-851f9d123b0c",
  "date_from": "2026-01-15T08:07:06.8750997+00:00",
  "date_to": "2026-01-15T08:07:06.8750997+00:00",
  "description": "sample string 6",
  "modified_dateutc": "2026-01-15T08:07:06.8750997+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.