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