Data Tables REST Endpoints

Data Tables
CPQ Data Table REST APIs allow administrators to access and support CPQ Data Tables. The Data Table REST APIs support functions for data table properties, folders, columns, records, imports, exports, and searches. Deployed Data Table REST APIs allow external systems to retrieve deployed data from CPQ Data Tables.

Note: Refer to the Task REST APIs for the following task-related functions: Get List of Tasks, Get Task, Cancel Task, Delete Task, Delete Tasks, Get Task File List, and Download a Task File.
Create Data Table
Method: post
Path: /rest/v16/datatables
Delete Data Table
Method: delete
Path: /rest/v16/datatables/{tableName}
Delete Data Tables
Method: post
Path: /rest/v16/datatables/actions/deleteTables
Deploy Data Tables
Method: post
Path: /rest/v16/datatables/actions/deploy
Export Data Tables
Method: post
Path: /rest/v16/datatables/actions/export
Get Data Table Properties
Method: get
Path: /rest/v16/datatables/{tableName}
Get List of Data Tables
Method: get
Path: /rest/v16/datatables
Import Data Tables
Method: post
Path: /rest/v16/datatables/actions/import
Move Data Tables
Method: post
Path: /rest/v16/datatables/actions/moveTables
Update Data Table Properties
Method: post
Path: /rest/v16/datatables/{tableName}