cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

oData object for service request involved parties

0 Likes
938

Hi Team,

I'm looking to find the odata object containing the address details of any of the involved parties in a service request.

We did find the object ServiceRequestPartyCollection, but this one does not contain the address details of the party.

Please let me know where to find the linked address information.

To clarify: I am not looking for the address in the master data for the business partner of an assigned party, but for the address details as maintained in the service request itself for this party.

Thanks,

Ronald

Accepted Solutions (1)

Accepted Solutions (1)

former_member226
Employee
Employee
0 Likes

Hello,

Not all objects are exposed as part of the standard Odata API. Hence you can't find SR related party address information in the c4codataapi.

However, you can create a custom OData service based on Business Object "ServiceRequest" which will then take ID or UUID as the key parameter and return ServiceRequest/Party/AddressInformation/FormattedPostalAddressDescription as the response.

Sample Custom Metadata may look like this: metadata.txt sample-response.png

0 Likes

Thanks for your quick reaction Saurabh, much appriciated!

Answers (0)