Table of Contents

OData interface

The OData interface is a generic interface that can be used to read/write data from/to any OData service.

The OData interface supports OData v2-v4 services. The interface script remains the same regardless of the OData service version.

Articles

  1. Template
  2. Configuration
  3. Reading Data
  4. Modifying Data
  5. Batch Requests
  6. Wizard
  7. JSON Transformation

Metadata Cache

Warning

The OData interface caches metadata of services by default. This prevents extra round-trips on subsequent requests. However, when the service you are targeting changes, the OData interface will not see this change if the metadata has already been cached. To reset this cache, you can execute the method Clear Metadata Cache of the object System.OData.