---
title: "Investment Insert/Update POST"
method: POST
path: "/company/{type}/{id}"
tags: ["Company API"]
---

# Investment Insert/Update POST

`POST /company/{type}/{id}`

Insert or update Investment

## Path parameters

- `type` string, required
- `id` string, required

## Query parameters

- `seq` integer
- `lang` 'KO' | 'EN', required
- `investmentType` string
- `title` string
- `content` string
- `category` string
- `dartUrl` string
- `fileRegKey` string
- `dispYn` string
- `dispDt` string
- `fileName` string

## Response `200`

OK

- ChamomileResponseString
  - `code` integer
  - `message` string
  - `data` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/lotteinnovate/apis/openapi-definition.md) · [All operations](https://skmtc.dev/lotteinnovate/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lotteinnovate/openapi-definition/revisions/4bf1c3086c66/schema)
