--CRM Custom Object WSDL Link--
https://servername/crmService/CustomReferenceService?WSDL
--Find Entity--SOAP Request
<soapenv:Envelope xmlns:soapenv="http://schemas.
<soapenv:Header/>
<soapenv:Body>
<typ:findEntity>
<typ:findCriteria>
<typ1:fetchStart>0</typ1:
<typ1:fetchSize>500</typ1:
</typ:findCriteria>
<typ:findControl>
<typ1:retrieveAllTranslations>
</typ:findControl>
<typ:objectName>Test_c</typ:
</typ:findEntity>
</soapenv:Body>
</soapenv:Envelope>
--SOAP Response
<env:Envelope xmlns:env="http://schemas.
<env:Header>
<wsa:Action>http://xmlns.
<wsa:MessageID>urn:uuid:
</env:Header>
<env:Body>
<ns0:findEntityResponse xmlns:ns0="http://xmlns.
<ns2:result xsi:type="ns1:Test_c" xmlns:ns2="http://xmlns.
<ns1:Id>300000012023030</ns1:
<ns1:RecordName>754</ns1:
<ns1:CreatedBy>test.scm</ns1:
<ns1:CreationDate>2021-01-
<ns1:LastUpdatedBy>test.scm</
<ns1:LastUpdateDate>2021-01-
<ns1:ObjectVersionNumber>1</
<ns1:RecordNumber>2005</ns1:
<ns1:LastUpdateLogin xsi:nil="true"/>
<ns1:UserLastUpdateDate xsi:nil="true"/>
<ns1:CurrencyCode>USD</ns1:
<ns1:CurcyConvRateType>
<ns1:CorpCurrencyCode>USD</
<ns1:OraZcxOwner_Id_c>-1</ns1:
<ns1:OraZcxOwner_c>-1</ns1:
<ns1:Name_c>Test123</ns1:Name_
<ns1:SelectedRow xsi:nil="true"/>
</ns2:result>
</ns0:findEntityResponse>
</env:Body>
</env:Envelope>
No comments:
Post a Comment