POST api/Create_Comicast
Request Information
URI Parameters
None.
Body Parameters
Customrecord| Name | Description | Type | Additional 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": "9fe51847-afc4-47a0-a534-4c90a40c2d5b",
"episodeid": "213fe865-29fc-4322-80d9-4b2fbf9f67db",
"genreid": "67069c67-1255-4e7c-90de-9f2aead59b8a",
"comicstoryid": "bd5eb49a-feb4-4f12-b177-0bf39240da5f",
"voicepanelnumber": "sample string 2",
"title": "sample string 3",
"id": "c4819925-3fb9-4f43-b540-784cd05d9909",
"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>bd5eb49a-feb4-4f12-b177-0bf39240da5f</comicstoryid> <customerId>9fe51847-afc4-47a0-a534-4c90a40c2d5b</customerId> <episodeid>213fe865-29fc-4322-80d9-4b2fbf9f67db</episodeid> <genreid>67069c67-1255-4e7c-90de-9f2aead59b8a</genreid> <id>c4819925-3fb9-4f43-b540-784cd05d9909</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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.