POST Update
Request Information
URI Parameters
None.
Body Parameters
ComicCommentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CommentID | globally unique identifier |
None. |
|
| Comment | string |
None. |
|
| UserID | globally unique identifier |
None. |
|
| ComicID | globally unique identifier |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | globally unique identifier |
None. |
|
| ModifiedOn | date |
None. |
|
| ModifiedBy | globally unique identifier |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| ComicTitle | string |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CommentID": "a203d76f-8151-40fe-b796-a3fa34dbaf52",
"Comment": "sample string 1",
"UserID": "23d62c22-cad2-476a-a7f9-85d90a4d9c1c",
"ComicID": "30cbe3da-0d13-4995-b5ec-a99fe2a6ba50",
"CreatedOn": "2026-04-11T08:16:38.0540304+00:00",
"CreatedBy": "d9d60c97-3b21-475d-8ba8-75bfe389381b",
"ModifiedOn": "2026-04-11T08:16:38.0540304+00:00",
"ModifiedBy": "90cf7de2-b865-4107-8dff-7e1acf389d9f",
"IsActive": true,
"IsDeleted": true,
"ComicTitle": "sample string 4",
"UserName": "sample string 5"
}
application/xml, text/xml
Sample:
<ComicCommentDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/COMIC.Models"> <ComicID>30cbe3da-0d13-4995-b5ec-a99fe2a6ba50</ComicID> <ComicTitle>sample string 4</ComicTitle> <Comment>sample string 1</Comment> <CommentID>a203d76f-8151-40fe-b796-a3fa34dbaf52</CommentID> <CreatedBy>d9d60c97-3b21-475d-8ba8-75bfe389381b</CreatedBy> <CreatedOn>2026-04-11T08:16:38.0540304+00:00</CreatedOn> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <ModifiedBy>90cf7de2-b865-4107-8dff-7e1acf389d9f</ModifiedBy> <ModifiedOn>2026-04-11T08:16:38.0540304+00:00</ModifiedOn> <UserID>23d62c22-cad2-476a-a7f9-85d90a4d9c1c</UserID> <UserName>sample string 5</UserName> </ComicCommentDto>
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.