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": "9437781f-2bf2-4120-9a94-f76e929adbaa",
"comicid": "89d57fe6-ed49-4978-b5be-244e924915b1",
"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>89d57fe6-ed49-4978-b5be-244e924915b1</comicid> <comictitle>sample string 1</comictitle> <createdby>9437781f-2bf2-4120-9a94-f76e929adbaa</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.