AssignUserToOrder
Assigns a user to an order
Input
Name | Type | Required | Description |
OrderIds | Integer | True | Identifies set of orders that will be assigned the user. Please note that if ANY of the orders within the array are not found, no orders will have a user assigned to them (Multiple OrderIds can be passed as comma separated). |
UserId | String | True | Identifies the user that will be applied to the orders. It should contain a GUID of the user to be assigned to the array of orders. |
Result Set Columns
Name | Type | Description |
Status | String | The status of the operation. |