'
Show / Hide Table of Contents

Class AttributeController

The Attribute Controller is a controller that allows data to be retrieved and updated within the Ayuda Platform.

Namespace: Ayuda.BMS.Splash.Areas.Pi.Controllers
Remarks

This web service can be accessed using an address similar to the following: https://[AYUDA DEPLOYMENT URL]/Juice/Pi/Attribute

Methods

GetInventoryAttributes()

Gets information about attributes for inventory items.

Declaration
public JsonResult GetInventoryAttributes()
Returns
Type Description
System.Web.Mvc.JsonResult

The information about inventory item attributes.

Back to top Generated by DocFX