GET api/Application/SendTestPDFReport
Request Information
URI Parameters
None.
Body Parameters
HtmlContentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| HtmlContent | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"HtmlContent": "sample string 1"
}
text/html
Sample:
{"HtmlContent":"sample string 1"}
application/xml, text/xml
Sample:
<HtmlContentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LegalsNOI.Models"> <HtmlContent>sample string 1</HtmlContent> </HtmlContentModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/comma-separated-values
Sample:
Sample not available.
Response Information
Resource Description
Collection of SendPDFReportDTOResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| message | string |
None. |
|
| branch | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"message": "sample string 1",
"branch": "sample string 2"
},
{
"message": "sample string 1",
"branch": "sample string 2"
}
]
text/html
Sample:
[{"message":"sample string 1","branch":"sample string 2"},{"message":"sample string 1","branch":"sample string 2"}]
application/xml, text/xml
Sample:
<ArrayOfSendPDFReportDTOResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LegalsNOI.Models">
<SendPDFReportDTOResponse>
<branch>sample string 2</branch>
<message>sample string 1</message>
</SendPDFReportDTOResponse>
<SendPDFReportDTOResponse>
<branch>sample string 2</branch>
<message>sample string 1</message>
</SendPDFReportDTOResponse>
</ArrayOfSendPDFReportDTOResponse>
text/comma-separated-values
Sample:
Sample not available.