cancel
Showing results for 
Search instead for 
Did you mean: 

SAP C4C OData

Former Member
0 Kudos

Hi,

I can consume OData from SAP C4C on most of the predefined OData Collections BUT everytime I try to access any of the notes collections i.e. :

AppointmentNotesCollection

ContactNotesCollection

PhoneCallNotesCollection

I receive :

The Data Services Request has been understood but is not supported by the processor

Why are these collections available for selection if not available for consumption or is there another way to access notes text ?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member187491
Active Participant
0 Kudos

Hi Charlton,

The notes collections are not accessible directly. However, you can access them in the context of another (main/parent) entity. In other words, you can access the notes of a Contact but not directly via ContactNotes. This is due to a technical restriction which will be addressed in the future - though I cannot share a definite time frame.

Here is an example that shows you how to access an opportunity's notes:

https://odatac4ctrial.hana.ondemand.com/proxy/sap/c4c/odata/v1/c4codata/OpportunityCollection('00163E04DCEB1ED381BB1086CCDA202C')/OpportunityNotes

Regards,

Mustafa.