orders masterbolgenerate (http://api.3plcentral.com/rels/orders/masterbolgenerate)
Resource:
Operator: Generate BillOfLading id for each order without one, and a common MasterBillOfLading id for multiple orders
C# Rel Const:
Rels.OrderSvc.MasterBolGenerate
URI template:
masterbolidgenerator{?bolNumAsTransNum}
Obtain URI from:
Set unique bill of lading ids and a common master bill of lading id on multiple orders
Success status: 204
Name (* = required) Data Type Description
bolNumAsTransNum * bool if true, use tplid-orderid else use VICs standard
the orders to be affected
Type Description
OrderIdentifiers IEnumerable<Generic.Models.OrderIdentifier> identifies orders to be affected
Id int
Sample content-type: application/hal+json
{
  "orderIdentifiers": [
    {
      "id": 1
    }
  ]
}

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.