--CRM Custom Object WSDL Link--
https://servername/crmService/CustomReferenceService?WSDL
---SOAP Request: GetEntity--
<soapenv:Envelope xmlns:soapenv="http://schemas.
<soapenv:Header/>
<soapenv:Body>
<typ:getEntity>
<typ:keyValue>
<typ:objectName>Test_c</typ:
</typ:getEntity>
</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:getEntityResponse 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:getEntityResponse>
</env:Body>
</env:Envelope>
No comments:
Post a Comment