Skip to main content
POST
/
view-specific
/
{brokerageFirmId}
/
create-active-team
Create a new active team (brokerage firm with approved distribution requests)
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>"
}

Path Parameters

brokerageFirmId
string
required

Brokerage firm ID

Body

application/json
productIds
array[]
required

Product IDs to create distribution requests for

customFields
string[]

Custom fields for the brokerage firm

Response

200 - application/json
brokerageFirmId
string
required