MoxiWorks Platform
.NET SDK For MoxiWorks Public API
MoxiWorks.Platform.Interfaces.ITaskService Interface Reference

Wrapper around the service to allow stubbing of the service. More...

Inheritance diagram for MoxiWorks.Platform.Interfaces.ITaskService:
MoxiWorks.Platform.TaskService

Public Member Functions

Task< Response< Task > > GetTaskAsync (string agentId, AgentIdType agentIdType, string partnerContactId, string partnerTaskId)
 
Task< Response< Task > > UpdateTaskAsync (Task task)
 
Task< Response< Task > > CreateTaskAsync (Task task)
 
Task< Response< TaskResponse > > GetTasksDueForContactForAsync (string agentId, AgentIdType agentIdType, string partnerContactId, int pageNumber=1)
 
Task< Response< TaskResponse > > GetTaskDueBetweenAsync (string agentId, AgentIdType agentIdType, DateTime startDate, DateTime endDate, int pageNumber=1)
 
Task< Response< TaskResponse > > GetTasksAsync (string agentId, AgentIdType agentIdType, DateTime? startDate, DateTime? endDate, string partnerContactId, int pageNumber=1)
 

Detailed Description

Wrapper around the service to allow stubbing of the service.


The documentation for this interface was generated from the following file: