Name
(* = required)
Data Type Description
id
*
int
Type
Description
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
Assembly
string
Class
string
FileExtension
string
only applicable if IsImport is false
Sample content-type: application/hal+json
Copy to clipboard
copied
{
"transformId": 1 ,
"description": "str" ,
"fileType": 0 ,
"modelType": 0 ,
"isImport": true ,
"toFileContent": 0 ,
"assembly": "str" ,
"class": "str" ,
"fileExtension": "str"
}
Type
Description
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
Assembly
string
Class
string
FileExtension
string
only applicable if IsImport is false
Links
IList<WebApi.Hal.Link>
-
edit
Sample accept: application/hal+json
{
"transformId": 1 ,
"description": "str" ,
"fileType": 0 ,
"modelType": 0 ,
"isImport": true ,
"toFileContent": 0 ,
"assembly": "str" ,
"class": "str" ,
"fileExtension": "str"
}