POST api/deactivedoc/deactive
Request Information
URI Parameters
None.
Body Parameters
DeactiveDataName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Reason | string |
None. |
|
IsDiaplay | boolean |
None. |
Request Formats
application/xml, text/xml
Sample:
<DeactiveData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCT.VerifyDoc.API.Controllers"> <Id>1</Id> <IsDiaplay>true</IsDiaplay> <Reason>sample string 2</Reason> </DeactiveData>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "IsDiaplay": true, "Id": 1, "Reason": "sample string 2" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.