properties transforms (http://api.3plcentral.com/rels/properties/transforms)
Resource:
a group of transform objects, each of which transforms a file into internal models or transforms internal models to a file.
C# Rel Const:
Rels.PropertySvc.Transforms
URI template:
transforms
Obtain URI from:
To get all transforms, base and customized, available to the tpl
Success status: 200; Response is cacheable
none
Type Description
Transforms IEnumerable<Property.Models.Transform>
TransformId int
Description string description for human eyes, not unique
FileType Common.Enum.TransformFileType
- 0: Edi
- 1: Xml
- 2: Other
ModelType Property.Models.TransformModelType
- 0: Order
- 1: Receiver
- 2: PurchaseOrder
- 3: Adjustment
- 4: Item
- 5: StockStatus
IsImport bool
ToFileContent Common.Enum.ToFileContent? ... only applicable if IsImport is false
- -1: Unspecified
- 0: AdvanceShippingNotice
- 1: RoutingRequest
- 2: ReceiptAdvice
- 3: AdjustmentAdvice
- 4: Invoice
- 5: StockStatus
- 6: ItemDescription
- 7: ReceiverConfirmation
- 8: OrderConfirmation
Sample accept: application/hal+json
{
  "transforms": [
    {
      "transformId": 1,
      "description": "str",
      "fileType": 0,
      "modelType": 0,
      "isImport": true,
      "toFileContent": 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.