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": "bd0861e9-b70b-45f6-b2d2-2bab4bec0b92",
"user_id": "709d7c52-a5f7-48bc-9c22-515821b5803d",
"user_planning_slot_type_id": "5e832b35-dc29-4bea-b62f-89f54d0f91f5",
"date_from": "2026-09-23T22:52:23.2721665+00:00",
"date_to": "2026-09-23T22:52:23.2721665+00:00",
"description": "sample string 6",
"modified_dateutc": "2026-09-23T22:52:23.2721665+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.