'
Show / Hide Table of Contents

Class FaceLoopTemplateSelectionController

The Loop Template Selection Controller is a controller that allows data to be retrieved and updated within the Ayuda Platform. WARNING: Using this API will cause

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/FaceLoopTemplateSelection

Methods

Create(FaceLoopTemplateSelectionModel)

Creates a new FaceLoopTemplateSelection which associate a face to a loop template on one or more.

Declaration
public JsonResult Create(FaceLoopTemplateSelectionModel model)
Parameters
Type Name Description
FaceLoopTemplateSelectionModel model

Model of the FaceLoopTemplateSelection to be created.

Returns
Type Description
System.Web.Mvc.JsonResult

An ID associated with the new face loop template selection if successfully created.

Back to top Generated by DocFX