Global API
Requests
3min
request types below are the supported actions which can be processed using breadwinner for netsuite global api for each object below, prepend the object name with the supported operation to get the method name for example, to read a customer , you would use the action readcustomer read create update customer y y y customersubsidiaryrelationship y y n/a item y y n/a vendor y y y contact y y y estimate y y y salesorder y y y invoice y y y cashsale y y y customerpayment y y y returnauthorization (rma) y y y cashrefund y y y creditmemo y y y purchaseorder y y y vendorbill y y y customobjectrecord y y y building requests breadwinner accepts requests in the form of a map\<string, object> these are the supported keys key (string) value (object) required version '1 0' true action see the list of available actions true skipdml defaults to false if not provided when set to true, the record will not be saved in salesforce in that transaction, only get saved to netsuite false updatesf defaults to false if it is not provided in the request it will be applicable only for read operations when it is set to true, the record will be updated in salesforce false requestjson pass the data as a json string based on the specified action true fromsalesforcesites defaults to false if it is not provided in the request it will be applicable only for requests performed from salesforce site's guest users false examples see the related objects in the left menu for examples