Write, Bureaucrats, Administrators
3,301
edits
(Created page with "== Overview == The Xero '''Employees''' endpoint provides the list of employees. This endpoint only provides summary employee inform...") |
|||
Line 56: | Line 56: | ||
;updatedDateUTC | ;updatedDateUTC | ||
:A [[Field Type: DateTimeOffset|date time field]] that indicates the last time this record was updated. | :A [[Field Type: DateTimeOffset|date time field]] that indicates the last time this record was updated. | ||
== Address Fields == | |||
The [[#Fields|Address Fields]] include the following sub fields. | |||
;addressLine1 | |||
:A [[Field Type: Text|text field]] that provides the first line of the address of the employee. | |||
;addressLine2 | |||
:A [[Field Type: Text|text field]] that provides the second line of the address of the employee. | |||
;city | |||
:A [[Field Type: Text|text field]] that provides the city of the employee. | |||
;suburb | |||
:A [[Field Type: Text|text field]] that provides the state of the employee. | |||
;postCode | |||
:A [[Field Type: Text|text field]] that provides the post code of the employee. | |||
;country | |||
:A [[Field Type: Text|text field]] that provides the country of the employee. | |||