_new
Creates a new Opportunity.
Parameters
userID
The ID of the User which the Opportunity is for.
form_id
The ID of a Form which the Opportunity is linked to.
customerID
The ID of the Customer linked to the Opportunity.
value
The value of the Opportunity.
notes
A string variable for notes within the created Opportunity.
source
The ID of a Source the Opportunity will be linked to.
createdDate
The date which the Opportunity was created on. (YYYY-MM-DD)
Example
Results
On Success
On Failure
If the "userID" parameter is not set:
If the "customerID" parameter is not set:
If the "value" parameter is not set:
If the "notes" parameter is not set:
If the "source" parameter is not set:
Last updated