GetBrands

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

  • MPS Version: From 5.3.0

Description

This method returns all manufacturers registered and approved on the MPS Portal.

Syntax

public string GetBrands(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

BrandID

Manufacturer identification number

BrandName

Manufacturer name

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.

Restrictions

  • There are no restrictions on using this method.