Skip to main content
POST
/
api
/
v1
/
investor-relationships
/
{relationshipId}
/
advance-stage
cURL
curl -sS -X POST "$FLUIDE_BASE_URL/api/v1/investor-relationships/string/advance-stage" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Path Parameters

relationshipId
string
required

relationshipId identifier

Body

application/json
stage
enum<string>
required
Available options:
WATCHING,
DUE_DILIGENCE,
INVESTED,
EXITED
escrowRef
string

Required when stage = INVESTED.

Maximum string length: 200
instrumentType
enum<string>
Available options:
EQUITY,
DEBT,
SAFE,
CONVERTIBLE,
GRANT,
REVENUE_BASED
scopeFacs
boolean
scopeOperations
boolean
scopeFinancials
boolean
scopeDataRoom
boolean

Response

Updated investor relationship stage

success
boolean
required

Whether the request succeeded

Example:

true

message
string
required

Human-readable outcome message (localized when i18n is configured)

Example:

"Operation completed successfully"

data
object

Endpoint-specific payload