ConvertToJson
Converts X12 Edi string to Json.
Last updated
Was this helpful?
Converts X12 Edi string to Json.
Task version: 1.0.0
Required Frends version: 5.7+
Required .NET version: 8.0
Compatible Agents: Crossplatform
Edi : String
Input X12 document.
Default: -
Example: ISA00 00 12SENDERID 12RECEIVERID 2501011253U004010000000010T>~ GSPOSENDERIDRECEIVERID2025010112531X004010~ ST8500001~ BEG00NEPO123456**20250101~ REFIA123456~ PERBDJohn BuyerTE5551234567~ ... SE140001~ GE11~ IEA1*000000001~
ThrowErrorOnFailure : Boolean
Whether to throw an error on failure.
Default: True
Example: true
ErrorMessageOnFailure : String
Overrides the error message on failure.
Default: -
Example: Custom error message
Success : Boolean
Indicates if the task completed successfully.
Example: true
Json : String
Result of converting X12 Edi string to Json.
Example: { "X12": { "UNB": { ... } "TSINVOIC": { ... } "UNZ": { ... } } }
Error : Error
Error that occurred during task execution.
Example: object { string Message, Exception AdditionalInfo }
Changelog for Task Frends.X12.ConvertToJson.
Initial implementation
Last updated
Was this helpful?
Was this helpful?

