GET api/KNMID/DeletePACIDocument

Request Information

URI Parameters

None.

Body Parameters

IsFileNameExist
NameDescriptionTypeAdditional information
filename

string

None.

pacirequestid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "filename": "sample string 1",
  "pacirequestid": "sample string 2"
}

application/xml, text/xml

Sample:
<IsFileNameExist xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <filename>sample string 1</filename>
  <pacirequestid>sample string 2</pacirequestid>
</IsFileNameExist>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string>sample string 1</string>