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": "cae67d3b-3e0a-4c3c-846f-0aba2a3e83cb",
  "user_id": "35d98d5a-6646-42e6-a51b-d0e37d95c2d1",
  "user_planning_slot_type_id": "d49e1eb3-57f8-451d-acbb-9c7a1c06373d",
  "date_from": "2026-09-09T11:46:01.9420597+00:00",
  "date_to": "2026-09-09T11:46:01.9420597+00:00",
  "description": "sample string 6",
  "modified_dateutc": "2026-09-09T11:46:01.9420597+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.