Introduction

RecVue provides the HTTP and JSON technology-based API which follows the RESTful web services. It is an advanced feature using HTTP communication methods: GET, POST, and DELETE used by the RESTful design principles. RecVue accepts and returns JSON data via the API.

RecVue does not accept PUT or POST data sent as query params or form-encoded data - data must be JSON. If you fail to set your content-Type is application/JSON, your request may fail due to the triggering of the forgery protection mechanism.
The RecVue API allows you to interact with the application programmatically from your own system. Using APIs, you can interact with the following components like:

  1. Order and Line
  2. Billing
  3. Revenue
  4. Partner Settlement
  5. Compensation, etc.

Note: Refer to the product documentation to know more about the features of each component. These APIs are certified to Releases 20.0, 20.1, 20.2, 20.3.

The RecVue REST API provides a broad set of operations and resources that:

• Supports integrate with ERP, CRM, and other Financials.
• Post and Release billing events
• Enable Web Storefront integration from your website.
• Process revenue schedules through custom revenue rule models.
• Enable manipulation of most objects in the RecVue Object Model.

We welcome your opinion and ideas, if any, on our Restful API services. Send an Email to [email protected] that how you feel about using our API and what we can do to make it better.