BAC Domain Functions
The BAC domain supports the following functions:
GetIXPermissions
This function returns the IXPermission object for the user who has logged in. It shows a list of permitted actions for the user. The response is the complex type IXPermission and the two flags ImportAllowed and ExportAllowed with the values true or false.
GET /Windchill/servlet/odata/BACMgmt/GetIXPermissions()
GetImportMappings
The function GetImportMappings returns the list of import mappings associated with BAC received deliveries as a collection of the the complex type ImportMapping.
GET /Windchill/servlet/odata/BACMgmt/GetImportMappings()