Submits an SPV creation request. Validation runs against the spaas-contract template indicated by templateId. On success, Zest fires spv_request.created. Admin review materialises the SPV; success fires spv_request.completed.
Documentation Index
Fetch the complete documentation index at: https://docs.zestequity.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Contract template id (e.g. 'syndicate_secondary').
"syndicate_secondary"
Contract template version (e.g. '1.0.0').
"1.0.0"
Flat attribute map validated against the template.
{
"underlyingCompanySlug": "co_acme",
"shareClasses": [
{
"name": "Class A",
"managementFeePercent": "2.0",
"carryPercent": "20.0"
}
],
"currency": "USD"
}Successful Response
An enumeration.
pending-review, approved, rejected, cancelled