POST api/PdfReport
Request Information
URI Parameters
None.
Body Parameters
DataName | Description | Type | Additional information |
---|---|---|---|
apikey | string |
None. |
|
clientcode | string |
None. |
|
barcode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "apikey": "sample string 1", "clientcode": "sample string 2", "barcode": "sample string 3" }
application/xml, text/xml
Sample:
<PdfReportController.Data xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CpathWebApi.Controllers"> <apikey>sample string 1</apikey> <barcode>sample string 3</barcode> <clientcode>sample string 2</clientcode> </PdfReportController.Data>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultName | Description | Type | Additional information |
---|---|---|---|
clientcode | string |
None. |
|
barcode | string |
None. |
|
filepdf | string |
None. |
|
result | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "clientcode": "sample string 1", "barcode": "sample string 2", "filepdf": "sample string 3", "result": "sample string 4" }
application/xml, text/xml
Sample:
<PdfReportController.Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CpathWebApi.Controllers"> <barcode>sample string 2</barcode> <clientcode>sample string 1</clientcode> <filepdf>sample string 3</filepdf> <result>sample string 4</result> </PdfReportController.Result>