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": "5a60074c-7910-4613-885d-73447e50acd6",
  "user_id": "114d5d5c-19c8-4198-b5bb-1e60c44ba2dd",
  "user_planning_slot_type_id": "607f77ed-977d-4d0c-be18-4f5492662267",
  "date_from": "2025-04-27T09:42:48.9567017+00:00",
  "date_to": "2025-04-27T09:42:48.9567017+00:00",
  "description": "sample string 6",
  "modified_dateutc": "2025-04-27T09:42:48.9567017+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.