Frends.X12.CreateFromJson / 1.1.0
Summary
Assembles a valid X12 EDI interchange from JSON.
Typical use — the outbound half of X12 exchange, after mapping has produced the message content
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Json | String |
– |
{
"X12": {
...
}
} |
X12 in Json format. The Json format should be the same as produced by Frends when converting X12 documents to Json. |