Skip to content
Accounting & ERP

netsuite.com

Test against the NetSuite REST Record API API

A hosted, stateful simulation shaped like the NetSuite REST Record API API. Writes persist, data moves on a schedule and every change can fire a signed webhook. Unofficial: not affiliated with netsuite.com.

Operations
41
example request
curl https://api.slurry.io/s/your-netsuite/services/rest/record/v1/vendor \
  -H "Authorization: Bearer slurry_sim_live_..."

Your simulation gets its own hostname, key and IP allow-list. Spec snapshot: version v1.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 41.

  • GET/services/rest/record/v1/customer
  • POST/services/rest/record/v1/customer
  • GET/services/rest/record/v1/customer/{id}
  • PATCH/services/rest/record/v1/customer/{id}
  • DELETE/services/rest/record/v1/customer/{id}
  • GET/services/rest/record/v1/contact
  • POST/services/rest/record/v1/contact
  • GET/services/rest/record/v1/contact/{id}
  • PATCH/services/rest/record/v1/contact/{id}
  • DELETE/services/rest/record/v1/contact/{id}
  • GET/services/rest/record/v1/vendor
  • POST/services/rest/record/v1/vendor