Does anyone know how to determine what REST LOV service is used to view Receivables Lookups?
Summary:
We are trying to use REST services to view data held in AR_LOOKUPS. For example, what REST web service is used to return the lookup codes from the CREDIT_MEMO_REASON LookupType?
Content (required):
We have used the following REST services which all fail to return values for the CREDIT_MEMO_REASON LookupType:
crmRestApi/resources/11.13.18.05/lookups
crmRestApi/resources/11.13.18.05/fndStaticLookups
fscmRestApi/resources/11.13.18.05/commonLookupsLOV
fscmRestApi/resources/11.13.18.05/standardLookupsLOV
fscmRestApi/resources/11.13.18.05/genericLookupsLOV
fscmRestApi/resources/11.13.18.05/setEnabledLookupsLOV
Also, we are unable to locate the specific permission/privilege required to run this REST as it returns a 403 Forbidden error:
fscmRestApi/resources/11.13.18.05/fndStaticLookups
Any advice on locating these lookups via REST would be greatly appreciated.