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
Key | Datatype | Required | Description |
---|---|---|---|
X-Restli-Protocol-Version | string | ||
LinkedIn-Version | string | ||
Authorization | string | ||
X-RestLi-Method | string |
RESPONSES
status: OK
{"elements":[{"status":201},{"status":201}]}