Sign in

Add deal installment

documented

Create a new installment for a deal (v2).

POST /api/v2/deals/{id}/installmentsDealsno 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://{{$company_domain}}.pipedrive.com/api/v2/deals/{{$id}}/installments" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"description":"{{$description}}","amount":{{$amount}},"billing_date":"{{$billing_date}}"}'