POST v1/chapteringsessions

Request Information

URI Parameters

None.

Body Parameters

ChapteringSessionResource
NameDescriptionTypeAdditional information
ChapteringSession

ChapteringSessionDto

None.

Request Formats

application/json, text/json

Sample:
{
  "chapteringSession": {
    "id": 1,
    "vod": 2,
    "scheduleItem": 1,
    "startTime": "2025-05-23T16:43:22.9418074-04:00",
    "sessionEnded": true
  }
}

application/xml, text/xml

Sample:
<Resources xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CablecastAPI.DTOs">
  <ChapteringSession>
    <Id>1</Id>
    <ScheduleItem>1</ScheduleItem>
    <SessionEnded>true</SessionEnded>
    <StartTime>2025-05-23T16:43:22.9418074-04:00</StartTime>
    <Vod>2</Vod>
  </ChapteringSession>
</Resources>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.