Build with Estii

Save a deal version

POST
/v1/deal/{id}/versions

Requires read_write scope.

Authorization

bearerAuth
AuthorizationBearer <token>

A personal access token (estp_) or space API key (ests_).

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/deal/string/versions" \  -H "Content-Type: application/json" \  -d '{    "space": "string",    "name": "string"  }'
{  "id": "string",  "name": "string",  "description": "string",  "status": "string",  "price": 0,  "created_at": 0}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}