-
Web Service URL: https://[SERVER_ADDRESS]/GeneralWS/GeneralData.asmx
-
MPS Version: From 5.3.0
Description
This method returns a list of the types of system and provider supplies that are registered with the provider.
Syntax
public string GetSupplySubFunctionTypes(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 |
|
SystemType |
Indicates whether it is a system material type or a type registered by the provider (1 - system type, 0 - provider type) |
|
SupplySubFunctionTypeID |
Material type identifier |
|
SupplySubFunctionTypeName |
Material type 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.