Create Opportunity Form
Create a new form instance in an opportunity.
Notes:
- `templateId` is required.
- `name` is optional; defaults to the template's name.
- Opportunities cannot be assigned to a phase, so there is no `phaseInstanceId` field on this endpoint.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
opportunity_id
Opportunity identifier
Request
This endpoint expects an object.
templateId
Template to use for the form
name
Optional. Name for the created form. Defaults to the template's name.
Response
Form created successfully
id
Created form identifier
templateId
opportunityId
type
status
name
createdAt
updatedAt
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
