Global API
...
Requests
Estimate

Create

1min

To create a Customer in NetSuite, use action as "createEstimate" and pass the Customer data in the requestJSON under "estimates."

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

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

Request
Response


If you want to include addresses while creating an Estimate, please refer to the code sample here.

Updated 13 Mar 2024
Doc contributor
Doc contributor
Doc contributor
Doc contributor
Did this page help you?