You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/accounting/Model/BatchPayment.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Name | Type | Description | Notes
19
19
**total_amount** | **string** | The total of the payments that make up the batch (read-only) | [optional]
20
20
**updated_date_utc** | **string** | UTC timestamp of last update to the payment | [optional]
21
21
**is_reconciled** | **string** | Booelan that tells you if the batch payment has been reconciled (read-only) | [optional]
22
+
**validation_errors** | [**\XeroAPI\XeroPHP\Models\Accounting\ValidationError[]**](ValidationError.md) | Displays array of validation error messages from the API | [optional]
22
23
23
24
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[**updateFile**](FilesApi.md#updateFile) | **PUT** /Files/{FileId} | Update a file
21
21
[**updateFolder**](FilesApi.md#updateFolder) | **PUT** /Folders/{FolderId} | Updates an existing folder
22
-
[**uploadFile**](FilesApi.md#uploadFile) | **POST** /Files | Uploads a File
22
+
[**uploadFile**](FilesApi.md#uploadFile) | **POST** /Files | Uploads a File to the inbox
23
+
[**uploadFileToFolder**](FilesApi.md#uploadFileToFolder) | **POST** /Files/{FolderId} | Uploads a File to a specific folder
23
24
24
25
25
26
# **createFileAssociation**
@@ -851,9 +852,9 @@ Name | Type | Description | Notes
851
852
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
**name** | **string** | exact name of the file you are uploading |
8
+
**filename** | **string** | |
9
+
**mime_type** | **string** | | [optional]
10
+
11
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/payrolluk/Api/PayrollUkApi.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2553,7 +2553,7 @@ Name | Type | Description | Notes
2553
2553
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
**xero_tenant_id** | **string**| Xero identifier for Tenant |
2593
-
**first_name** | **string**| Filter by first name | [optional]
2594
-
**last_name** | **string**| Filter by last name | [optional]
2592
+
**filter** | **string**| Filter by first name and/or lastname | [optional]
2595
2593
**page** | **int**| Page number which specifies the set of records to retrieve. By default the number of the records per set is 100. | [optional]
2596
2594
2597
2595
### Return type
@@ -3305,7 +3303,7 @@ Name | Type | Description | Notes
3305
3303
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
@@ -3325,11 +3323,10 @@ $apiInstance = new XeroAPI\XeroPHP\Api\PayrollUkApi(
3325
3323
);
3326
3324
$xero_tenant_id = 'xero_tenant_id_example'; // string | Xero identifier for Tenant
3327
3325
$page = 56; // int | Page number which specifies the set of records to retrieve. By default the number of the records per set is 100.
3328
-
$employee_id = 'employee_id_example'; // string | By default get Timesheets will return the timesheets for all employees in an organization. You can add GET https://…/timesheets?filter=employeeId=={EmployeeID} to get only the timesheets of a particular employee.
3329
-
$payroll_calendar_id = 'payroll_calendar_id_example'; // string | By default get Timesheets will return all the timesheets for an organization. You can add GET https://…/timesheets?filter=payrollCalendarId=={PayrollCalendarID} to filter the timesheets by payroll calendar id
3326
+
$filter = employeeId==00000000-0000-0000-0000-000000000000,payrollCalendarId==00000000-0000-0000-0000-000000000000; // string | Filter by first name and/or lastname
**xero_tenant_id** | **string**| Xero identifier for Tenant |
3345
3342
**page** | **int**| Page number which specifies the set of records to retrieve. By default the number of the records per set is 100. | [optional]
3346
-
**employee_id** | [**string**](../Model/.md)| By default get Timesheets will return the timesheets for all employees in an organization. You can add GET https://…/timesheets?filter=employeeId=={EmployeeID} to get only the timesheets of a particular employee. | [optional]
3347
-
**payroll_calendar_id** | [**string**](../Model/.md)| By default get Timesheets will return all the timesheets for an organization. You can add GET https://…/timesheets?filter=payrollCalendarId=={PayrollCalendarID} to filter the timesheets by payroll calendar id | [optional]
3343
+
**filter** | **string**| Filter by first name and/or lastname | [optional]
0 commit comments