SIT-13888: Create Affiliate Account
How to Use This Feature
Consignor Account Creation API
Overview
The Consignor Account Creation API provides a simplified way to create consignor accounts for users who want to sell tickets. It handles the complexity of setting up a consignor account.
Request Parameters
`email`: Required string`fullName`: Required string`phone`: Required string`password`: Optional string (required for new users)`affiliateName`: Optional string (defaults to `fullName`)Response
A success message indicating that the consignor account was created successfullyThe newly created user's data, including:+ `userId`
+ `userEmail`
+ `userFullName`
+ `affiliateId`
+ `affiliateName`
+ `isNewUser`
Note: This API endpoint is currently in QA status and has a priority of 8.
Additional Information