v1

latestOpenAPI 3.1.02026-07-26167644759.4 KB
Opportunities

Update an opportunity

Updates the opportunity with the specified ID. You can update stage, close date, and other opportunity properties.

patch/opportunities/{id}

Path parameters

idstring required

Request body

companyIdstring

The ID of the company this opportunity belongs to

namestring

The name of the opportunity

descriptionstring nullable

Detailed description of the opportunity

stageIdstring

The pipeline stage ID

ownerIdstring nullable

The user ID of the opportunity owner. Set to null to remove the owner.

Response

Opportunity updated successfully