POST /deal-stages
Pushes your system’s pipeline and stage definitions into Recotap. Max 20 pipelines per request. Create-only — if any pipelineId in the request already exists, the entire request is rejected with 409 Conflict. No partial creates.
Pipeline object
Stage object
Response
data
409 Conflict
Returned when anypipelineId in the request already exists. The entire request is rejected — no pipelines are created.
The error names the conflicting pipeline IDs so you know exactly which ones to remove from the request.