Hi all! Hoping someone could help me with the foll...
# suitescript
m
Hi all! Hoping someone could help me with the following question: Using the example GET/POST/PUT/DELETE RESTlet from the API 2.0 documentation (for interacting with records). I'm specifically working with Purchase Orders. So far I've been able to GET a PO via its recordType and ID but I'm having a lot of trouble POSTing a new PO. I'm at the point where I'm trying to figure out how to structure my POST so that it includes Line Items (using cURL). Any advice? Current cURL and NetSuite error response included