POST Artwork/Comment
Add comment. [submitArtworkAction]
Request Information
URI Parameters
None.
Body Parameters
ArtworkCommentSubmit| Name | Description | Type | Additional information |
|---|---|---|---|
| ArtId | integer |
None. |
|
| CommentType | eArtworkCommentType |
None. |
|
| Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ArtId": 1,
"CommentType": 0,
"Comment": "sample string 2"
}
application/xml, text/xml
Sample:
<ArtworkCommentSubmit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Img.MyiCLC.Mobile.Api.Models.DataObjects.Artwork"> <ArtId>1</ArtId> <Comment>sample string 2</Comment> <CommentType>NotSet</CommentType> </ArtworkCommentSubmit>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.