REST API connector for Zero Copy Connector for ERP tables
Find details on REST API connector tables in Zero Copy Connector for ERP (Enterprise Resource Planning).
For an overview of the REST API connector, see REST API for Zero Copy Connector for ERP.
For process details, see Add a REST entity to a model operation.
For information about adding a service, see Add a REST service manually in Zero Copy Connector for ERP.
| Table | Description |
|---|---|
| sn_erp_integration_rest_service_catalog | Stores imported REST API service definitions (name, version, base URL). |
| sn_erp_integration_rest_service_endpoint | Stores individual endpoint definitions (path, HTTP method, inputs, outputs, return type). |
| sn_erp_integration_model_operation | Contains new 'rest' operation type, pagination_type choice field, and http_method column. |
| sn_erp_integration_model_entity | Contains new 'rest' entity type for REST API operations. |
| sn_erp_integration_input_mapping | Contains pagination type field and pagination_operator for offset/limit tracking. |
| sn_erp_integration_model_table_field | Contains field metadata from parsed OpenAPI specs. |