Sign in

Update lead/client record

documented

Update an existing Lead/Client record.

POST /api/lead/updateRecordLead/Clientno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://app.creditrepaircloud.com/api/lead/updateRecord" \
  -X POST \
  -H "Accept: application/xml" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d 'apiauthkey={{CREDITREPAIRCLOUD_API_KEY}}&secretkey={{CREDITREPAIRCLOUD_SECRET}}&xmlData={{$xmlData}}'
Update lead/client record · creditrepaircloud · OpenIntegrations