Account REST APIs

Overview

Account REST API services are added to support integrating and querying external system accounts. The Accounts REST API is added to the Integration Catalog.

ClosedCustom Account Attributes

You may need custom account attributes. By default, all customer account deployed custom account attribute types are available in the account object except for the following:

  • Single Select Menu with the menu value exceeding 30 characters

  • Attribute variable names exceeding 116 characters

All custom account attributes are given the accounts object prefix _crm_custom. In the case of native accounts, where Oracle CPQ is the source master, Single Select Menu and Multi-select Menu attributes are not searchable and custom attribute filters are required.

The table below defines differences between native and integrated Oracle CPQ Subscription Management custom attribute feature support.

Feature

Native
(Oracle CPQ is Master Source)

Integrated
(Integration is Master Source)

Complex search with more than one level

Supported

Not Supported

Custom attribute filters

Supported

Not Supported

Search on Multi-select Menu and Single Select Menu

Not Supported

Administrators can extend support in BML

Limit

Maximum 1000 characters

Maximum 500 characters

hasMore

Supported

Supported with some restrictions

Translations

Not Supported

Not Supported


Administration

ClosedGet Account

ClosedGet Accounts

Get Accounts GET Method
Description

This action returns the list of accounts.

URI Endpoint

/rest/v17/accounts

Endpoint Parameters

None

 

HTTP Method GET
Request Body Parameters

None

Response Body Parameters

JSON data containing a list of accounts and the account information for each of the accounts in the list

ClosedURI Endpoint Sample

ClosedSample Response Body


Related Topics

Related Topics Link IconSee Also