Skip to main content
POST
/
distribution-requests
Create many distribution requests
curl --request POST \
  --url https://api.example.com/distribution-requests \
  --header 'Content-Type: application/json' \
  --data '
{
  "productIds": [
    "<string>"
  ],
  "brokerageFirmId": "<string>"
}
'
{
  "results": [
    {
      "type": "<string>",
      "id": "<string>"
    }
  ]
}

Body

application/json
productIds
string[]
required

Product the request is for

brokerageFirmId
string
required

Brokerage firm the request is attached to

Response

results
object[]
required

Distribution requests