DoNotReceiveItems - MPS

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

  • MPS Version: From 5.3.0

Description

This method marks items in a shipment with the status Dispatched or Pending Receipt as unreceived, provided that the shipment was requested from the supplier.

Syntax

public string DoNotReceiveItems(int supplierID, string supplierUserEmail, string supplierUserPassword, int shipmentID, string shipmentItemsList, string comments)

Parameters

  • supplierID: Supplier ID in the system;

  • supplierUserEmail: Supplier contact email;

  • supplierUserPassword: Encrypted password for the supplier contact;

  • shipmentID: ID of the shipment in which the items are being marked as not received;

  • shipmentItemsList: List of identifiers (shipmentItemID) for the forwarded items that will be marked as not received, separated by “;”. Example: 18;19;20;21;

    • It is not necessary to list all items.

  • comments: Additional information regarding the non-receipt of delivery items.

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 understand their reasons.

Restrictions

  • The shipment must have the status Forwarded or In Transit, and the item to be marked as unreceived must have the status Forwarded.