Updates the user_planning_slot with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "07b69d7c-757e-4a48-9607-eead4e9ee2f4",
  "user_id": "081de7f3-60d9-4261-b63d-3cba9befc4d4",
  "user_planning_slot_type_id": "58ba5000-1352-4915-b3db-1cbf73b5ee25",
  "date_from": "2025-10-09T20:27:07.3772643+00:00",
  "date_to": "2025-10-09T20:27:07.3772643+00:00",
  "description": "sample string 6",
  "modified_dateutc": "2025-10-09T20:27:07.3772643+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.