Hello Everyone,
I am trying create a Sales Invoice using Postman. I have published two pages Page 43 Sales Invoice for the sales invoice header and Page 516 Sales Line for sales invoice lines.
I am able to successfully create the sales header using the POST method for the page as mentioned above.
But after that when I try to run a separate POST method for the above mentioned page to create the lines I get the error
Status 405 : Entity does not support insert.
Request suggestions, as I am not sure if I am using correct page for which I am consuming the service or where exactly I am going wrong for the sales invoice lines.
Also I would like to mention that I am able to create customers, vendors, Sales Invoice Headers etc.
Thanks