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": "55b4e511-1e27-422e-9afe-b1e7bc3d3a76",
  "user_id": "433f0a91-366b-4e9d-babf-3a7102d245ba",
  "user_planning_slot_type_id": "04b233dd-f855-4206-842e-98845559a0ee",
  "date_from": "2025-12-23T18:56:04.2055594+00:00",
  "date_to": "2025-12-23T18:56:04.2055594+00:00",
  "description": "sample string 6",
  "modified_dateutc": "2025-12-23T18:56:04.2055594+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.