POST ReportComic
Request Information
URI Parameters
None.
Body Parameters
customreportoncomic| Name | Description | Type | Additional information |
|---|---|---|---|
| createdby | globally unique identifier |
None. |
|
| comicid | globally unique identifier |
None. |
|
| comictitle | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"createdby": "7a155c61-daf2-4673-8030-acf0f85662af",
"comicid": "46ec0e87-70cc-4a6f-9a5e-f769b366db16",
"comictitle": "sample string 1"
}
application/xml, text/xml
Sample:
<customreportoncomic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/COMIC.Controllers"> <comicid>46ec0e87-70cc-4a6f-9a5e-f769b366db16</comicid> <comictitle>sample string 1</comictitle> <createdby>7a155c61-daf2-4673-8030-acf0f85662af</createdby> </customreportoncomic>
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.