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": "34df9816-852b-46fb-8db5-12906cedc16e",
  "user_id": "13d8bc09-cccb-41c5-b201-ce2f17081ed6",
  "user_planning_slot_type_id": "72111fd7-7d96-4d63-9864-74dea62f244d",
  "date_from": "2025-05-17T18:00:50.8785382+00:00",
  "date_to": "2025-05-17T18:00:50.8785382+00:00",
  "description": "sample string 6",
  "modified_dateutc": "2025-05-17T18:00:50.8785382+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.