Update Print Classes

post

/config/sim/v2/devices/updatePrinterClasses

Add the Print Class object to a specified hierarchy unit of specified organization

Request

Supported Media Types
Header Parameters
Body ()
Request Body
Root Schema : PrintClassCUDRequestBodyv2
Type: object
Model for Print CUD Request
Show Source
  • Unique reference of the hierarchy unit where the print class is configured
    Example: 3599
  • name
    Print Class Name
  • Object Number of the Print Class.
    Example: 1
  • A string value of 0s & 1s of length 8 representing the enablement or disablement of the options associated with the Print Class
    Example: 11010101
  • A string value of 0s & 1s of length 32 representing the enablement or disablement of the order devices associated with the Print Class
    Example: 11010101110101011101010111010101
  • A string value of 0s & 1s of length 32 representing the enablement or disablement of the order device output associated with the Print Class
    Example: 11010101110101011101010111010101
  • Select the routing group to use for each print class if Routing Group Printing is enabled.
    Example: 3
Nested Schema : name
Type: object
Print Class Name
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Back to Top

Response

Supported Media Types

200 Response

Print Class Response
Body ()
Root Schema : PrintClasses
Type: object
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top