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": "2b0baac7-b760-4b6d-a9ca-d1a06572e364",
  "user_id": "cba52a5c-da99-48d7-a15a-bb1760b3f8be",
  "user_planning_slot_type_id": "4c595e2a-032f-4e64-a4f7-c36031e3139d",
  "date_from": "2025-02-05T06:41:35.328129+00:00",
  "date_to": "2025-02-05T06:41:35.328129+00:00",
  "description": "sample string 6",
  "modified_dateutc": "2025-02-05T06:41:35.328129+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.