Create Deal

Create a new deal.

Path parameters

group_idintegerRequired

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
round_namestringRequired
The name of the round
company_idintegerRequired
notesstring or nullOptional<=8192 characters
Notes about the deal
priorityenum or nullOptional
The priority of the deal
Allowed values:
round_amountinteger or nullOptional
The dollar amount to be raised of the round
round_targetinteger or nullOptional

The target post-money dollar amount of the round

tagslist of strings or nullOptional
The tags associated with the deal
company_summarystring or nullOptional
The summary of the company
deal_lead_idinteger or nullOptional
The id of the user who is the deal lead

Response

Successful Response
round_namestring
The name of the round
idinteger
companyobject
fileslist of objects or null
notesstring or null<=8192 characters
Notes about the deal
priorityenum or null
The priority of the deal
Allowed values:
round_amountinteger or null
The dollar amount to be raised of the round
round_targetinteger or null

The target post-money dollar amount of the round

tagslist of strings or null
The tags associated with the deal
company_summarystring or null
The summary of the company
deal_lead_idinteger or null
The id of the user who is the deal lead
created_atstring or nullformat: "date-time"
updated_atstring or nullformat: "date-time"
is_archivedboolean or null
dataobject or null
categorieslist of strings or null
deal_leadobject or null
statusenum or null
Allowed values:

Errors