Questions tagged [netsuite-rest-api]

30 questions
1
vote
1 answer

Netsuite apply credit memo to invoice using Suitetalk rest api

I'm trying to apply credit memo to invoice using Suitetalk but there is no available field for "apply" in suitetalk api browser. Below is the link of Netsuite's REST API browser that I am…
1
vote
1 answer

Netsuite REST API - Set tax registration number on customer record

Something which seems so simple is sadly proving a headache, and hoping someone can direct me on what I am doing wrong. I am using the NetSuite REST API to create a customer and trying to set the TAX REG NUMBER when I fire my request. The request…
Arif WB
  • 186
  • 1
  • 13
0
votes
0 answers

How to return the full date/time object in SuiteQL?

I am using the Rest API to run SuiteQL, something like the following: --header 'Authorization: Bearer <> \ --header 'Prefer: transient' \ --header 'Content-Type: application/json' \ --header 'Cookie: NS_ROUTING_VERSION=LAGGING' \ --data-raw '{ …
Jack Duan
  • 3
  • 2
0
votes
1 answer

How to fetch data from netsuite REST api with filter as lastModifiedDate in UTC format?

Submitting a query like q=lastModifiedDate ON_OR_AFTER "15/01/2021" works as expected, but a query like q=lastModifiedDate ON_OR_AFTER "2021-01-15T11:11:00Z" gives the 400 error
mohit singla
  • 151
  • 1
  • 1
  • 7
0
votes
0 answers

PHPToolKit 2023_1 Uncaught SoapFault exception malformed syntax

I'm trying to use the latest PHPToolKit (2023_1) to read/update some records but am having an issue right out of the gate. When trying to look up a contact with their email address, I'm getting the error: PHP Fatal error: Uncaught SoapFault…
John
  • 65
  • 2
  • 13
0
votes
0 answers

How to configure Inventory detail in Item fulfillment by restlet in NetSuite?

I am new to NetSuite domain. I want to create item Fulfillment from salces Order through RestLet post method. But when I send the data from postman show error that Please configure the inventory detail in line 2 of the item list. /** *@NApiVersion…
suman95
  • 41
  • 3
0
votes
0 answers

Transactions missing from the transaction table

The SO has the following transactions in the related records When attempting to get the data via a REST Query, we get no results for INV3353 and INV3421 {"q": "select id, tranid from transaction where tranid in ('INV3421', 'INV3353')"} {"q":…
BluedogVIP
  • 23
  • 4
0
votes
0 answers

Import error while uploading a CSV file in Oracle NetSuite

I want upload the bank statement using import option Oracle NetSuite, but I am receiving an error: The file could not be imported, because there is an incorrect number of CSV columns in the header: 1. For specifications, check with your file…
0
votes
0 answers

NetSuite: SuiteSQL - linking customer deposit, deposit application and invoice

A customer deposit record in NetSuite application shows the Applied To tab which lists the invoice that it is applied to via a deposit application. How one connect the three records together using SuiteSQL. I.e. what "tables" does one join on what…
BluedogVIP
  • 23
  • 4
0
votes
2 answers

Netsuite insert phoneCall to supportcase not working

I want to add a phonecall to one of my supportcases. When I use the following request, I get an error. POST https://[CN].suitetalk.api.netsuite.com/services/rest/record/v1/phoneCall The body: { "title":"test", "message": "test call", "phone":…
Webdeveloper_Jelle
  • 2,868
  • 4
  • 29
  • 55
0
votes
1 answer

how to duplicate invoices in the same salesOrder in netsuite?

I'm trying to replicate netsuite invoices from a sales order. There is a sales Order that has an invoice associated to it. What i want is to create multiple invoices just like the only one, but with different tranDates. All associated with this…
0
votes
1 answer

Deploying netsuite website: no api version found error

I am currently trying to deploy and upgrade to a netsuite website and I am getting an error on deployment that no API version was found: getFileNamedsearcherror Error: no API version found for 2015_1 From my understanding Netsuite make API versions…
0
votes
1 answer

Netsuite REST API Contract not automatically created with Sales Order

When I create a new Sales Order through Postman in Netsuite using the rest api (https://{accountNumber}.suitetalk.api.netsuite.com/services/rest/record/v1/salesOrder), it successfully creates the Sales Order but a contract is not being automatically…
Karsten
  • 15
  • 2
0
votes
0 answers

NetSuite saved search for when the task start date is in the same month, then sum together the task hours and divide by project total task hours

We recognize revenue by hours associate with tasks % complete. I need to create a NetSuite saved search formula that groups together task start dates by month, then adds together the associated task hours by month, then divides that by the total…
0
votes
0 answers

Netsuite Subsidiaries - Bug creating quotes

I'm currently trying to set up Netsuite OneWorld so I can enable subsidiaries on my Netsuite account. At the moment, I can create quotes on the Netsuite website fine from either subsidiary. The bug occurs when using a RESTlet function to create the…
bee
  • 80
  • 8
1
2