WSUser |
public class WSUserScheduleDetail : BaseService
The WSUserScheduleDetail type exposes the following members.
Name | Description | |
---|---|---|
AddUserScheduleDetail | Adds a AddUserScheduleDetailIn payload with a model List<AddUserScheduleDetailModel> | |
DeleteUserScheduleDetail | Deletes a list of user schedules by its IDList and returns a list of DeleteResult status structures | |
UpdateUserScheduleDetail | Updates a UpdateUserScheduleDetailIn payload with a model List<UpdateUserScheduleDetailModel> |
Note |
---|
Setup: Manager > Schedules Business Rules: The GetUserScheduleDetailModel contract is the main object for working with a user schedules details. |