From ea8e31063da9e8ad692381bc476edce38ce718c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 08:17:31 +0200 Subject: [PATCH] Nightly update of meta-data.json (#109) Co-authored-by: DannyvdSluijs --- meta-data.json | 171 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) diff --git a/meta-data.json b/meta-data.json index 7095bd6..92444dd 100644 --- a/meta-data.json +++ b/meta-data.json @@ -81615,6 +81615,177 @@ } ] }, + "\/api\/v1\/{division}\/payroll\/VariableMutations": { + "endpoint": "VariableMutations", + "documentation": "https:\/\/start.exactonline.nl\/docs\/HlpRestAPIResourcesDetails.aspx?name=PayrollVariableMutations", + "scope": "Hrm payroll", + "uri": "\/api\/v1\/{division}\/payroll\/VariableMutations", + "supportedMethods": { + "get": true, + "post": true, + "put": true, + "delete": false + }, + "example": "\/api\/v1\/{division}\/payroll\/VariableMutations", + "properties": [ + { + "name": "ID", + "type": "Edm.Guid", + "description": "Primary key", + "primaryKey": true, + "supportedMethods": { + "get": true, + "post": true, + "put": true, + "delete": true + }, + "hidden": false + }, + { + "name": "Description", + "type": "Edm.String", + "description": "Description for the payroll component entry", + "primaryKey": false, + "supportedMethods": { + "get": true, + "post": true, + "put": true, + "delete": false + }, + "hidden": false + }, + { + "name": "EmployeeHID", + "type": "Edm.Int32", + "description": "Numeric number of Employee", + "primaryKey": false, + "supportedMethods": { + "get": true, + "post": true, + "put": true, + "delete": false + }, + "hidden": false + }, + { + "name": "EmployeeID", + "type": "Edm.Guid", + "description": "Employee ID", + "primaryKey": false, + "supportedMethods": { + "get": true, + "post": false, + "put": false, + "delete": false + }, + "hidden": false + }, + { + "name": "EntryFieldType", + "type": "Edm.Int32", + "description": "Entry field types: 1 = Quantity, 2 = Amount, 3 = Percentage", + "primaryKey": false, + "supportedMethods": { + "get": true, + "post": true, + "put": true, + "delete": false + }, + "hidden": false + }, + { + "name": "Notes", + "type": "Edm.String", + "description": "Notes for the payroll component entry", + "primaryKey": false, + "supportedMethods": { + "get": true, + "post": true, + "put": true, + "delete": false + }, + "hidden": false + }, + { + "name": "PayrollComponent", + "type": "Edm.String", + "description": "Payroll component code", + "primaryKey": false, + "supportedMethods": { + "get": true, + "post": true, + "put": true, + "delete": false + }, + "hidden": false + }, + { + "name": "PayrollComponentID", + "type": "Edm.Guid", + "description": "Payroll component ID", + "primaryKey": false, + "supportedMethods": { + "get": true, + "post": false, + "put": false, + "delete": false + }, + "hidden": false + }, + { + "name": "PayrollPeriod", + "type": "Edm.Int16", + "description": "Payroll period", + "primaryKey": false, + "supportedMethods": { + "get": true, + "post": true, + "put": true, + "delete": false + }, + "hidden": false + }, + { + "name": "PayrollYear", + "type": "Edm.Int16", + "description": "Payroll year", + "primaryKey": false, + "supportedMethods": { + "get": true, + "post": true, + "put": true, + "delete": false + }, + "hidden": false + }, + { + "name": "Type", + "type": "Edm.Int32", + "description": "Type of the entry:1 = Days worked, 2 = Hours worked, 3 = Days ill, 4 = Hours ill, 5 = Days leave, 6 = Hours leave, 7 = Payroll component, 8 = Days care leave, 9 = Hours care leave, 10 = Days extended partner leave, 11 = Hours extended partner leave, 12 = Days Unpaid Leave, 13 = Hours Unpaid Leave, 14 = Days Paid Parental Leave, 15 = Hours Paid Parental Leave", + "primaryKey": false, + "supportedMethods": { + "get": true, + "post": true, + "put": true, + "delete": false + }, + "hidden": false + }, + { + "name": "Value", + "type": "Edm.Double", + "description": "Value of the entry", + "primaryKey": false, + "supportedMethods": { + "get": true, + "post": true, + "put": true, + "delete": false + }, + "hidden": false + } + ] + }, "\/api\/v1\/{division}\/read\/project\/CostEntryExpensesByProject": { "endpoint": "CostEntryExpensesByProject", "documentation": "https:\/\/start.exactonline.nl\/docs\/HlpRestAPIResourcesDetails.aspx?name=ReadProjectCostEntryExpensesByProject",