GET /wires/move/{id}/
|
Users
|
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
|
Users
|
Retrieves the Payee record for a given movement as specified in the given movement ID. |
GET /wires/search
|
Users
|
Searches the database for unposted wires matching the given request parameters. |
GET /wires/userSavedSearch
|
Users
|
Retrieves a List of RowUnpostedWire objects based on an existing saved search. |
GET /wires/wireServiceCodes
|
Users
|
Retrieves a List of active wire codes. |
GET /wires/{vendor}/checkCount
|
Users
|
Obtains the count of available checks for the vendor. |
POST /wires/validateWire
|
Users
|
Validates a new unposted wire record without creating the record in the database. |
PUT /wires
|
Users
|
Creates a new unposted wire record. |