I am new to EDI, I have a task to generate an ASN file in EDI 856 format in c#. Can anybody please help me. I found edi.net on net but unable to figure out the POCO class for 856 format
Thanks in advance.
I am new to EDI, I have a task to generate an ASN file in EDI 856 format in c#. Can anybody please help me. I found edi.net on net but unable to figure out the POCO class for 856 format
Thanks in advance.
There is no transmission model ready to use but you can checkout the samples in the tests project in the repository in order to make one yourself. Checkout this example https://github.com/indice-co/EDI.Net/blob/master/test/indice.Edi.Tests/Models/X12_850.cs which will get you started.
I suggest you clone the source code and play around with the samples.