Create a new OpportunityStatusChange activity

View as Markdown
Creating an opportunity status change does not change the opportunity's status. It only logs the status change event. This should only be used to import historical status changes from another system.

Authentication

AuthorizationBasic
Use your API key as the username and leave the password empty.
OR
AuthorizationBearer

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

Request

This endpoint expects any.

Response

Successful response
_typestring
activity_atdatetime or null
contact_idstring or null
created_bystring or null
date_createddatetime
date_updateddatetime
idstring
lead_idstring or null
new_status_idstring
old_status_idstring
opportunity_idstring or null
organization_idstring
updated_bystring or null
user_idstring or null
userslist of strings
created_by_namestring or nullOptional
new_pipeline_idstringOptional
new_pipeline_namestringOptional
new_status_labelstringOptional
new_status_typeenumOptional
old_pipeline_idstringOptional
old_pipeline_namestringOptional
old_status_labelstringOptional
old_status_typeenumOptional
opportunity_confidenceinteger or nullOptional
opportunity_date_wondatetime or nullOptional
opportunity_valueinteger or nullOptional
opportunity_value_currencystring or nullOptional
opportunity_value_formattedstring or nullOptional
opportunity_value_periodenum or nullOptional
updated_by_namestring or nullOptional
user_namestring or nullOptional

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error