Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Updating personal payment method not working using REST API
Hello everyone,
We're trying to update personal payment method through REST API, but we're facing a problem when calling the end point. This is the API in Oracle's documentation . /hcmRestApi/resources/11.13.18.05/personalPaymentMethods/{personalPaymentMethodsUniqID}
this is our request body and API, https://host/hcmRestApi/resources/11.13.18.05/personalPaymentMethods/300000006090470
{
"PersonalPaymentMethodId": 300000006090470,
"Name": "test_pay",
"EffectiveStartDate": "2025-05-15",
"EffectiveEndDate": "4712-12-31",
"PayrollRelationshipId": 300000005889855,
"BankAccountId" : 1001,
"Percentage": 30
}
but testing it through postman, is giving an error of ‘404 Not Found’. We think it's regarding the API call since it requests personalPaymentMethodsUniqID but we are not sure. Shouldn't it work with the PersonalPaymentMethodId? if not, can anyone help with guiding us on how to get the