POST api/Create_Comicast

Request Information

URI Parameters

None.

Body Parameters

Customrecord
NameDescriptionTypeAdditional information
customerId

globally unique identifier

None.

episodeid

globally unique identifier

None.

genreid

globally unique identifier

None.

comicstoryid

globally unique identifier

None.

voicepanelnumber

string

None.

title

string

None.

id

globally unique identifier

None.

voicepanelimage

string

None.

Request Formats

application/json, text/json

Sample:
{
  "customerId": "a86b4be2-32ad-4e61-a48b-c2b62549cbdf",
  "episodeid": "b258277d-8e45-4103-a0df-49c7c31bc77e",
  "genreid": "6cecbf02-087a-4505-93de-465a41801663",
  "comicstoryid": "383e3862-5a87-434f-8f05-cb6ecd5057fc",
  "voicepanelnumber": "sample string 2",
  "title": "sample string 3",
  "id": "806c5e5d-3c58-4725-99a2-8978f55e096d",
  "voicepanelimage": "sample string 5"
}

application/xml, text/xml

Sample:
<Customrecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/COMIC.Controllers">
  <comicstoryid>383e3862-5a87-434f-8f05-cb6ecd5057fc</comicstoryid>
  <customerId>a86b4be2-32ad-4e61-a48b-c2b62549cbdf</customerId>
  <episodeid>b258277d-8e45-4103-a0df-49c7c31bc77e</episodeid>
  <genreid>6cecbf02-087a-4505-93de-465a41801663</genreid>
  <id>806c5e5d-3c58-4725-99a2-8978f55e096d</id>
  <title>sample string 3</title>
  <voicepanelimage>sample string 5</voicepanelimage>
  <voicepanelnumber>sample string 2</voicepanelnumber>
</Customrecord>

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.