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": "b06fbe46-b33b-4543-9dce-61e347343c92",
  "user_id": "c2dd80c2-37bd-4587-8fb0-e5b0e4288a21",
  "user_planning_slot_type_id": "3370a226-4e01-49b4-831d-7ed2b283c25d",
  "date_from": "2025-12-09T00:20:40.4851079+00:00",
  "date_to": "2025-12-09T00:20:40.4851079+00:00",
  "description": "sample string 6",
  "modified_dateutc": "2025-12-09T00:20:40.4851079+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.