Skip to content

Commit

Permalink
Feature/rht 2969 2.2.3.60 create new employee data in i people step 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ntqdinh-axonivy authored Jan 30, 2024
1 parent 03961d8 commit ba7052a
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 387 deletions.
171 changes: 171 additions & 0 deletions successfactors-connector/lib/Octopus-IPeople-OpenApi.json
Original file line number Diff line number Diff line change
Expand Up @@ -474963,6 +474963,42 @@
}
}
},
"SFOData.EmpJobRelationships-upsert": {
"title": "EmpJobRelationships",
"type": "object",
"properties": {
"metadataUri": {
"type": "string",
"maxLength": 255
},
"endDate": {
"type": "string",
"example": "2017-04-13T15:51:04Z",
"nullable": true
},
"operation": {
"type": "string",
"nullable": true
},
"relUserId": {
"type": "string",
"maxLength": 384,
"nullable": true
},
"relationshipType": {
"type": "string",
"maxLength": 100
},
"startDate": {
"type": "string",
"example": "2017-04-13T15:51:04Z"
},
"userId": {
"type": "string",
"maxLength": 100
}
}
},
"SFOData.EmpJobRelationships-create": {
"title": "EmpJobRelationships (for create)",
"type": "object",
Expand Down Expand Up @@ -524275,6 +524311,55 @@
}
}
},
"SFOData.PaymentInformationDetailV3Localize-upsert": {
"title": "PaymentInformationDetailV3Localize",
"type": "object",
"properties": {
"metadataUri": {
"type": "string",
"maxLength": 255
},
"PaymentInformationDetailV3_externalCode": {
"type": "string",
"maxLength": 255
},
"PaymentInformationV3_effectiveStartDate": {
"type": "string",
"example": "2017-04-13T15:51:04Z"
},
"PaymentInformationV3_worker": {
"type": "string",
"maxLength": 100
},
"buildingSocietyRollNumber": {
"type": "string",
"maxLength": 255,
"nullable": true
},
"externalCode": {
"type": "string",
"maxLength": 255
},
"mdfSystemRecordStatus": {
"type": "string",
"maxLength": 255,
"nullable": true
},
"accountHolderRelationship": {
"type": "string",
"maxLength": 255,
"nullable": true
},
"accountType": {
"type": "string",
"maxLength": 255,
"nullable": true
},
"mdfSystemRecordStatusNav": {
"$ref": "#/components/schemas/SFOData.MDFEnumValue"
}
}
},
"SFOData.PaymentInformationDetailV3ARG": {
"title": "PaymentInformationDetailV3ARG",
"type": "object",
Expand Down Expand Up @@ -556952,6 +557037,11 @@
"type": "string",
"maxLength": 15,
"nullable": true
},
"customString18": {
"type": "string",
"maxLength": 128,
"nullable": true
}
}
},
Expand Down Expand Up @@ -590846,6 +590936,87 @@
}
}
},
"SFOData.cust_EMEAHRdata-upsert": {
"title": "cust_EMEAHRdata",
"type": "object",
"properties": {
"metadataUri": {
"type": "string",
"maxLength": 255
},
"cust_amount": {
"type": "string",
"format": "decimal",
"example": 0,
"multipleOf": 1,
"nullable": true
},
"cust_effdate": {
"type": "string",
"example": "2017-04-13T15:51:04Z",
"nullable": true
},
"cust_freet": {
"type": "string",
"maxLength": 1000,
"nullable": true
},
"cust_freq": {
"type": "string",
"maxLength": 128,
"nullable": true
},
"cust_iPerform": {
"type": "string",
"maxLength": 128,
"nullable": true
},
"cust_jobLevel": {
"type": "string",
"maxLength": 128,
"nullable": true
},
"cust_mperc": {
"type": "string",
"maxLength": 128,
"nullable": true
},
"cust_scheme": {
"type": "string",
"maxLength": 128,
"nullable": true
},
"cust_type": {
"type": "string",
"maxLength": 128,
"nullable": true
},
"cust_varpay": {
"type": "string",
"maxLength": 128,
"nullable": true
},
"effectiveStartDate": {
"type": "string",
"example": "2017-04-13T15:51:04Z"
},
"externalCode": {
"type": "string",
"maxLength": 100
},
"mdfSystemEffectiveEndDate": {
"type": "string",
"format": "date-time",
"example": "2017-04-13T15:51:04Z",
"nullable": true
},
"mdfSystemRecordStatus": {
"type": "string",
"maxLength": 255,
"nullable": true
}
}
},
"SFOData.cust_EMEAHRdata-create": {
"title": "cust_EMEAHRdata (for create)",
"type": "object",
Expand Down
Binary file not shown.
Loading

0 comments on commit ba7052a

Please sign in to comment.