Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

111
Vistas
Create invoices in bulk using NetSuite RESTLET API

Is there a way to create multiple invoices with a single POST request to the NetSuite REST API? I'm hoping there's a way to avoid sending thousands of individual requests.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

My suggestion here would be to look into N/https module in Suitescripts.

The idea here is simple. You will try to pass data using a UserEvent Script, the same data which now you are passing using Postman (or some testing application).

//Add additional code 
...
var response = https.post({
 url: 'https://www.testwebsite.com',
 body: myPostDataObj
});
...
//Add additional code

You can use a FOR LOOP later for iterating and creating as much records as you desire.

Hope this helped. Let me know in case of issues below.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda