POST api/Visits/summaryPdfConverter
Request Information
URI Parameters
None.
Body Parameters
htmlPagePdfName | Description | Type | Additional information |
---|---|---|---|
contant | string |
None. |
|
css | string |
None. |
|
buttonText | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "contant": "sample string 1", "css": "sample string 2", "buttonText": "sample string 3" }
application/xml, text/xml
Sample:
<htmlPagePdf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Visits"> <buttonText>sample string 3</buttonText> <contant>sample string 1</contant> <css>sample string 2</css> </htmlPagePdf>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
HttpResponseMessageName | 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. |