Read/Update personal payment method using REST API
Hello
I'm trying to call Read/Update personal payment method on this endpoint
/hcmRestApi/resources/11.13.18.05/personalPaymentMethods
I am not retrieving any values.
{
"items": [],
"count": 0,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "host/hcmRestApi/resources/11.13.18.05/personalPaymentMethods",
"name": "personalPaymentMethods",
"kind": "collection"
}
]
}
I added theses roles and still no values
- Use REST Service - Personal Payment Methods Read Only (ORA_PAY_REST_SERVICE_ACCESS_PERSONAL_PAYMENT_METHODS_RO)
- Use REST Service - Personal Payment Methods (ORA_PAY_REST_SERVICE_ACCESS_PERSONAL_PAYMENT_METHODS)
- Use REST Service - Worker Bank Accounts Read Only (ORA_PAY_REST_SERVICE_ACCESS_WORKER_BANK_ACCOUNTS_RO)
- Use REST Service - Worker Bank Accounts (ORA_PAY_REST_SERVICE_ACCESS_WORKER_BANK_ACCOUNTS)