POST api/Tickets/downloadscreenshot
Request Information
URI Parameters
None.
Body Parameters
TicketDetailsScreenshotPdf| Name | Description | Type | Additional information |
|---|---|---|---|
| imagepath | string |
None. |
|
| realimagepath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"imagepath": "sample string 1",
"realimagepath": "sample string 2"
}
application/xml, text/xml
Sample:
check
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |