7. Stream company data - add or remove multiple companies

POST {{baseUrl}}/dmpSegments/{{company_segment_id}}/companies

This example adds multiple companies to the DMP segment created in step 2.

To see what other fields can also be added/removed, review the schema section of our online documentation.

The more information on a company that is provided, the better chance of a higher match rate.

Request Body

{"elements"=>[{"action"=>"ADD", "companyName"=>"LinkedIn"}, {"action"=>"ADD", "companyName"=>"Microsoft"}]}

HEADERS

KeyDatatypeRequiredDescription
X-Restli-Protocol-Versionstring
LinkedIn-Versionstring
Authorizationstring
X-RestLi-Methodstring

RESPONSES

status: OK

{"elements":[{"status":201},{"status":201}]}