'
Show / Hide Table of Contents

Class FaceSizeGroupController

The Face Size Group 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/FaceSizeGroup

Methods

Get(Guid)

Returns information about a face size group.

Declaration
public JsonResult Get(Guid id)
Parameters
Type Name Description
System.Guid id

The ID of the face size group.

Returns
Type Description
System.Web.Mvc.JsonResult

A Json encoded instance of the type with information about the face size group.

GetAll()

Returns information about all face size groups.

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

A Json encoded array of instance of the type with information about the face size groups.

Back to top Generated by DocFX