com.ibm.commerce.inventory.commands

Interface ReturnReasonCodeDeleteCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, ToolsControllerCommand
    All Known Implementing Classes:
    ReturnReasonCodeDeleteCmdImpl


    public interface ReturnReasonCodeDeleteCmd
    extends ToolsControllerCommand
    Mark a list of return reasons for deletion.

    URL calling syntax

    https://host_name/path/ReturnReasonCodeDelete?rtnreasonId=rtnreason_Id_1&rtnreasonId=rtnreason_Id_2&URL=return_url

    Parameters

    rtnreasonId
    The identifier of return reason to be deleted. This parameter can be specified more than once.
    URL
    The URL to be called when the command completes successfully.

    Exceptions

    When the required fields are missing or not in the right datatype, this command will throw exception to indicate which field is missing or bad.