curl --request PUT \
--url https://api.trata.ai/v1/prospects/{prospect_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "John Doe",
"email": "john.doe@example.com",
"phoneNumber": "1234567890",
"externalReference": [
{
"providerName": "Google Analytics",
"id": "GA-123456",
"providerProps": "abcdefg"
}
],
"status": "NEW",
"prospectProps": "software"
}'
{
"id": "pro.1731301754.OZSMSU1S",
"orgId": "org.1726902940.GZChqlpU",
"name": "Hari",
"phoneNumber": "96260-12778",
"externalReference": [],
"status": "SERVICE_ORDER_PLACED",
"prospectProps": {},
"createdBy": "trata-system",
"createdAt": "2024-11-11T05:09:14.979287",
"updatedBy": "trata-system",
"updatedAt": "2024-11-11T05:09:14.979289"
}
Update a Specific Prospect by ID
curl --request PUT \
--url https://api.trata.ai/v1/prospects/{prospect_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "John Doe",
"email": "john.doe@example.com",
"phoneNumber": "1234567890",
"externalReference": [
{
"providerName": "Google Analytics",
"id": "GA-123456",
"providerProps": "abcdefg"
}
],
"status": "NEW",
"prospectProps": "software"
}'
{
"id": "pro.1731301754.OZSMSU1S",
"orgId": "org.1726902940.GZChqlpU",
"name": "Hari",
"phoneNumber": "96260-12778",
"externalReference": [],
"status": "SERVICE_ORDER_PLACED",
"prospectProps": {},
"createdBy": "trata-system",
"createdAt": "2024-11-11T05:09:14.979287",
"updatedBy": "trata-system",
"updatedAt": "2024-11-11T05:09:14.979289"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the prospect
Prospect updated successfully
Prospects are the potential customers for business