POST /settlements/transfer/{transferBy}/{transferIds}
Transfers the provided transfer id values to settlement.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
request |
|
context
|
|
HttpServletRequest
|
transferBy |
parameter determines what id values are being provided. Valid values are: [order, movement, or manifest]. |
path
|
|
String
|
transferIds |
Single or comma separated list of order, movement or manifest id to transfer to settlement |
path
|
|
String
|
Result
Response
of type:
application/xml
application/json
application/pdf
a response object containing the transferred records and any exceptions generated from the transfer process.
For example, /settlements/transfer/order/3000546,3000547,3000548
would transfer orders 3000546, 3000547 and 3000548 to settlement and return a response with information about transferred records and exception details.
Try It Out
Request