How to create Invoice in NetSuite using rest API?

How to create Invoice in NetSuite using rest API?

Rookie Asked on February 11, 2021 in SuiteApps.
Add Comment
1 Answer(s)
{
  "entity": { "id": 1 },
  "item": {
    "items":[
      {
        "item": { "id": 12 },
        "rate": 10,
        "amount": 10
      }
    ]
  }
}
if this doesn’t work, consider outsourcing back-end developers that are certified in Suitescript. it might get complicated sometimes: https://www.chetu.com/solutions/netsuite.php
Rookie Answered on February 23, 2021.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.
  • This site made possible by our sponsors:   Tipalti   Celigo   Limebox   Become a Sponsor   Become a Sponsor