TookanWebhookData Class |
Namespace: NetQuarry.Services
The TookanWebhookData type exposes the following members.
| Name | Description | |
|---|---|---|
| TookanWebhookData | Initializes a new instance of the TookanWebhookData class |
| Name | Description | |
|---|---|---|
| access_token |
The access token.
| |
| acknowledged_datetime |
The acknowledged date/time.
| |
| acknowledged_datetime_formatted |
The acknowledged date/time, formatted.
| |
| agent_workflow |
The agent workflow.
| |
| arrived_datetime |
The arrived date/time.
| |
| arrived_datetime_formatted |
The arrived date/time, formatted.
| |
| auto_assignment |
The auto assignment.
| |
| barcode |
The barcode.
| |
| completed_by_admin |
Specifies whether or not the item was completed by an administrator.
| |
| completed_datetime |
The completed date/time.
| |
| completed_datetime_formatted |
The completed date/time, formatted.
| |
| created_by |
The creator.
| |
| creation_datetime |
The creation date/time.
| |
| custom_fields |
The list of custom fields.
| |
| customer_comment |
The customer comment.
| |
| customer_email |
The customer email address.
| |
| customer_id |
The customer ID.
| |
| customer_phone |
The customer phone number.
| |
| customer_rating |
The customer rating.
| |
| customer_username |
The customer username.
| |
| days_started |
The days started.
| |
| dispatcher_id |
The dispatcher ID.
| |
| distance_in |
The distance in.
| |
| domain |
The domain.
| |
| driver_comment |
The driver comment.
| |
| external_fleet_id |
The external fleet ID.
| |
| fleet_email |
The fleet email address.
| |
| fleet_id |
The fleet ID.
| |
| fleet_image |
The fleet image.
| |
| fleet_latitude |
The fleet latitude.
| |
| fleet_longitude |
The fleet longitude.
| |
| fleet_name |
The fleet name.
| |
| fleet_phone |
The fleet phone number.
| |
| fleet_rating |
The fleet rating.
| |
| fleet_vehicle_color |
The fleet vehicle color.
| |
| fleet_vehicle_description |
The fleet vehicle description.
| |
| fleet_vehicle_type |
The fleet vehicle type.
| |
| form_id |
The format ID.
| |
| format |
The format.
| |
| full_tracking_link |
The full tracking link.
| |
| geofence |
The geofence.
| |
| has_delivery |
Specifies whether or not the item is to be delivered.
| |
| has_pickup |
Specifies whether or not the item is to be picked up.
| |
| is_active |
Specifies whether or not the item is active.
| |
| is_customer_rated |
Specifies whether or not the item is customer rated.
| |
| is_routed |
Specifies whether or not the item has been routed.
| |
| job_address |
The job address.
| |
| job_date |
The job date.
| |
| job_date_utc |
The job date, in UTC.
| |
| job_delivery_datetime |
The job delivery date/time.
| |
| job_delivery_datetime_formatted |
The job delivery date/time, formatted.
| |
| job_description |
The job description.
| |
| job_details_by_fleet |
The job details, by fleet.
| |
| job_hash |
The job hash.
| |
| job_id |
The job ID.
| |
| job_latitude |
The job latitude.
| |
| job_longitude |
The job longitude.
| |
| job_pickup_address |
The job pick-up address.
| |
| job_pickup_datetime |
The job pickup date/time.
| |
| job_pickup_datetime_formatted |
The job pickup date/time, formatted.
| |
| job_pickup_email |
The job pick-up email address.
| |
| job_pickup_latitude |
The job pick-up latitude.
| |
| job_pickup_longitude |
The job pick-up longitude.
| |
| job_pickup_name |
The job pick-up name.
| |
| job_pickup_phone |
The job pick-up phone number.
| |
| job_state |
The job state.
| |
| job_status |
The job status.
| |
| job_time |
The job time.
| |
| job_time_formatted |
The job time, formatted.
| |
| job_time_utc |
The job time, in UTC.
| |
| job_token |
The job token.
| |
| job_type |
The job type.
| |
| job_vertical |
The job vertical.
| |
| license |
The license.
| |
| matched_pickup_delivery_relationship |
The matched pickup/delivery relationship.
| |
| merchant_id |
The merchant ID.
| |
| open_tracking_link |
Specifies whether or not there is an open tracking link.
| |
| order_id |
The order ID.
| |
| partner_order_id |
The partner order ID.
| |
| pickup_delivery_relationship |
The pickup/delivery relationship.
| |
| promo_used |
The promotion that was used.
| |
| recurring_count |
The number of recurrences.
| |
| recurring_id |
The recurring ID.
| |
| ref_images |
The referal images.
| |
| remarks |
Remarks.
| |
| ride_type |
The ride type.
| |
| started_datetime |
The started date/time.
| |
| started_datetime_formatted |
The started date/time, formatted.
| |
| tags |
Tags.
| |
| task_history |
The task history.
| |
| task_state |
The task state.
| |
| task_status |
The task status.
| |
| team_id |
The team ID.
| |
| timestamp_diff |
The timestamp difference.
| |
| timezone |
The timezone.
| |
| tookan_shared_secret |
The Tookan shared secret.
| |
| total_distance |
The total distance.
| |
| total_distance_travelled |
The total distance travelled.
| |
| total_time_spent_at_task_till_completion |
The total time spent at task until completion.
| |
| tracking_link |
The tracking link.
| |
| transport_desc |
The transport description.
| |
| transport_type |
The transport type.
| |
| user_id |
The user ID.
| |
| vertical |
The vertical.
| |
| webhook_type |
The webhook type.
|
| 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.) |