-
Web Service URL: https://[SERVER_ADDRESS]/GeneralWS/GeneralData.asmx
-
MPS Version: From 5.3.0
Description
This method returns the list of material qualities registered in the MPS Portal.
Syntax
public string GetSupplyModelQualities(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 |
|
SupplyModelQualityID |
Material quality identifier |
|
SupplyModelQualityName |
Material quality 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.