DenyAndCommentSupplyDemands

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

  • MPS Version: From 5.38.0

Description

This method rejects demand planning requests (both Normal and Integration types) and allows you to enter a reason why the request is being denied.

Syntax

public string DenyAndCommentSupplyDemands(int supplierID, string supplierUserEmail, string supplierUserPassword, string supplyDemandsIDList, string comment)

Parameters

  • supplierID: Supplier ID in the system;

  • supplierUserEmail: Supplier contact email;

  • supplierUserPassword: Encrypted password of the supplier contact;

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

  • comment: Description of why the demand was rejected.

Response

If successful, the response is: {“Result”:true}.

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.