Address
In Deputy, addresses are stored as objects which are then linked to other records. So to add an address to an employee, for example, you first create the address record and then assign the address record id on creation.
Data Element | Data Type | What is it |
---|---|---|
Id | Integer | Id record number of the address object |
ContactName | String | Contact name for the address object |
UnitNo | String | Unit number of the address |
StreetNo | String | Street number of the address |
SuiteNo | String | Suite number of the address |
PoBox | String | Po Box number of the address if applicable |
Street1 | String | The first street location in the address. |
Street2 | String | The second street location in the address. |
City | String | The city in the address |
State | String | The state in the address where applicable |
Postcode | String | The postcode/zip code of the address |
Country | Integer | The country of the address as an integer. Use the Country resource to find out the id numbers |
Phone | String | The phone number for the address |
Saved | Boolean True/False | Whether the record is saved or not |
Creator | Integer | The id record number of the employee in Deputy who added the address |
Created | DateTime | When the address was created in the Deputy install |
Modified | DateTime | When the address was last modified in the Deputy install |
Notes | String | Any notes to be attached to the address object |
Updated over 2 years ago