Skip to main content
POST
Create a Deal
This endpoint is changing in a breaking way as we restructure how Protection Levels work. Contact us at api_support@stora.co and read this guide before starting any integration.

Authorizations

Authorization
string
header
required

Bearer Token necessary to use API

Query Parameters

expand
string[]

This endpoint supports expandable responses. For more, see the documentation page.

Body

application/json

Create Deal Request

name
string
required

The name of the deal

contact
object
required
stage
object
required
assignee
object | null
site
object | null
note
string | null

Free-text note for the deal. Displayed under 'Deal value estimate' in Backoffice.

starts_at
string<date-time> | null

The intended move-in date

metadata
object | null

Set of key-value pairs for storing additional information on the deal. Learn more about metadata.

line_items
object[] | null

List of line items for the deal. At most one item per type is allowed.

Maximum array length: 2

Deal Unit Type Line Item

Response

deal successfully created

Single Deal

deal
object

Deal

meta
object