Global API
...
Requests
Invoice

Create

1min

To create an Invoice in NetSuite, use action as "createInvoice" and pass the Invoice data in the requestJSON under "invoices".

Note: You can only create one record at a time.

The following is an example of creating an Invoice, where we are setting every possible field (See for Invoice the available fields). The response will return the response back from NetSuite, which includes the new NetSuite Invoice Id (internalId), plus the newly created Salesforce Invoice Id (salesforceID)

Request
Response




Updated 26 Jul 2023
Doc contributor
Doc contributor
Doc contributor
Did this page help you?