POST api/WinPaperless/usp_winform_plm_common_doctor_pdf_get_xml_new
Request Information
URI Parameters
None.
Body Parameters
usp_winform_plm_common_doctor_pdf_get_getall| Name | Description | Type | Additional information |
|---|---|---|---|
| ret | string |
None. |
|
| msg | string |
None. |
|
| documentNo | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ret": "sample string 1",
"msg": "sample string 2",
"documentNo": "sample string 3",
"pdf": "sample string 4"
}
application/xml, text/xml
Sample:
<usp_winform_plm_common_doctor_pdf_get_getall xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Umer.WebApi.Model.WinPaperless.Common"> <documentNo>sample string 3</documentNo> <msg>sample string 2</msg> <pdf>sample string 4</pdf> <ret>sample string 1</ret> </usp_winform_plm_common_doctor_pdf_get_getall>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ServerResult| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| api_code | string |
None. |
|
| api_message | string |
None. |
|
| api_data | Object |
None. |
|
| type | string |
None. |
|
| encrypted | boolean |
None. |
|
| code | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"api_code": "sample string 1",
"api_message": "sample string 2",
"api_data": {},
"type": "sample string 4",
"encrypted": true,
"code": "sample string 6",
"success": false
}