GetPrintersSlots

  • Web Service URL: https://[SERVER_ADDRESS]/ServicesDeskWS/ServicesDeskData.asmx

  • MPS Version: From 5.13.0

Description

This method returns the printers for which the user is responsible and the types of supplies recognized by the system.

Syntax

public string GetPrintersSlots(string properties)

Setting Properties

The content of string properties must be text in JSON format containing the properties listed below. For example:

{"DealerName":"dealer","DealerUserEmail":"user@example.com","DealerUserPassword":"k1BAv1w=="}

You don't need to worry about whether property names are uppercase or lowercase; the Web Service is Case-Insensitive.

Properties accepted by the method

Property

Type

Required

Allows null

Allows empty

Maximum size

Description

EnterpriseName

Text

Yes

-

-

-

Company name

EnterpriseAccountEmail

Text

Yes

-

-

-

Company user email

EnterpriseAccountPassword

Text

Yes

-

-

-

Encrypted user password

PrinterDeviceID

Number

No

-

-

-

Printer ID in the system

Return Fields

Field name

Description

PrinterDeviceID

Printer ID in the system

SiteID

Site ID of the site to which the printer belongs in the system

SiteName

Name of the site to which the printer belongs

SiteDivisionID

Department ID of the department to which the printer belongs in the system

SiteDivisionName

Name of the department to which the printer belongs

PrinterName

Printer name

BrandName

Printer manufacturer name

ModelName

Printer model

SerialNumber

Printer serial number

AddressName

Printer IP address

AddressMac

Printer MAC address

Location

Physical location of the printer

EnterprisePrinterDeviceSlotId

Supply ID recognized by the printer in the system

SupplySubFunctionTypeID

Material type ID in the system

SupplySubFunctionTypeName

Material type name

SupplyColorID

Material color ID in the system

SupplyColorName

Material color name

Click here to learn more about the response format.

Possible errors returned

Click here to see the possible errors that may be returned and learn the reasons behind them.

Restrictions

  • This method can only be used when the provider is not configured to operate in basic mode.