Enhance GET APIs for Company and User Groups
Customers can now synchronize user group assignments from an external source, such as Active Directory, via our API, allowing them to retrieve the groups associated with a user through a GET API call.
A new GET API “user_group” entity is introduced to fetch the details of eligible groups for all the user configured
GET...wms/lgfapi/v10/entity/user_group
Also, as part of this enhancement, following fields are added to existing GET - Vendor API & Company API entity
GET ...wms/lgfapi/v10/entity/vendor
- ERP_VENDORID
GET ...wms/lgfapi/v10/entity/company
- RELOAD_LITERALS_FLG
- DISPLAY_UOM_WITH_QTY_FLG
- VOLUME_UOM_ID
- WEIGHT_UOM_ID
- DIMENSION_UOM_ID
- DISPLAY_UNITS_UOM_IN_RF_FLG
- ALLOW_TREAT_AS_ATTRIBUTE_FLG
For more information, please refer to the REST API guide.
Steps to Enable and Configure
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.