SetPrinterName

  • Web Service URL: https://[SERVER_ADDRESS]/GeneralWS/GeneralData.asmx

  • MPS Version: From 5.3.0

Description

This method updates the printer name in the provider. This name will only be retained if, in the NDD Print Host, forcing the printer name that appears in the MIB is not enabled.

Syntax

public string SetPrinterName(string dealerName, string dealerUserEmail, string dealerUserPassword, int enterpriseID, int printerDeviceID, string newPrinterName)

Parameters

  • dealerName: Provider name;

  • dealerUserEmail: Provider user email;

  • dealerUserPassword: Encrypted user password;

  • enterpriseID: Company identifier in the MPS Portal to which the printer belongs;

  • printerDeviceID: Identifier of the printer that will have its accounting monitoring changed;

  • newPrinterName: Name to be updated on the printer.

Return

Click here to learn more about the return format.

Possible errors returned

Click here to check the possible errors that may be returned and learn about their reasons.

Restrictions

  • To execute this method, the user must be an Administrator with the provider.