POST
/
api
/
v1
/
businesses
/
actions
/
lose
Perder negócios
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"
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json