POST
/
projects
/
{project_id}
/
actions
/
#CLOSE_UPDATE_RECORD_LEAD
Update Record Lead
curl --request POST \
  --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#CLOSE_UPDATE_RECORD_LEAD' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "action": "CLOSE_UPDATE_RECORD_LEAD",
  "parameters": {
    "leadId": "<string>",
    "name": "<string>",
    "leadDescription": "<string>",
    "leadContact": {},
    "leadAddress": {},
    "status": "<string>",
    "leadAdditionalFields": {}
  }
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Your Paragon Project ID

Body

application/json

Response

200

Success