TookanCreateTaskRequest Class |
Namespace: NetQuarry.Services
The TookanCreateTaskRequest type exposes the following members.
Name | Description | |
---|---|---|
TookanCreateTaskRequest | Initializes a new instance of the TookanCreateTaskRequest class |
Name | Description | |
---|---|---|
api_key |
API key
(Inherited from TookanBaseRequest.) | |
auto_assignment |
If this value is 1 The task will be auto assigned to the members of the specific team mentioned. or if this value is 0 it will be unassigned task created.
| |
customer_address |
This is the address of the customer to whom the product should be delivered
| |
customer_email |
(Optional)
This is email of the customer to whom the product should be delivered
| |
customer_phone |
This is the contact number of the customer to whom the product should be delivered
| |
customer_username |
(Optional)
This is the name of the customer to whom the product should be delivered
| |
fleet_id |
This is unique agent id given to each agent, if given the task will be assigned to the respective agent. You can get it from dashboard Menu>More>agents.
| |
geofence |
This is used to enable the geofencing.
| |
has_delivery |
For a delivery task this value is 1
For a Pickup task this is fixed to 0
| |
has_pickup |
For a Pickup task, this is fixed to 1
For a delivery task this value is 0
| |
job_delivery_datetime |
This is time before which the product should be delivered
| |
job_description |
The description of the task to be done
| |
job_pickup_address |
The address from which the pickup should be collected.
| |
job_pickup_datetime |
This is time before which the pickup should be collected
| |
job_pickup_email |
(Optional)
The email of the person from whom the pickup should be collected
| |
job_pickup_latitude |
(Optional)
This is the latitiude of the pickup location if you have it.
Otherwise leave it blank. We will get it through geocoding API
| |
job_pickup_longitude |
(Optional)
This is the longitude of the pickup location if you have it.
Otherwise leave it blank. We will get it through geocoding API
| |
job_pickup_name |
(Optional)
The name of the person from whom the pickup should be collected
| |
job_pickup_phone |
The contact number of the person from whom the pickup should be collected
| |
latitude |
Latitude for delivery
| |
layout_type |
For a Pickup task this is fixed to 0
For a delivery task this value is 0
| |
longitude |
longitude for delivery
| |
notify |
This is used to enable the notifications.
| |
order_id |
You can pass this key as your own transaction number which can be used to identify tasks in tookan
| |
tags |
This is a string containing comma separated tags as filters for agents in auto assignment.
| |
team_id |
This is the Unique id of every team. You can get it from the dashBoard. More>teams>respective id of the team will displayed.
| |
timezone |
Timezone difference with UTC in minutes for e.g.,
For PST:+480 (PDT: +420),
For MST +420 (MDT:+360)
for EST: +300(EDT:+240),
for AEST: -600 (AEDT: -660),
for IST: -330,
for CST: +360 (CDT:+300)
| |
tracking_link |
If this value is 1 it will return a url in the response where the driver's movement can be tracked.if not no url will be returned
|
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.) |