GetSupplySubFunctionTypes - MPS

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

  • MPS Version: From 5.5.0

Description

This method returns a list of the material types from the system and the provider that are registered.

Syntax

public string GetSupplySubFunctionTypes(string properties)

Setting Properties

The content of string properties must be text in JSON format containing the properties listed below. For example:

{"DealerName":"dealer","DealerUserEmail":"user@example.com","DealerUserPassword":"k1BAv1w=="}

You don't need to worry about whether property names are uppercase or lowercase; the Web Service is Case-Insensitive.

Properties accepted by the method

Property

Type

Required

Allows null

Allows empty

Maximum size

Description

DealerName

Text

Yes

-

-

-

Provider name

DealerUserEmail

Text

Yes

-

-

-

Provider user email

DealerUserPassword

Text

Yes

-

-

-

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 response format.

Possible errors returned

Click here to see the possible errors that may be returned and learn the reasons for them.

Restrictions

  • There are no restrictions on using this method.