sample payload for ERP Object Inquiry Service
Hi All,
I am trying to use the ERP Object Inquiry Service web service in R13 for querying the tables in cloud. But unable to map the attributes in the payload.
Can you please help me to map the attributes ..Sample payload is below
<soapenv:Header/>
<soapenv:Body>
<typ:getEntityDetails>
<typ:businessObject>?</typ:businessObject>
<typ:userKeyA>?</typ:userKeyA>
<typ:userKeyB>?</typ:userKeyB>
<typ:userKeyC>?</typ:userKeyC>
<typ:userKeyD>?</typ:userKeyD>
<typ:userKeyE>?</typ:userKeyE>
</typ:getEntityDetails>
</soapenv:Body>
</soapenv:Envelope>
Thanks
Sunny