GET api/BaseRole/Select

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

m_UserRoleSelect
NameDescriptionTypeAdditional information
controllers

Collection of string

None.

access_permission

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "controllers": [
    "BOMController",
    "CapController",
    "CommercialInvoiceController",
    "CostController",
    "CurrencyController",
    "FactoryController",
    "HolidayController",
    "ManageController",
    "ManagementOperatorsController",
    "ManageShoesBoxController",
    "StoreUpperController",
    "WMSInventoryController",
    "WMSMinMaxLocationController",
    "WMSNewsController",
    "WMSAccountsController",
    "WMSLocationController",
    "WMSTypeUploadController",
    "WMSUploadFileController",
    "StoreLCController",
    "StoreFGController",
    "PUDashboardController",
    "PUPrivateStockController",
    "PUReportController",
    "PURequestController",
    "PUSettingController",
    "PUUpperController",
    "Delivery_LocationController",
    "NameOfApproverSaleController",
    "Purchase_LocationController",
    "Purchase_OrderController",
    "Purchase_PaymentController",
    "Purchase_RequestionController",
    "Report_PurchaseController",
    "Setting_PurchaseController",
    "SupplierController",
    "Supplier_ProductController",
    "ModelSpaceController",
    "ModelStepController",
    "PackingController",
    "PUmachineController",
    "PUmoldStoreController",
    "ScreenController",
    "SettingPlanningController",
    "StockController",
    "CuttingController",
    "PreparationController",
    "SealController",
    "SewingController",
    "WorkTransferController",
    "PerformaInvoiceController",
    "ReceiveDepartmentController",
    "PlanPUController",
    "PlanningDepartmentController",
    "POSReportController",
    "MKTHController",
    "QuotationsController",
    "MCRequestOrderMaterialController",
    "MC_StoreMaterialController",
    "Ordersb2bController",
    "AccountingController"
  ],
  "access_permission": [
    {
      "name": "Deny",
      "value": 0
    },
    {
      "name": "Allow",
      "value": 1
    },
    {
      "name": "Unset",
      "value": -1
    }
  ]
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type '<>f__AnonymousType137`2[System.String,System.Int32]' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type '<>f__AnonymousType137`2[System.String,System.Int32]' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.