Convert a lead to a customer
Documentation Index
Fetch the complete documentation index at: https://docs.partnero.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Lead ID to convert |
commission_transaction_amount | number | Yes | Transaction amount for commission calculation |
| Field | Type | Description |
|---|---|---|
data.converted_to | object | The created customer |
data.converted_to.key | string | New customer’s unique key |
data.converted_to.name | string | Customer name |
data.converted_to.email | string | Customer email |
status changes to converted and can_be_converted becomes false.| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Lead ID to reject |