'
Show / Hide Table of Contents

Class FaceSizeController

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

Methods

Get(Guid)

Returns information about a face size.

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

The ID of the face size.

Returns
Type Description
System.Web.Mvc.JsonResult

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

GetAll()

Returns information about all face sizes.

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 sizes.

Back to top Generated by DocFX