MDM NEW

Update Column Names

Function: update_column_names Type: API Endpoint (POST)

Purpose:
Update column names in a specified table in the customer database.

URL:
POST /api/new_mdm/update_column_names

Request Parameters:

  • Customer_Key (Header, required): A base64 encoded string containing lscode and firmcode for the customer.
  • Table_Name (Header, required): The name of the table to update.
  • input_data (JSON Body, required): An array of column name change requests, each with OldName and NewName properties.

Response: A JSON object containing an array of column name change results, each with old_name, new_name, status, and message properties.

Status Codes:

  • 200: Success
  • 400: Invalid request or invalid column name
  • 500: Internal Server Error
post/api/new_mdm/update_column_names

Headers

Customer-Keystring required
Table-Namestring required

Request body

OldNamestring required
NewNamestring required

Response

Successful Response

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.