PIRemove URL

This URL removes one or more existing payment instructions from an order.


URL

PIRemove


Controller command

PIRemoveCmd


Implementation class

PIRemoveCmdImpl


Commands called

EditCmd


URL structure


Parameter values


Example

The following example removes two payment instructions from order 112233.


Behavior

Check if the order is locked by the current CSR. If the order is not locked and called by a CSR, or if it is locked by another CSR, an exception is thrown

Call EditCmd (EDP command) to edit the payment instruction

Examine the result of EditCmd and throw exception if the result is null or if there is an error in the results


Exception conditions

None.


Related concepts
Payment instructions
Payment methods


Related reference
PIAdd URL
PICopy URL
PIEdit URL