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.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
ID of the movement for which to return wires for the movement's order record |
path
|
|
String
|
Result
List
<
ReadOnlyRow
>
of type:
application/xml
application/json
a list of Wire objects
Child Elements:
RowUsers
This elements represent the entered user associated with the wire.
The element contains a __name
attribute with the value enteredByUser
.
RowDriver
This elements represent the driver user associated with the wire.
The element contains a __name
attribute with the value driver
.
RowPayee
This elements represent the carrier user associated with the wire.
The element contains a __name
attribute with the value payee
.
Try It Out
Request