DoNotReceiveItems

  • Web Service URL: https://[SERVER_ADDRESS]/StockOrdersWS/StockOrdersData.asmx

  • MPS Version: From 5.3.0

Description

This method marks items from a shipment with the status Dispatched or In Transit that were requested from the Distribution Center as not received.

Syntax

public string DoNotReceiveItems(string dealerName, string dealerUserEmail, string dealerUserPassword, int shipmentID, string shipmentItemsList, string comments)

Parameters

  • dealerName: Provider name;

  • dealerUserEmail: Provider user email;

  • dealerUserPassword: Encrypted user password;

  • shipmentID: ID of the shipment to be billed;

  • shipmentItemsList: List of identifiers (shipmentItemID) for the forwarded items to 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

  • To execute this method, the specified user must have Restricted or Full responsibility assigned by the supplier (Distribution Center);

  • The delivery must have the status Forwarded or In Receipt, and the item to be marked as not received must have the status Forwarded.