Skip to main content
POST
Refer / re-refer a sent case

Authorizations

X-API-Key
string
header
required

Public API key (starts with cxp_). Required on every request.

Path Parameters

id
string<uuid>
required

Resource UUID

Body

application/json
referentFirmId
string<uuid>
required
notes
string
routingRuleId
string<uuid>

Optional. Routing rule this send was chosen from (from GET /routing/re-refer). Ignored (with a server-side warning) if it is not a live rule owned by your firm.

roundRobinPosition
integer

Optional. The roundRobinPosition from GET /routing/re-refer. Requires routingRuleId; advances the rule's round-robin pointer.

Required range: x >= 0

Response

Case referred

data
object
required

A case from the sender (owning firm) perspective, with all of its referrals.

meta
object
required