orders ordersparcelfinalizerhvp (http://api.3plcentral.com/rels/orders/ordersparcelfinalizerhvp)
Resource:
Collection: async process for manifest hvp
C# Rel Const:
Rels.OrderSvc.OrdersParcelFinalizerHvp
URI template:
parcels/ordersparcelfinalizerhvp{?callbackSchemaAndAuthority}
Obtain URI from:
-
Finalize parcel shipment for orders
Success status: 204
Name Data Type Description
callbackSchemaAndAuthority string
specify the orders to be canceled
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.