v1

latestOpenAPI 3.0.3MIT2026-07-23243157.4 KB
Interested Party

Creates an interested party

Creates an interested party for a project

post/api/v1/interested-party

Request body

case_refstring required
behalfstring required
full-namestring
over-18string
emailstring
telephonestring
commentstring required

Example request

{
  "address": {
    "country": "UK"
  }
}

Response

Returns the ID ( sometimes called web reference, not to be confused with web_ref in db ) of the newly created interested party

referenceIdstring

Example response

{
  "referenceId": "30000001"
}