go back Home

WireService

This service provides methods for retrieving and creating wires (aka advances).

Operations

name description
GET /wires/move/{id}/ Retrieves wires for the order, based upon the specified movement in movementID. Wires displayed are always for an order, rather than specifically for the movement, although they are requested by movement.
GET /wires/move/{id}/wirePayees Retrieves the Payee record for a given movement as specified in the given movement ID.
GET /wires/userSavedSearch Retrieves a List of RowUnpostedWire objects based on an existing saved search.
GET /wires/wireServiceCodes Retrieves a List of active wire codes.
GET /wires/{vendor}/checkCount Obtains the count of available checks for the vendor.
POST /wires/validateWire Validates a new unposted wire record without creating the record in the database.
PUT /wires Creates a new unposted wire record.