TookanAgentRequest Class |
Namespace: NetQuarry.Services
The TookanAgentRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | TookanAgentRequest | Initializes a new instance of the TookanAgentRequest class |
Name | Description | |
---|---|---|
![]() | api_key |
API key
(Inherited from TookanBaseRequest.) |
![]() | color |
The color.
|
![]() |
email of your agent.
| |
![]() | first_name |
First Name
|
![]() | fleet_id |
Agent Id of your agent. You will get this from agent list in dashboard.
|
![]() | last_name |
Last Name
|
![]() | license |
License
|
![]() | password |
You can set the password yourself, or leave it empty, in which case the system will auto-generate the password
|
![]() | phone |
add the phone number of the agent. He will get a notification with the links and credentials to download the app
|
![]() | rule_id |
You can find rule id in the Access Control page for the agents named as Role ID.
|
![]() | tags |
Tags
|
![]() | team_id |
You need to pass a team of which the agent will be a part of. Team Id will be visible on the All teams page
|
![]() | 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)
|
![]() | transport_desc |
Description of transportation type
|
![]() | transport_type |
Send 1 for Car, 2 for Motor Cycle, 3 for Bicycle, 4 for Scooter, 5 for Foot, 6 for Truck
|
![]() | username |
Unique username, which the agent will use to login to the Tookan Agent App
|
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.) |