For the complete documentation index, see llms.txt. This page is also available as Markdown.

ConvertToJson

Converts X12 Edi string to Json.

Task version: 1.0.0

Required Frends version: 5.7+

Required .NET version: 8.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

Edi : String

Input X12 document.

Default: - Example: ISA00 00 12SENDERID 12RECEIVERID 2501011253U004010000000010T>~ GSPOSENDERIDRECEIVERID2025010112531X004010~ ST8500001~ BEG00NEPO123456**20250101~ REFIA123456~ PERBDJohn BuyerTE5551234567~ ... SE140001~ GE11~ IEA1*000000001~

Task Result

Name
Description

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 }

Task Changelog

Changelog for Task Frends.X12.ConvertToJson.

[1.0.0] - 2025-10-16

Added

  • Initial implementation

Last updated

Was this helpful?