3.4.1 Data Flows
1. Syndicate Creation
• POST /api/syndicates with { name, description }.
• Creates a Syndicate record, the creator is the OWNER in SyndicateMembers with role=OWNER and sharePercentage.
2. Inviting Members
• POST /api/syndicates/:id/invite with { userId, sharePercentage }.
• Insert a row in SyndicateMembers (must ensure total share percentages don’t exceed 100% if that’s your rule
Last updated