Interested Party
Creates an interested party
Creates an interested party for a project
post/api/v1/interested-party
Request body
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
Example response
{
"referenceId": "30000001"
}