| Jobnimbus | app | app | This component uses the Jobnimbus app. |
| Contact ID | contactId | string | Select a value from the drop down menu. |
| First Name | firstName | string | The first name of the person this contact record is associated with.
|
| Last Name | lastName | string | The last name of the person this contact record is associated with.
|
| Display Name | displayName | string | The company name that this contact record is associated with.
|
| Company Name | company | string | Display name used mainly for QB syncing.
|
| Number | number | string | The customer defined template generated number assigned to this record, based off of the record id.
|
| Is Active | isActive | boolean | Whether this record is active(true) or deleted(false).
|
| Is Archived | isArchived | boolean | Whether this record has been archived (true) or not (false).
|
| Tags | tags | string[] | |
| Description | description | string | The description of this record.
|
| Address Line 1 | address1 | string | The line 1 portion of the physical address.
|
| Address Line 2 | address2 | string | The line 2 portion of the physical address.
|
| City | city | string | The city portion of the physical address.
|
| State | state | string | The state text portion of the physical address.
|
| Zip | zip | string | The postal code portion of the physical address.
|
| Country | country | string | The country portion of the physical address.
|
| Geo Latitude | geoLat | string | The latitude of geo coordinates of the address associated with this record.
|
| Geo Longitude | geoLong | string | The longitude of geo coordinates of the address associated with this record.
|
| Estimated Time | estimatedTime | integer | The number of minutes this record is estimated to take to complete.
|
| Is Lead | isLead | boolean | Whether this record is a lead or not.
|
| Is Closed | isClosed | boolean | Whether this record is closed or not.
|
| Is Subcontractor | isSubcontractor | boolean | Whether this contact is a subcontractor or not for User.
|
| Email | email | string | The email address associated with the contact.
|
| Home Phone | homePhone | string | The home phone number associated with this contact.
|
| Mobile Phone | mobilePhone | string | The mobile phone number associated with this contact.
|
| Work Phone | workPhone | string | The work phone number associated with this contact.
|
| Fax Number | faxNumber | string | The fax number associated with this contact.
|
| Website | website | string | |
| Additional Fields | additionalFields | object | Additional fields that can be added according to API docs and custom fields.
|