DenySupplyDemands

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

  • MPS Version: From 5.12.0

Description

This method rejects demands in planning, both of the Normal type and of the Integration type.

Syntax

public string DenySupplyDemands(int supplierID, string supplierUserEmail, string supplierUserPassword, string supplyDemandsIDList)

Parameters

  • supplierID: Supplier ID in the system;

  • supplierUserEmail: Supplier contact email;

  • supplierUserPassword: Encrypted password for the supplier contact;

  • supplyDemandsIDList: List of identifiers (SupplyDemandID) for the demands that will be rejected, separated by “;”. Example: “115;116;118”.

Response

Click here to learn more about the response format.

Possible errors returned

Click here to check the possible errors that may be returned and learn their reasons.

Restrictions

  • To reject demands, they must be in planning.