POST CreateEpisode

Request Information

URI Parameters

None.

Body Parameters

EpisodeViewModel
NameDescriptionTypeAdditional information
ComicId

globally unique identifier

None.

EpisodeName

string

None.

PagesCount

integer

None.

VoicePanel1Base64

string

None.

VoicePanel2Base64

string

None.

VoicePanel3Base64

string

None.

VoicePanel4Base64

string

None.

Description

string

None.

CoverImageBase64

string

None.

id

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ComicId": "1686d364-3430-40ac-b74e-9b16ea39b070",
  "EpisodeName": "sample string 2",
  "PagesCount": 3,
  "VoicePanel1Base64": "sample string 4",
  "VoicePanel2Base64": "sample string 5",
  "VoicePanel3Base64": "sample string 6",
  "VoicePanel4Base64": "sample string 7",
  "Description": "sample string 8",
  "CoverImageBase64": "sample string 9",
  "id": "8922ff2d-98d0-4271-aea0-52df2855eb62"
}

application/xml, text/xml

Sample:
<ComicController.EpisodeViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/COMIC.Controllers">
  <ComicId>1686d364-3430-40ac-b74e-9b16ea39b070</ComicId>
  <CoverImageBase64>sample string 9</CoverImageBase64>
  <Description>sample string 8</Description>
  <EpisodeName>sample string 2</EpisodeName>
  <PagesCount>3</PagesCount>
  <VoicePanel1Base64>sample string 4</VoicePanel1Base64>
  <VoicePanel2Base64>sample string 5</VoicePanel2Base64>
  <VoicePanel3Base64>sample string 6</VoicePanel3Base64>
  <VoicePanel4Base64>sample string 7</VoicePanel4Base64>
  <id>8922ff2d-98d0-4271-aea0-52df2855eb62</id>
</ComicController.EpisodeViewModel>

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.