You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI Resources for Oracle Cloud HCM – Go Here

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!