Price Books REST APIs

Overview

The Price Book REST APIs retrieve a list of Price Books or a specified Price Book. Price Books provide an additional method to associate parts with price. One part can be associated with multiple Price Books.

Administration

ClosedGet Price Books

Get Price Books GET Method

Description

This action retrieves the list of price books

URI Endpoint

/rest/v17/priceBooks

Endpoint Parameters

None

HTTP Method

GET

Request Body Parameters

None

Response Body Parameters

The response contains a list of price books. The status shows the current state of the price book:

  • 1- Active
  • 2- Internal
  • 3- Inactive

ClosedURI Endpoint Sample

https://sitename.oracle.com/rest/v17/priceBooks


ClosedResponse Body Sample


ClosedGet Price Book

Get Price Book GET Method

Description

This action retrieves the specified price book

URI Endpoint

/rest/v17/priceBooks/(priceBookVarName}

Endpoint Parameters

pricebookVarName

The variable name for the default price book.

HTTP Method

GET

Request Body Parameters

None

Response Body Parameters

The response contains the requested price book. The status shows the current state of the price book:

  • 1- Active
  • 2- Internal
  • 3- Inactive

ClosedURI Endpoint Sample

https://sitename.oracle.com/rest/v17/priceBooks/_default_price_book


ClosedResponse Body Sample


Notes

For more information on the Interface Catalogs, see the topic Interface Catalog.

Related Topics

Related Topics Link IconSee Also