cURL
curl --request POST \ --url https://api.example.com/view-specific/{brokerageFirmId}/create-active-team \ --header 'Content-Type: application/json' \ --data ' { "productIds": [ "<array>" ], "customFields": [ "<string>" ] } '
{ "brokerageFirmId": "<string>" }
Brokerage firm ID
Product IDs to create distribution requests for
Custom fields for the brokerage firm
Was this page helpful?