POST api/print/receiptprint

Request Information

URI Parameters

None.

Body Parameters

APIParam
NameDescriptionTypeAdditional information
ReportName

string

None.

ID

integer

None.

ClientIP

string

None.

PrintData

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ReportName": "sample string 1",
  "ID": 2,
  "ClientIP": "sample string 3",
  "PrintData": "sample string 4"
}

application/xml, text/xml

Sample:
<APIParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Protech.Report.Core.Models">
  <ClientIP>sample string 3</ClientIP>
  <ID>2</ID>
  <PrintData>sample string 4</PrintData>
  <ReportName>sample string 1</ReportName>
</APIParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.