POST v5/api/configs/contentSyncProgress

Request Information

URI Parameters

None.

Body Parameters

ContentSyncProgressViewModel
NameDescriptionTypeAdditional information
MoviesTotal

integer

None.

MoviesDone

integer

None.

State

string

None.

CurrentMovieId

string

None.

Message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MoviesTotal": 1,
  "MoviesDone": 2,
  "State": "sample string 3",
  "CurrentMovieId": "sample string 4",
  "Message": "sample string 5"
}

application/xml, text/xml

Sample:
<ContentSyncProgressViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Neocontrol.API.ViewModels">
  <CurrentMovieId>sample string 4</CurrentMovieId>
  <Message>sample string 5</Message>
  <MoviesDone>2</MoviesDone>
  <MoviesTotal>1</MoviesTotal>
  <State>sample string 3</State>
</ContentSyncProgressViewModel>

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.