LeaveApplications
Columns
Name | Type | ReadOnly | Filterable | Description |
Id [KEY] | String | True | The leave period line-item combined with the unique Xero identifier of the leave application. | |
LeaveApplicationID | String | True | The unique identifier of the Leave Application. This field is assigned by Xero. | |
EmployeeID | String | False | The Xero identifier for Payroll Employee. | |
LeaveTypeID | String | False | The Xero identifier for Leave Type. | |
Title | String | False | The title of the leave (max length = 50). | |
StartDate | String | False | Start date of the leave (YYYY-MM-DD). | |
EndDate | String | False | End date of the leave (YYYY-MM-DD). | |
Description | String | False | The Description of the Leave (max length = 200). | |
LeavePeriodAggregate | String | False | Used to define LeavePeriod rows using XML values. Should be provided on INSERT only. | |
LeavePeriods_LeavePeriod_PayPeriodStartDate | String | False | The start of the payperiod the leave is being drawn from | |
LeavePeriods_LeavePeriod_PayPeriodEndDate | String | False | The end of the payperiod the leave is being drawn from | |
LeavePeriods_LeavePeriod_LeavePeriodStatus | String | False | Either SCHEDULED or PROCESSED | |
LeavePeriods_LeavePeriod_NumberOfUnits | String | False | Amount of leave consumed from this payperiod | |
TenantId | String | False | The ID of the tenant to query instead of the connection tenant |
Last updated