Updates to the Opportunity API

New

To help you manage notes on an opportunity, we added the following endpoints for creating, reading, and editing opportunity notes:

OperationId

Route

GetOpportunityNotes

GET opportunities/{opportunity_id}/notes

GetOpportunityNote

GET opportunities/{opportunity_id}/notes/{note_id}

AddOpportunityNote

POST opportunities/{opportunity_id}/notes

EditOpportunityNote

PATCH opportunities/{opportunity_id}/notes/{note_id}

Changed

To provide richer opportunity data, the following fields are now available on the getadd, and edit opportunity endpoints:

  • summary — A narrative summary of the opportunity.
  • reason — The reason associated with the opportunity.
  • original_ask_amount — The original ask amount for the opportunity.
  • original_ask_date — The date of the original ask.
  • instrument — The funding instrument for the opportunity.
  • org_contact_id — The ID of the organizational contact associated with the opportunity.

Categories