---
title: "Add New Line"
method: POST
path: "/api/v1/raichu/drop_down/db/addrow/{ddid}/"
---

# Add New Line

`POST /api/v1/raichu/drop_down/db/addrow/{ddid}/`

This API endpoint adds a new empty row at the end of the specified database table. The new row will be assigned the next sequential ID and all fields will be initialized as empty strings.

## Path parameters

- `ddid` string, required

## Headers

- `apikey` string, required

## Response `200`

200

- object
  - `status` string
  - `status_code` integer
  - `message` string
  - `error` string
  - `error_code` string
  - `data` object[]
    - `CustomerID` string
    - `CustomerName` string
    - `Telephone` string
    - `Address` string
    - `City` string
    - `State` string
    - `ZipCode` string
    - `Country` string
    - `id` integer

## Other responses

- `400` — 400

---

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