Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

With the Zuora Query Function, you can send query operations to Zuora Billing and retrieve the response. The Function sends requests using the POST method and then receives the responses, which are routed to the next Function in the stream. This Function supports two APIs Data Query and ZOQL

...

APIZuora Endpoint
Data Query Zuora endpoint is POST to /query/jobs
ZOQLZuora endpoint is POST to/v1/action/query.

Result key

Enter a custom result key to be included in the query output.

...