GetWarningInfo

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

  • MPS Version: From 5.3.0

Description

This method returns information about the specified alert.

Syntax

public string GetWarningInfo(string dealerName, string dealerUserEmail, string dealerUserPassword, int warningID, string cultureName)

Parameters

  • dealerName: Name of the provider;

  • dealerUserEmail: Email address of the provider user;

  • dealerUserPassword: Encrypted user password;

  • warningID: Identifier of the alert for which you want to obtain details;

  • cultureName: Language in which you want the Web Service to return the name and description of the alert.

Fields that will be returned

Field name

Description

WarningID

Identifier of the requested alert

WarningName

Name of the alert in the language specified in the cultureName parameter

WarningDescription

Description of the alert in the language specified in the cultureName parameter

Click here to learn more about the format of the returns.

Possible errors returned

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