Hi all,
I've a code unit with procedures that accept data through parameters and send it to business central. I can send a header information using POSTMAN but when it comes to lines, I am wondering how I will send the whole thing i.e. a combined header and lines. Is this possible and if so how will the json data look like? How will I connect the header and line procedures to be one procedure? If not possible should I send lines as a separately ? and if so how will I connect the lines to the header bearing in mind field No on the header is similar to field Document No in the lines.
kindly assist