'
Show / Hide Table of Contents

Class LocationTypeController

The LocationType 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/LocationType

Methods

GetAll()

Gets all LocationTypes

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

All LocationTypes.

Back to top Generated by DocFX