cURL
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>" } ] }
Product the request is for
Brokerage firm the request is attached to
Distribution requests
Show child attributes
Was this page helpful?