PUT api/PdfLog?requestKey={requestKey}
Change Status
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| requestKey | string |
Required |
Body Parameters
JobLog| Name | Description | Type | Additional information |
|---|---|---|---|
| localIpAddress | string |
None. |
|
| url | string |
None. |
|
| ConfigKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"localIpAddress": "sample string 1",
"url": "sample string 2",
"ConfigKey": "sample string 3"
}
application/xml, text/xml
Sample:
<JobLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KanoonExamPdfServiceDb.Models"> <ConfigKey>sample string 3</ConfigKey> <localIpAddress>sample string 1</localIpAddress> <url>sample string 2</url> </JobLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.