MDM NEW

Initialize Dependency Tables

Function: initialize_dependency_tables Type: API Endpoint (POST)

Purpose:
Initializes dependency tables in the customer database based on the provided application code.

URL:
POST /api/new_mdm/initialize_dependency_tables

Request Headers:

  • Customer-Key (str, required): A base64-encoded string identifying the customer and database.
  • App-Code (str, required): A base64-encoded string identifying the application.

Request Body: None

Response: A JSON object containing a status message and details of the dependency table creation.

Status Codes:

  • 200: Success
  • 500: Failed to initialize dependency tables
post/api/new_mdm/initialize_dependency_tables

Headers

Customer-Keystring required
App-Codestring required

Response

Successful Response

{"stackTrail":"paths:/api/new_mdm/initialize_dependency_tables:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

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