cURL
curl --request PUT \ --url https://connect.pingback.com/v2/deals/{dealId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "contactId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "stageId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "attributes": { "pb_name": "<string>", "pb_amount": "<string>", "pb_closingDate": "2023-11-07T05:31:56Z" } } '
{ "message": "Deal updated", "data": { "id": "ea8a2a47-2a05-4a43-b284-35df0ea46333" } }
Atualiza os atributos de oportunidade existente.
Documentation IndexFetch the complete documentation index at: https://pingback.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://pingback.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes
Deal updated
Esta página foi útil?