REST Clients

Overview

Because REST APIs use HTTP methods to send and receive content, you can test REST APIs using any programming language or tool that supports sending and receiving HTTP messages. So, let's first choose a tool for making HTTP requests.

You can choose among many REST API clients that interact with Oracle CPQ, such as:

With a REST API client you can:

ClosedSupported Headers

ClosedUse cURL to Send HTTP Requests

Use a REST API Client to Send HTTP Requests

You can use third-party browser extensions, add-ons, or third party applications, such as Postman, to send HTTP requests. The following section shows examples of the GET, POST, and PATCH operations using a Postman client.

  • Use GET request to retrieve all transactions

    The following image shows the Postman GET Request.

    Postman GET Request

  • Use PATCH to update a user

    The following images show the Postman PATCH request header and request body to update a user.

    Postman Patch request header

    Postman Patch request body

  • Use POST to deploy a data table

    The following images show the Postman POST request header and request body to deploy a data table.

    Postman Post request header

    Postman Post request body


Related Topics

Related Topics Link IconSee Also