-
Post a customerPayment with not-null Payment Method via REST API
I am creating the payment via REST API's customerPayment endpoint. When passing a value for the paymentMethod field of the customerPayment, the payment record is created inside NetSuite, but it still lacks the Payment Method. During testing, I found that I can use "paymentOption" and this field will be pushed via REST API,…
-
Tax not calculating on Sales Order created via REST Web Service
Hi Everyone, We are facing an issue with tax calculation on Sales Orders created using the standard NetSuite REST API. Issue Description: We are creating Sales Orders through the standard REST API. The Sales Order record is created successfully. All required header and line-level details related to tax (customer, item,…
-
Cannot use rest api to create other charge purchase item
I've been using SOAP to create these for a data integration. When I try to do it with REST, it says "Error while accessing a resource. Please enter value(s) for: Tax Schedule." The REST API docs do not have a property for tax schedule:…
-
Inventory Adjustment With Rest API
Hello, All. I hope we are all in good health. I want to make an inventory adjustment transaction via Rest API (Suitetalk) because the data is from another application. Based on the documentation, this is still in the BETA stage. Is there another way to still be able to make inventory adjustments with integration? I hope I…
-
Track EDI Activity on a Purchase Order
Hello NetSuite Developer Community, We’re trying to track EDI activity on a purchase order (performed through NetSuite REST API calls). Some questions we have are: 1) How do we get another option on a purchaser order, similar to printed, e-mailed, or faxed, except for EDI. 2) Is there a way to log EDI activity on a…
-
How to enable REST Record Service (Beta)?
Hi All, I’m trying to learn Rest Web for some features. Currently, i want to test “customer Payment” feature. When I test it on my postman, display error detail. “The customer Payment record is only available as a beta record. Enable the REST Record Service (Beta) feature in Setup > Company > Enable Features to work with…
-
Is it possible to use customer Payment and Deposits for creating invoices and payments via REST APIs
Hi GURUS, I want to use customer Payment and Deposits REST APIs for creating invoices and payments transaction in my NetSuite account from my middleware but these both transaction REST APIs are in Beta Feature kindly let me know about what's the alternative of that beta feature
-
How to use customerPayment in REST Records API Beta?
Hi, We are currently in the process of applying to the beta program to access endpoints in beta for the REST records. Broad question, but can someone give me an idea of how stable the beta endpoints are? Will any known limitations and issues be visible to us? I require the following beta endpoint to apply a customer…
-
Access to Budget vs Actual Reports using REST API
How do we access and export reports using REST API? These are not available in the REST API browser. Please let us know what our options are. Thanks, Shuvro.
-
SuiteQL Query Tool questions
Hi, Mostly we are just querying Netsuite to get recent data to copy to our database. Main tables used are transaction - transactionline - transactionaccountline etc I have been doing most of my work using the REST API. Someone recommended this tool: SuiteQL Query Tool…