Oracle CRM On Demand REST API Developer's Guide > Getting Started with the Oracle CRM On Demand REST API >

About Customizing REST Integration Tags


Your company can rename Oracle CRM On Demand record types or use custom record types. For example, the Account record type might be renamed Companies. To allow for this, you can customize the record type (resource) tag name referenced in Oracle CRM On Demand REST API URLs.

The Oracle CRM On Demand REST API resource can be accessed by both the default tag name and the custom tag name that you create. For example, Accounts is the default tag name for the Account record type. If you create a custom tag name, Companies, for the Account record type, then accounts can be accessed by both of the following URLs:

https://<host>/OnDemand/user/Rest/latest/Accounts

https://<host>/OnDemand/user/Rest/latest/Companies

Oracle CRM On Demand REST API Developer's Guide, Release 38 Copyright © 2019, Oracle and/or its affiliates. All rights reserved. Legal Notices.