---
title: "POST /org-storage/companies-objects/save-many"
method: POST
path: "/org-storage/companies-objects/save-many"
tags: ["org-storage"]
---

# POST /org-storage/companies-objects/save-many

`POST /org-storage/companies-objects/save-many`

Save many company objects.

## Request body

- object[] — companies objects to insert
  - `id` string — The internal id of the company object
  - `linkedinCompanyId` string, required — The external id of the company scraped
  - `type` string, required — The type of company object
  - `slug` string, required — The slug of the company object
  - `properties` object, required — The properties of the object
  - `orgId` string — The org id associated with the company object

## Response `200`

Company objects successfully updated or created.

- union[]
  - union
    - object
      - `status` 'success', required
      - `result` object, required
        - `id` string, required
        - `linkedinCompanyId` string, required
        - `type` string, required
        - `slug` string, required
        - `properties` object, required
        - `orgId` string, nullable — The org id associated with the company object
    - object
      - `status` 'error', required
      - `slug` string, required
      - `error` string, required

---

[API](https://skmtc.dev/phantombuster/apis/phantombuster-api-v2.md) · [All operations](https://skmtc.dev/phantombuster/apis/phantombuster-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/phantombuster/phantombuster-api-v2/revisions/acf0049d7c7f/schema)
