POST api/events/{id}/timespan

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

EventTimespanDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Created

date

None.

Updated

date

None.

EventStart

string

None.

EventStop

string

None.

Comment

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "c9d7d64b-f917-457b-bf58-0b1e47ef14f8",
  "created": "2025-12-20T12:23:58.8380837+01:00",
  "updated": "2025-12-20T12:23:58.8380837+01:00",
  "eventStart": "sample string 1",
  "eventStop": "sample string 2",
  "comment": "sample string 3"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.