REST API for Creating Sales Orders

If the user needs to create a sales order using the REST API, then we have to add the mandatory field values in the request body. Below is the endpoint URL and the request body for that: The API type: POST Endpoint URL: https://[Account Id].suitetalk.api.netsuite.com/services/rest/record/v1/salesOrder Request body: {     “externalId”: “TEST007”,     “customForm”:… Continue reading REST API for Creating Sales Orders