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": "f82a8342-f74c-4bdf-b7cc-a4faaed31fa1",
"Comment": "sample string 1",
"UserID": "22517763-efc5-4f92-91d3-4bf18cc51f4c",
"ComicID": "5018e798-92c2-4414-a688-c49fd30d95fc",
"CreatedOn": "2026-02-02T16:07:49.6745662+00:00",
"CreatedBy": "de29e25b-aa06-4b0c-be44-43cc09a9df7b",
"ModifiedOn": "2026-02-02T16:07:49.6745662+00:00",
"ModifiedBy": "e6be1b5b-b881-4f89-b20c-8c6a1274d92a",
"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>5018e798-92c2-4414-a688-c49fd30d95fc</ComicID> <ComicTitle>sample string 4</ComicTitle> <Comment>sample string 1</Comment> <CommentID>f82a8342-f74c-4bdf-b7cc-a4faaed31fa1</CommentID> <CreatedBy>de29e25b-aa06-4b0c-be44-43cc09a9df7b</CreatedBy> <CreatedOn>2026-02-02T16:07:49.6745662+00:00</CreatedOn> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <ModifiedBy>e6be1b5b-b881-4f89-b20c-8c6a1274d92a</ModifiedBy> <ModifiedOn>2026-02-02T16:07:49.6745662+00:00</ModifiedOn> <UserID>22517763-efc5-4f92-91d3-4bf18cc51f4c</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.