Click or drag to resize

WSPunchPrompts Class

Web service class for working with Punch Prompts
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2BaseService
    AppOne.Services.V2.MethodsWSPunchPrompts

Namespace: AppOne.Services.V2.Methods
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class WSPunchPrompts : BaseService

The WSPunchPrompts type exposes the following members.

Methods
 NameDescription
Public methodCode exampleGetPunchPrompts Return a GetPunchPromptsOut response with a result model List<GetPunchPromptsModel>
Top
Remarks
This class contains all the necessary methods/operations for working with User Punch Prompts.

Note  Note
Business Rules:
Punch Prompts are used when user submit the punch, Punch prompts are the set of questions will be asked after submitting the punch (GetPunchPromptsModel) class encapsulate the needed properties to interact with punch prompts.

Setup:
Configuration > Punch Prompts
See Also