customers customertransform (http://api.3plcentral.com/rels/customers/customertransform)
Resource:
transform available to a customer, for importing objects from a file or exporting object data as a file
C# Rel Const:
Rels.CustomerSvc.CustomerTransform
URI template:
{id}/transforms/{tid}
Obtain URI from:
Success status: 200; Response is cacheable
Name (* = required) Data Type Description
id * int
tid * int
Type Description
TransformId int
Description string
FileType Common.Enum.TransformFileType
- 0: Edi
- 1: Xml
- 2: Other
Sample accept: application/hal+json
{
  "transformId": 1,
  "description": "str",
  "fileType": 0
}

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.