GetColors

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

  • MPS Version: From 5.3.0

Description

This method returns all colors registered in the MPS Portal.

Syntax

public string GetColors(string dealerName, string dealerUserEmail, string dealerUserPassword)

Parameters

  • dealerName: Name of the provider;

  • dealerUserEmail: Email address of the provider user;

  • dealerUserPassword: Encrypted user password.

Return fields

Field name

Description

SupplyColorID

Color identifier number

SupplyColorName

Color name

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

  • There are no restrictions on using this method.