Create Deal

Create a new deal.

Authentication

AuthorizationBearer

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

Path Parameters

group_idintegerRequired

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:
statusenum or nullOptional
The current status of the deal
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
group_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:
statusenum or null
Deal status tracking where a deal is in the diligence workflow. NOTE: We use lowercase values everywhere (DB and API) to keep things simple. No case conversion needed - what the user sends is what we store. The members are lower case because sqlalchemy uses the member names, not the values. In the future, we're going to want to make all enums in the database consistent. In this case since it's also used in search and filtering, it's important to get it right *now*.
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

Errors