Start a background process that prepares the project for distribution

POST /projects/{project_id}/prepare_for_distribution

Start a background process that prepares the project for distribution.

Path parameters

Responses

POST /projects/{project_id}/prepare_for_distribution
curl \
 -X POST https://client-subdomain.bitbond.net/api/v1/projects/{project_id}/prepare_for_distribution
Response examples (200)
{
  "id": "string",
  "code": "string",
  "chain": "Ethereum",
  "description": "string",
  "free_float_bps": 42.0,
  "number_of_tokens": "string",
  "minimum_subscription_bps": 42.0,
  "token_price": "string",
  "currency": "string",
  "coupon_bps": 42,
  "min_investment": 42.0,
  "on_sale": true,
  "pre_sale": true,
  "post_sale": true,
  "sale_starts_at": "string",
  "sale_ends_at": "string",
  "published": true,
  "account_name": "string",
  "has_investment_survey": true,
  "transferability": "open",
  "bvdh_customer_id": "string",
  "iban": "string",
  "bic": "string"
}