Promote

promote a lead or prospect

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areaclients.json
GeneralYesParameters described in overviewuser=user&password=user&version=3.9Overview
ActionYesThe action to performaction=promote
IdentifierYesClient ID or UUIDclient=1/P0909

This endpoint can be used to promote a lead to a prospect, or a prospect to a client.

Example request:

http://<SERVER>/jsonapi/clients.json?user=user&password=user&version=3.9&action=promote&client=1/P0909

Example response:

{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"responsemessage": "Organization promoted. ",
"warningmessage": "",
"success": true
}