MDM NEW
Delete All Records
Function: delete_all_records Type: API Endpoint (POST)
Purpose:
Makes a specified table inactive or active in the customer database based on its current status.
URL:
POST /api/new_mdm/delete_all_records
Parameters:
- Table_Name (Header, required): The name of the table to be made inactive.
- Customer_Key (Header, required): A base64 encoded string containing lscode and firmcode for the customer.
Response:
- A JSON object containing a status message and a brief description of the operation result.
Exceptions:
- Handles exceptions related to database operations and invalid customer key formats, providing appropriate error messages.
post/api/new_mdm/delete_all_records
Headers
Table-Namestring required
Customer-Keystring required
Response
Successful Response
{"stackTrail":"paths:/api/new_mdm/delete_all_records: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.