OpenManualEvents

  • Web Service URL: https://[SERVER_ADDRESS]/EventsWS/EventsData.asmx

  • MPS Version: From 5.12.0

Description

This method opens a manual printer event.

Syntax

public string OpenManualEvents(string dealerName, string dealerUserEmail, string dealerUserPassword, int printerDeviceID, int enterpriseID, int criticalID, string description)

Parameters

  • dealerName: Provider name;

  • dealerUserEmail: Provider user email;

  • dealerUserPassword: Encrypted user password;

  • printerDeviceID: Printer identifier;

  • enterpriseID: Company identification number;

  • criticalID: Indicates the critical level of this event (according to provider rules);

  • description: Information about the event.

Parameter

Accepted types

criticalID

1 - Critical
2 - Moderate
3 - Mild

Return

If successful, the return is: {“EventID”:number}, where number is the identifier number of the event entered.

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 have full permission in the events area, in advanced printer events, and in the printers area;

  • The user must be a company monitor or company site monitor to which the desired printer machines belong; or the user must be assigned full permission in company monitoring.