GetSupplyModelsCompatibleToSupplyDemand

  • Web Service URL: https://[SERVER_ADDRESS]/SupplierOrdersWS/SupplierOrdersData.asmx

  • MPS Version: From 5.16.0

Description

This method returns the compatible supply models for the specified on-demand printer.

Syntax

public string GetSupplyModelsCompatibleToSupplyDemand(int supplierID, string supplierUserEmail, string supplierUserPassword, int supplyDemandID, string fieldsList)

Parameters

  • supplierID: Identifier of the supplier to be searched for the demands;

  • supplierUserEmail: Email address of the supplier's contact;

  • supplierUserPassword: Encrypted password of the supplier's contact;

  • supplyDemandID: Identifier of the demand to be modified;

  • fieldList: List of fields to be returned by the method. They must be specified separated by the ‘;’ character. Example: SupplyDemandID;BrandName;SupplySubFunctionTypeName;SupplyColorName;

    • When no fields are specified, the response will contain the fields shown in bold in the table below.

Return fields recognized in fieldsList

Field name

Description

SupplyModelID

Supply model identifier (material) in the system

BrandName

Material manufacturer name

SupplySubFunctionTypeName

Material type name

SupplyColorName

Material color

PartNumber

Material PartNumber

Capacity

Material capacity

SupplyModelQualityName

Material quality

DisplayName

Supply display name, defined by the provider

Description

Material description, defined by the provider

PartnerModelCode

Material internal code, defined by the provider

Response

Click here to learn more about the response format.

Possible error codes

Click here to see the possible error codes that may be returned and learn the reasons behind them.