POST UpdateEpisode
Request Information
URI Parameters
None.
Body Parameters
EpisodeViewModel| Name | Description | Type | Additional 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": "87e7d43f-cf6c-4426-9ffb-21b142006b45",
"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": "0d023b1c-7057-49ed-ae47-d5bfd9d063cf"
}
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>87e7d43f-cf6c-4426-9ffb-21b142006b45</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>0d023b1c-7057-49ed-ae47-d5bfd9d063cf</id> </ComicController.EpisodeViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.