Sales Companies REST APIs
Oracle CPQ 24C introduces the Sales Companies REST APIs:
Get Sales Companies
Use this endpoint to retrieve a list of sales companies accessible for the current user.
- Endpoint: /rest/v16/salesCompanies
- Method: GET
Get a Sales Company
Use this endpoint to retrieve the specified company login name.
- Endpoint: /rest/v16/salesCompanies/{companyLogin}
- Method: GET
Get Sales Company Groups
Use this endpoint to retrieve a list of groups for the specified company login name.
- Endpoint: /rest/v16/salesCompanies/{companyLogin}/groups
- Method: GET
Get a Sales Company Group
Use this endpoint to retrieve the specified sales company group.
- Endpoint: /rest/v16/salesCompanies/{companyLogin}/groups/{groupVarName}
- Method: GET
Get Sales Company Users
Use this endpoint to retrieve a list of users for the specified company login name.
- Endpoint: /rest/v16/salesCompanies/{companyLogin}/users
- Method: GET
Get a Sales Company User
Use this endpoint to retrieve the specified sales company user.
- Endpoint: /rest/v16/salesCompanies/{companyLogin}/users/{userLoginName}
- Method: GET
The Sales Companies REST APIs provide web services to retrieve company and user data for the Forward Quote action.
Steps to Enable
Review the REST service definition in the REST API guides to leverage (available from the Oracle Help Center > your apps service area of interest > APIs & Schema). If you are new to Oracle's REST services you may want to begin with the Quick Start section.