POST v2/api/Router/OfflineContent/PlaylistLastUpdated

Request Information

URI Parameters

None.

Body Parameters

PlaylistLastUpdated
NameDescriptionTypeAdditional information
LastUpdated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "LastUpdated": "2025-01-09T23:30:29.7309549-03:00"
}

application/xml, text/xml

Sample:
<PlaylistLastUpdated xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Neocontrol.API.ViewModels">
  <LastUpdated>2025-01-09T23:30:29.7309549-03:00</LastUpdated>
</PlaylistLastUpdated>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.