Unable to Fetch Suppliers using REST API
Summary:
Hi all,
I would like to get supplier information by REST API.
API: Get all suppliers: /fscmRestApi/resources/11.13.18.05/suppliers
When I give the user account the privilege 'POZ_VIEW_SUPPLIER_PRIV', the api not return 403 or 404, but the count of supplier is 0.
Here is the response:
{
"items" : [ ],
"count" : 0,
"hasMore" : false,
"limit" : 25,
"offset" : 0,
"links" : [ {
"rel" : "self",
"href" : "https://eibg-dev1.fa.us6.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/suppliers",
"name" : "suppliers",
"kind" : "collection"
} ]
}
And this user had the agent and data access of some BUs.
May I know where the issue is?
Thanks !
Tagged:
0