'
Show / Hide Table of Contents

Class CompanyController

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

Methods

GetAll()

Returns information about all campaign types.

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

A Json encoded array of instance sof the type with information about the illumination types.

Back to top Generated by DocFX