Create projects for a marketplace

POST {{base_url_servicing}}/marketplace-portals/{{marketplace_id}}/projects

https://docs.tokeny.com/reference/createmarketplaceproject

Create projects for a marketplace

Get projects for a marketplace that the logged user has authorization
🔐 Note that the authentication must provide sufficient privileges to access the information of the holder. The HOLDER_MANAGEMENT permissions grant full access to the data. Otherwise information returned are limited to the ones defined in the access grant.

Request Body

[{"name"=>"tokenId", "value"=>"{{token_id}}", "datatype"=>"string"}, {"name"=>"title", "value"=>"title ADT10", "datatype"=>"string"}, {"name"=>"subtitle", "value"=>"subtitle ADT10", "datatype"=>"string"}, {"name"=>"small_description", "value"=>"Short description ADT10", "datatype"=>"string"}, {"name"=>"long_description", "value"=>"Long description ADT10", "datatype"=>"string"}, {"name"=>"header_image", "value"=>nil, "datatype"=>"null"}, {"name"=>"investment_details[jurisdiction]", "value"=>"France", "datatype"=>"string"}, {"name"=>"investment_details[creation_date]", "value"=>"2030-01-02", "datatype"=>"string"}, {"name"=>"investment_details[expiration_date]", "value"=>"2023-01-02", "datatype"=>"string"}, {"name"=>"investment_details[team][0][name]", "value"=>"Team member Name 1", "datatype"=>"string"}, {"name"=>"investment_details[team][0][title]", "value"=>"Team member Title 1", "datatype"=>"string"}, {"name"=>"investment_details[team][0][profile_picture]", "value"=>nil, "datatype"=>"null"}, {"name"=>"investment_details[documents][0]", "value"=>nil, "datatype"=>"null"}, {"name"=>"status", "value"=>"OPEN", "datatype"=>"string"}, {"name"=>"allowedCountries[0]", "value"=>"250", "datatype"=>"number"}]

RESPONSES

status: Created

{"id":"9987e670-15e5-407c-886c-647a76e58f28","strapiId":217,"status":"DRAFT","allowedCountries":[250],"additionalData":null,"tokenId":"584e28b9-e477-4912-869c-372a5205dca0"}