EventComment

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

  • MPS Version: From 5.3.0

Description

This method adds a comment to the specified event. In the MPS Portal, this information is available in the event history.

Syntax

public string EventComment(string dealerName, string dealerUserEmail, string dealerUserPassword, int eventID, string comments)

Parameters

  • dealerName: Name of the provider;

  • dealerUserEmail: Email address of the provider user;

  • dealerUserPassword: Encrypted user password;

  • eventID: Event identifier;

  • comments: Comment to be entered for the event.

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 assigned to monitor the company to which the event belongs, have full permission in the Event Area, permission for System Events (if the event in question is of the system type), or permission for Basic Printer Events and Advanced Printer Events (if the event in question is of the printer type).