POST api/Job/ApproveOrDenyNewImageRequest
Request Information
URI Parameters
None.
Body Parameters
ApproveOrDenyImageRequestModelName | Description | Type | Additional information |
---|---|---|---|
Id | Collection of integer |
None. |
|
Type | byte |
None. |
|
Comments | string |
None. |
|
Caption | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": [ 1, 2 ], "Type": 64, "Comments": "sample string 2", "Caption": "sample string 3" }
text/html
Sample:
{"Id":[1,2],"Type":64,"Comments":"sample string 2","Caption":"sample string 3"}
application/xml, text/xml
Sample:
<ApproveOrDenyImageRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job"> <Caption>sample string 3</Caption> <Comments>sample string 2</Comments> <Id xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </Id> <Type>64</Type> </ApproveOrDenyImageRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.