Netum.Truugo.EDIFACT / 1.0.0
Summary
Truugo EDIFACT task for calling EDIFACT API endpoints. Depending on the selected endpoint, different parameters are required. Truugo API Swagger for reference: https://api.truugo.com/reference/
Input parameters for the API call.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Endpoint | EndpointPath |
– | CheckSyntax |
Path for the API call Possible values:
|
| FileImportType | FileImport |
– | FilePath |
File import type selection: file path or content Possible values:
|
| StorageTimeInHours | Int32 |
– | 2 |
GetBrowser API call can store the report for 1-24 hrs |
| FilePath | String |
– | C:\files\document.edi |
Full path to the file |
| FileName | String |
– | document.edi |
Name of the file, necessary when file content is used as input. |
| Content | String |
– | UNB+UNOC:3+... |
Content to be validated. |