TookanViewAllTasksRequest Class |
Namespace: NetQuarry.Services
The TookanViewAllTasksRequest type exposes the following members.
Name | Description | |
---|---|---|
TookanViewAllTasksRequest | Initializes a new instance of the TookanViewAllTasksRequest class |
Name | Description | |
---|---|---|
api_key |
API key
(Inherited from TookanBaseRequest.) | |
end_date |
End Date for the date range
| |
fleet_id |
Filter the list based on the agent id.
| |
is_pagination |
You can set this as 1 to enable pagination.
| |
job_id |
Filter the list based on the job ids.
| |
job_status |
Filter the list of tasks via their status
| |
job_type |
Filter via Job Type - 0 for Pick Up, 1 for Delivery, 2 for Appointment and 3 for FOS
| |
order_id |
Filter the list based on the order ids.
| |
requested_page |
Current(Which) page according to the page number of tasks in the filter.
| |
start_date |
Start Date for the date range
| |
team_id |
Filter the list based on the team id.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |