Skip to content

Commit

Permalink
Nightly update of meta-data.json (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: DannyvdSluijs <[email protected]>
  • Loading branch information
github-actions[bot] and DannyvdSluijs authored Oct 6, 2023
1 parent d444f55 commit ea8e310
Showing 1 changed file with 171 additions and 0 deletions.
171 changes: 171 additions & 0 deletions meta-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ea8e310

Please sign in to comment.