cURL
curl --request POST \ --url https://api.datacrazy.io/v1/api/api/v1/businesses/actions/lose \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "ids": [ "59e77f5f-7581-4f20-a05b-97cd33485019", "2adcad62-2446-4d16-8cfc-bf055ca8aa3c,d61e93c2-8f1e-4520-960b-62d9a7994dfb " ], "lossReasonId": "59e77f5f-7581-4f20-a05b-97cd33485019", "justification": "Lead desistiu do negócio" }'
ID ou array de IDs de negócios a serem perdidos
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>