Oracle fusion SOAP/REST API to get the party site number based on party_site_id
Hi Team,
We are searching for any SOAP/REST API in oracle fusion which will return me party site number based on the party_site_id as an input similar to the below query :
SELECT hps.party_site_number
FROM hz_party_sites hps
WHERE hps.party_site_id = <party site id>
0