POST api/printer/printdocument

Request Information

URI Parameters

None.

Body Parameters

PrintDocumentModel
NameDescriptionTypeAdditional information
workshopInstanceId

integer

Required

studentLabel

string

Required

Request Formats

application/json, text/json

Sample:
{
  "workshopInstanceId": 1,
  "studentLabel": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CloudPrintJob
NameDescriptionTypeAdditional information
success

boolean

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "message": "sample string 2"
}