orders multiexport (http://api.3plcentral.com/rels/orders/multiexport)
Resource:
create a group of export files for an order
C# Rel Const:
Rels.OrderSvc.FilesExport
URI template:
{id}/fileexporter{?transformids}
Obtain URI from:
Success status: 200
Name (* = required) Data Type Description
id * int
transformids * string
Type Description
Contents IEnumerable<Generic.Models.ExportContent>
TransformId int
ContentType string
Content string
Sample accept: application/hal+json
{
  "contents": [
    {
      "transformId": 1,
      "contentType": "str",
      "content": "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.