POST api/Reports/{printFormatName}/PrintReportPinpad
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| printFormatName | string | 
                                 Required  | 
                
Body Parameters
PrintPinpad| Name | Description | Type | Additional information | 
|---|---|---|---|
| DocumentKey | integer | 
                             None.  | 
                |
| RawData | string | 
                             None.  | 
                |
| IsACopy | boolean | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "DocumentKey": 1,
  "RawData": "sample string 2",
  "IsACopy": true
}
        application/xml, text/xml
            Sample:
        <PrintPinpad xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLMLTEMA.MODELS"> <DocumentKey>1</DocumentKey> <IsACopy>true</IsACopy> <RawData>sample string 2</RawData> </PrintPinpad>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
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.  |