Description Jira Code : MICL-180 The below code can be reused for fetching the details from NetSuite using the Restlet GET API Only we need to change the parameters , validations and saved searches Solution
Tag: GET
Customer Balance Integration API
Requirement We will be implementing an API to fetch the customer balance data from Netsuite to an application. Request : GET Parameters: CompanyCode : Company code(Company code field in the subsidiary record corresponding to subsidiary field in customer record)- Mandatory CustomerCode : Customer Code(id:custentity_code) field in the Customer record- MandatoryPageIndex: Index of the page(starting from… Continue reading Customer Balance Integration API
Customer Data Integration API
Requirement We will be implementing an API to fetch the customer data from Netsuite to an application. Request : GET Script: Restlet Parameters: CompanyCode : Company code(Company code field in the subsidiary record corresponding to subsidiary field in customer record)- MandatoryCustomerCode : Customer Code(id:custentity_code) field in the Customer record – Mandatory Solution
Restlet to create Non-Inventory Item
This article makes a Restlet to create a non inventory item.