POST approval/seen/{COMcode}/{APVid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
COMcode | string |
Required |
|
APVid | integer |
Required |
Body Parameters
SeenRequestName | Description | Type | Additional information |
---|---|---|---|
APVid | integer |
Required |
|
seen | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{ "APVid": 1, "seen": true }
application/xml, text/xml
Sample:
<SeenRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SPRING_WEBAPI.Models"> <APVid>1</APVid> <seen>true</seen> </SeenRequest>
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.