POST api/mScan/ImageUtils/ImageComment
Request Information
URI Parameters
None.
Body Parameters
ImageShotCommentVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Commet | string |
None. |
|
| AudioUid | globally unique identifier |
None. |
|
| ImageShotID | integer |
None. |
|
| RefferenceCommentID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Commet": "sample string 1",
"AudioUid": "dfae9d3f-64d0-4322-a6b8-4d460a6fba14",
"ImageShotID": 2,
"RefferenceCommentID": 1
}
application/xml, text/xml
Sample:
<ImageShotCommentVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Isak.WebApi.Areas.mScan.Models"> <AudioUid>dfae9d3f-64d0-4322-a6b8-4d460a6fba14</AudioUid> <Commet>sample string 1</Commet> <ImageShotID>2</ImageShotID> <RefferenceCommentID>1</RefferenceCommentID> </ImageShotCommentVM>
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.