v1

latestOpenAPI 3.0.02026-07-263365159.1 KB

Add New Line

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.

post/api/v1/raichu/drop_down/db/addrow/{ddid}/

Path parameters

ddidstring required

Headers

apikeystring required

Response

200

statusstring
status_codeinteger
messagestring
errorstring
error_codestring

Example response

{
  "status": "success",
  "status_code": 200,
  "data": [
    {
      "CustomerID": "3424",
      "CustomerName": "Updated 2",
      "Telephone": "(613) 260-8786",
      "Address": " Candlelight Drive",
      "City": " Houston",
      "State": " TX",
      "ZipCode": " 77070",
      "Country": " US",
      "id": 1001001
    }
  ]
}