Skip to content
HRIS & payroll

successfactors.com

Test against the SAP SuccessFactors Employee Central API API

A hosted, stateful simulation shaped like the SAP SuccessFactors Employee Central API API. Writes persist, data moves on a schedule and every change can fire a signed webhook. Unofficial: not affiliated with successfactors.com.

Operations
14
example request
curl https://api.slurry.io/s/your-sap-successfactors/odata/v2/User \
  -H "Authorization: Bearer slurry_sim_live_..."

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

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 14.

  • GET/odata/v2/User
  • POST/odata/v2/User
  • GET/odata/v2/User('{userId}')
  • GET/odata/v2/PerPerson
  • GET/odata/v2/PerPerson('{personIdExternal}')
  • GET/odata/v2/PerPersonal
  • GET/odata/v2/PerEmail
  • GET/odata/v2/EmpEmployment
  • GET/odata/v2/EmpJob
  • GET/odata/v2/FODepartment
  • GET/odata/v2/FOCompany
  • GET/odata/v2/FOJobCode