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": "14528596-952f-4e82-be00-1bc9c6335271",
"user_id": "219e1c62-19b9-4e23-95c5-ca95d8e01c40",
"user_planning_slot_type_id": "d47a9065-d130-4b04-991f-aa30c8d879f4",
"date_from": "2026-05-01T06:30:18.0601199+00:00",
"date_to": "2026-05-01T06:30:18.0601199+00:00",
"description": "sample string 6",
"modified_dateutc": "2026-05-01T06:30:18.0601199+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.