POST api/printer/printdocument
Request Information
URI Parameters
None.
Body Parameters
PrintDocumentModelName | Description | Type | Additional 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
CloudPrintJobName | Description | Type | Additional information |
---|---|---|---|
success | boolean |
None. |
|
message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "success": true, "message": "sample string 2" }