我一直在尝试向Xero帐户中的现有时间表添加行,但无法通过其GUID检索时间表。
我已经研究了他们的API,似乎可以通过调用其GUID属性来加载Timesheet对象。
$ old_timesheet = $ xero-> loadByGUID('PayrollAU \ Timesheet',$ existing_timesheet-> getTimesheetID());
//来自Xero的响应
{
"EmployeeID" => null
"StartDate" => null
"EndDate" => null
"TimesheetLines" => null
"Status" => null
"Hours" => null
"TimesheetID" => null
}