Creates a new user_planning_slot
Request Information
URI Parameters :
None.
Body Parameters :
user_planning_slot| Name | Description | Type | Additional 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": "374df6c8-609c-4904-9404-6e60d1f0425a",
"user_id": "32df6027-d72f-4c5a-9002-7ce14b233afc",
"user_planning_slot_type_id": "c91b865e-ffa0-4d65-9a2a-e1f2975a5a92",
"date_from": "2026-07-23T00:24:14.1275904+00:00",
"date_to": "2026-07-23T00:24:14.1275904+00:00",
"description": "sample string 6",
"modified_dateutc": "2026-07-23T00:24:14.1275904+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.