Update Print Classes

post

/config/sim/v1/devices/updateprinterClasses

Update the Print Class object. If a Print Class is not found, it adds a new Print Class.

Request

Supported Media Types
Header Parameters
Body ()
Request Body
Root Schema : PrintClassCUDRequestBody
Type: object
Model for Print CUD Request
Show Source
  • Unique reference of the hierarchy unit where the print class is configured
    Example: 3599
  • name
    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
Name
Example:
{
    "en-US":"Hotline PC",
    "de-DE":"Hotline-PC"
}
Back to Top

Response

Supported Media Types

200 Response

Print Class Updated or Added.
Body ()
Root Schema : PrintClasses
Type: object
Show Source
Back to Top