orders pickitemassign (http://api.3plcentral.com/rels/orders/pickitemassign)
Resource:
assign pickitem
C# Rel Const:
Rels.OrderSvc.PickItemAssign
URI template:
pickjobs/{jid}/pickitems/assigner
Obtain URI from:
Set a pick line to assigned
Success status: 204
Name (* = required) Data Type Description
jid * int Job ID
Type Description
PickerId int? ...
Picker Generic.Models.UserIdentifier
Name string
Id int
PickItemId string Identifies an item in jid's pick list (it's an opaque value, don't try to concoct one or crack it)
Sample content-type: application/hal+json
{
  "pickerId": 1,
  "picker": {
    "name": "str",
    "id": 2
  },
  "pickItemId": "str"
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.