orders pickitem (http://api.3plcentral.com/rels/orders/pickitem)
Resource:
representation of a pickitem
C# Rel Const:
Rels.OrderSvc.PickItem
URI template:
pickjobs/{jid}/pickitems
Obtain URI from:
Success status: 200
Name (* = required) Data Type Description
jid * int
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"
}
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 accept: 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.