API Docs
Printout Service
Contents
This API operates on an printout. given a Printout ID.
Resource URL
POST /almaws/v1/task-lists/printouts/{printout_id}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
printout_id | xs:string | The Printout ID |
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
op | xs:string | Required | The operation to perform on the printout. Currently, the options are 'mark_as_printed','mark_as_canceled' |
Body Parameters
None
Output
This method returns a Printout
object. See doc
Possible Error Codes
Code | Message |
---|---|
402896 | Invalid printout ID. |
40166410 | Invalid parameter. |
40166412 | Failed to perform action. |