POST Artwork/PostArtworkComment
Posting comment for artwork submission, based on Id or CustomId
Request Information
URI Parameters
None.
Body Parameters
ArtPostCommentApi| Name | Description | Type | Additional information |
|---|---|---|---|
| Comment | string |
None. |
|
| File | Collection of byte |
None. |
|
| FileName | string |
None. |
|
| Id | integer |
None. |
|
| CustomId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Comment": "sample string 1",
"File": "QEA=",
"FileName": "sample string 2",
"Id": 1,
"CustomId": 1
}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true