Printago API
POST /v1/maintenance/recommended-enrollments

Enroll recommended maintenance

Enroll printers in recommended maintenance plans based on their model

Requires: maintenance.edit

Request Body

RequestBody
offsetsrequired
Record<string, Record<string, number>>
Construct a type with a set of properties K of type T
printerIdsrequired
string[]

Example Request

application/json
{
  "printerIds": [
    "string"
  ],
  "offsets": {}
}

Response Schema

Response
enrolledCountrequired
number

Example Response

201 OK — application/json
{
  "enrolledCount": 1
}