Custom Tags in JSON Rest Api
Summary:
Dear Team,
Is it possible to customize the below JSON rest API so we can have custom tags?
Currently, we pass personNumber in the below JSON, but we will replace it with a custom tag such as "Emp Badge"
is it possbile to have custom JSON tags ?
/hcmRestApi/resources/11.13.18.05/absences
{
"personNumber": "26609",
"employer": "****",
"absenceType": "Annual Leave",
"absenceReason": "Integration",
"startDate": "2024-07-11",
"startTime": "07:00",
"endDate": "2024-07-11",
"startDateDuration": 1,
"endDateDuration": 1,
"duration": 1,
"endTime": "15:00",
"absenceStatusCd": "SUBMITTED",
"approvalStatusCd": "APPROVED"
}
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):