GET

PrintService

 

Property

Description

Table

BEAS_COMMON_INPUT

Primary key

SessionId/c,PrintRequest/i

$transaction

no

$branch

no

$mask

no

 

Fields

Name

Type

Description

SessionId

Edm.String(50)

Database: "BEAS_COMMON_INPUT"."SESSION_ID"

PrintRequest

Edm.Int32

Return the Id of current Session

Example:

Get only all informations from current Session


PrintService?$select=Title,PrintRequest&$filter=SessionID eq CurrentSessionId

 

Database: "BEAS_COMMON_INPUT"."COUNTID"

Active

Edm.Boolean

Database: case when coalesce("BEAS_COMMON_INPUT"."Closed",0)=0 then 1 else 0 end

Title

Edm.String(50)

Database: "BEAS_COMMON_INPUT"."PARAMETER2"

PrintType

Edm.String(1)

Database: "BEAS_COMMON_INPUT"."PARAMETER3"

ReportName

Edm.String(255)

Name of Crystal Report.

If Report saved in Beas Project folder, you don't need to define the folder

If saved in another folder, please define the folder name too in windows Format:

Example: "ReportName":"c:\\MyReports\\MyReport.rpt"

Database: "BEAS_COMMON_INPUT"."PARAMETER1"

Text

Edm.String(16000)

Database: "BEAS_COMMON_INPUT"."PARAMETER9"

PreScript

Edm.String(16000)

Database: "BEAS_COMMON_INPUT"."TEXTPARAMETER"

Parameter

Edm.String(1024)

Database: "BEAS_COMMON_INPUT"."PARAMETER8"

NumberOfCopies

Edm.String(4)

Database: coalesce("BEAS_COMMON_INPUT"."PARAMETER4",'1')

StationId

Edm.String(50)

Database: "BEAS_COMMON_INPUT"."STATIONNAME"

LocationId

Edm.String(30)

Print for which location

In Station -> Location You can define the printer, which used for this location

Note: The beas commen service will print the document. On the computer, on which the service is running, must have installed printer service for this printer.

Database: "BEAS_COMMON_INPUT"."LOCATION_ID"

ProgramId

Edm.String(20)

Togehter with AppId you can define, which App settings have to use for the printing

If ProgramId and AppId is defined, you don't need to define the report information, because the system will use the inforamtion from the App setup

Database: "BEAS_COMMON_INPUT"."PROGRAM_ID"

AppId

Edm.String(50)

Printed by App Id - see ProgramId

Database: "BEAS_COMMON_INPUT"."WINDOWNAME"

PersonnelId

Edm.String(20)

Database: "BEAS_COMMON_INPUT"."PERS_ID"

TimeLife

Edm.DateTimeOffset

Database: "BEAS_COMMON_INPUT"."TimeLife"

 

Functions

Function

Parameter

Description

Reopen

PrintRequest/i