Developer documentation

VCE Ingestion API

Send your purchase history and BOM-mapping data straight from your own system (SAP, any ERP, or a script) into Workwise — no Excel files, no manual work. This guide walks you through it, step by step.

To estimate what a part should cost, Workwise needs two kinds of data from you. Instead of uploading Excel sheets, your system can send them here as JSON. We accept the data, save it, and reply right away with a summary of what happened.

How it works

1
Get a key
Create an API key in Workwise. Think of it as a password your system uses to prove who it is.
2
Upload your file
Save your data as a .json file and POST it to the right web address.
3
Get a reply
We tell you how many rows were added, updated, or skipped — and flag any that had problems.

The two kinds of data

Each one has its own web address. They all start with:

https://api.letsworkwise.com/api/v1/vcost-estimation
What you're sendingWhere to send itIf you send it again
Purchase history — rates you've paid vendorsPOST /ingest/mrrAdds new rows; exact duplicates are skipped
Model → BOM list — which parts make up a productPOST /ingest/model-bom-mapReplaces that model + BOM's parts