v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Add Lead Substatus

Lets you create a new sub-status to a lead status.

post/leads/substatus

Request body

status'OPEN' | 'WON' | 'LOST' | 'ON_HOLD' | 'DELETED' required

Status for which you want to add sub-status.

subStatusstring required

Name of the new sub-status that you want to create.

Response

200

statusstring
subStatusstring

Example response

{
  "status": "ON_HOLD",
  "subStatus": "YetToDecide"
}