orders export (http://api.3plcentral.com/rels/orders/export)
Resource:
create an export file for a group of orders
C# Rel Const:
Rels.OrderSvc.FileExport
URI template:
fileexporter{?transformId,orderids}
Get generated order output. Specify Accept: application/* to get actual ContentType rather than json object.
Success status: 200
Name (* = required) Data Type Description
transformId * int transform id; must be valid OrderExport transform
orderids * string comma-separated list of order ids to include in the output
Type Description
ContentType string
Content Object
Sample accept: application/hal+json
{
  "contentType": "str",
  "content": {}
}

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.