Meridian Link SmartAPI
Description
This REST service handles meridian link smartAPI Service requests.
Definition
POST /services/apexrest/intframework/v2/invokeIntegrationService
Authentication Type
Basic Salesforce Auth 2.0
See this link for SFDC Documentation: https://help.salesforce.com/articleView?id=remoteaccess_oauth_web_server_flow.htm&type=5
Parameters
Request Header Parameters
The following table provides the details of the request header parameters used by this web service:
Key | Value |
---|---|
Content-Type | application/JSON |
charset | UTF-8 |
Accept | application/JSON |
Request Body Parameters
The following table provides the details of the request body parameters used by this web service:
Field Name | Type |
---|---|
integrationFamily | Consumer Credit |
apiType | Smart API |
executionPriority | 1 |
idsForFiltersMap | String |
contactId | String |
accountId | String |
creditCheckId | String |
optionalRequestParamsMap | String |
Error Messages
When you use this web service you can receive the possible error messages as shown in the following table:
Status Code | Error Message |
---|---|
400 | Bad request |
401 | Authorization information is missing or invalid |
404 | Not found |
500 | Internal server error |
Sample Request
The sample request that you receive is as shown in the following block:
<?xml version="1.0" encoding="utf-8"?><MESSAGE xmlns="http://www.mismo.org/residential/2009/schemas"
xmlns:p2="http://www.w3.org/1999/xlink"
xmlns:p3="inetapi/MISMO3_4_MCL_Extension.xsd" MessageType="Request"> <ABOUT_VERSIONS> <ABOUT_VERSION> <DataVersionIdentifier>201703</DataVersionIdentifier> </ABOUT_VERSION> </ABOUT_VERSIONS> <DEAL_SETS> <DEAL_SET> <DEALS> <DEAL> <PARTIES> <PARTY p2:label="Party1"> <INDIVIDUAL> <NAME> <FirstName>Bill</FirstName> <LastName>Testcase</LastName> <MiddleName>C</MiddleName> <SuffixName>JR</SuffixName> </NAME> </INDIVIDUAL> <ROLES> <ROLE> <BORROWER> <RESIDENCES> <RESIDENCE> <ADDRESS> <AddressLineText>8842 48th Ave</AddressLineText> <CityName>Anthill</CityName> <CountryCode>US</CountryCode> <PostalCode>65488</PostalCode> <StateCode>MO</StateCode> </ADDRESS> <RESIDENCE_DETAIL> <BorrowerResidencyType>Current</BorrowerResidencyType> </RESIDENCE_DETAIL> </RESIDENCE> </RESIDENCES> </BORROWER> <ROLE_DETAIL> <PartyRoleType>Borrower</PartyRoleType> </ROLE_DETAIL> </ROLE> </ROLES> <TAXPAYER_IDENTIFIERS> <TAXPAYER_IDENTIFIER> <TaxpayerIdentifierType>SocialSecurityNumber</TaxpayerIdentifierType> <TaxpayerIdentifierValue>000000015</TaxpayerIdentifierValue> </TAXPAYER_IDENTIFIER> </TAXPAYER_IDENTIFIERS> </PARTY> </PARTIES> <RELATIONSHIPS> <!-- Link borrower to the service --> <RELATIONSHIP p2:arcrole="urn:fdc:Meridianlink.com:2017:mortgage/PARTY_IsVerifiedBy_SERVICE" p2:from="Party1" p2:to="Service1"/> </RELATIONSHIPS> <SERVICES> <SERVICE p2:label="Service1"> <CREDIT> <CREDIT_REQUEST> <CREDIT_REQUEST_DATAS> <CREDIT_REQUEST_DATA> <CREDIT_REPOSITORY_INCLUDED> <CreditRepositoryIncludedEquifaxIndicator>true
</CreditRepositoryIncludedEquifaxIndicator> <CreditRepositoryIncludedExperianIndicator>true
</CreditRepositoryIncludedExperianIndicator> <CreditRepositoryIncludedTransUnionIndicator>true
</CreditRepositoryIncludedTransUnionIndicator> <EXTENSION> <OTHER> <p3:RequestEquifaxScore>true</p3:RequestEquifaxScore> <p3:RequestExperianFraud>true</p3:RequestExperianFraud> <p3:RequestExperianScore>true</p3:RequestExperianScore> <p3:RequestTransUnionFraud>true</p3:RequestTransUnionFraud> <p3:RequestTransUnionScore>true</p3:RequestTransUnionScore> </OTHER> </EXTENSION> </CREDIT_REPOSITORY_INCLUDED> <CREDIT_REQUEST_DATA_DETAIL> <CreditReportRequestActionType>Submit</CreditReportRequestActionType> </CREDIT_REQUEST_DATA_DETAIL> </CREDIT_REQUEST_DATA> </CREDIT_REQUEST_DATAS> </CREDIT_REQUEST> </CREDIT> <SERVICE_PRODUCT> <SERVICE_PRODUCT_REQUEST> <SERVICE_PRODUCT_DETAIL> <ServiceProductDescription>CreditOrder</ServiceProductDescription> <EXTENSION> <OTHER> <!-- Recommend requesting only the formats you need, to minimize processing time --> <p3:SERVICE_PREFERRED_RESPONSE_FORMATS> <p3:SERVICE_PREFERRED_RESPONSE_FORMAT> <p3:SERVICE_PREFERRED_RESPONSE_FORMAT_DETAIL> <p3:PreferredResponseFormatType>Pdf</p3:PreferredResponseFormatType> </p3:SERVICE_PREFERRED_RESPONSE_FORMAT_DETAIL> </p3:SERVICE_PREFERRED_RESPONSE_FORMAT> <p3:SERVICE_PREFERRED_RESPONSE_FORMAT> <p3:SERVICE_PREFERRED_RESPONSE_FORMAT_DETAIL> <p3:PreferredResponseFormatType>Xml</p3:PreferredResponseFormatType> </p3:SERVICE_PREFERRED_RESPONSE_FORMAT_DETAIL> </p3:SERVICE_PREFERRED_RESPONSE_FORMAT> </p3:SERVICE_PREFERRED_RESPONSE_FORMATS> </OTHER> </EXTENSION> </SERVICE_PRODUCT_DETAIL> </SERVICE_PRODUCT_REQUEST> </SERVICE_PRODUCT> </SERVICE> </SERVICES> </DEAL> </DEALS> </DEAL_SET> </DEAL_SETS></MESSAGE>
The sample request that you receive is as shown in the following block:
<?xml version="1.0" encoding="utf-8"?><MESSAGE xmlns="http://www.mismo.org/residential/2009/schemas"
xmlns:p2="http://www.w3.org/1999/xlink"
xmlns:p3="inetapi/MISMO3_4_MCL_Extension.xsd" MessageType="Request"> <ABOUT_VERSIONS> <ABOUT_VERSION> <DataVersionIdentifier>201703</DataVersionIdentifier> </ABOUT_VERSION> </ABOUT_VERSIONS> <DEAL_SETS> <DEAL_SET> <DEALS> <DEAL> <PARTIES> <PARTY p2:label="Party1"> <INDIVIDUAL> <NAME> <FirstName>Bill</FirstName> <LastName>Testcase</LastName> <MiddleName>C</MiddleName> <SuffixName>JR</SuffixName> </NAME> </INDIVIDUAL> <ROLES> <ROLE> <BORROWER> <RESIDENCES> <RESIDENCE> <ADDRESS> <AddressLineText>8842 48th Ave</AddressLineText> <CityName>Anthill</CityName> <CountryCode>US</CountryCode> <PostalCode>65488</PostalCode> <StateCode>MO</StateCode> </ADDRESS> <RESIDENCE_DETAIL> <BorrowerResidencyType>Current</BorrowerResidencyType> </RESIDENCE_DETAIL> </RESIDENCE> </RESIDENCES> </BORROWER> <ROLE_DETAIL> <PartyRoleType>Borrower</PartyRoleType> </ROLE_DETAIL> </ROLE> </ROLES> <TAXPAYER_IDENTIFIERS> <TAXPAYER_IDENTIFIER> <TaxpayerIdentifierType>SocialSecurityNumber</TaxpayerIdentifierType> <TaxpayerIdentifierValue>000000015</TaxpayerIdentifierValue> </TAXPAYER_IDENTIFIER> </TAXPAYER_IDENTIFIERS> </PARTY> </PARTIES> <RELATIONSHIPS> <!-- Link borrower to the service --> <RELATIONSHIP p2:arcrole="urn:fdc:Meridianlink.com:2017:mortgage/PARTY_IsVerifiedBy_SERVICE" p2:from="Party1" p2:to="Service1"/> </RELATIONSHIPS> <SERVICES> <SERVICE p2:label="Service1"> <CREDIT> <CREDIT_REQUEST> <CREDIT_REQUEST_DATAS> <CREDIT_REQUEST_DATA> <CREDIT_REPOSITORY_INCLUDED> <CreditRepositoryIncludedEquifaxIndicator>true
</CreditRepositoryIncludedEquifaxIndicator> <CreditRepositoryIncludedExperianIndicator>true
</CreditRepositoryIncludedExperianIndicator> <CreditRepositoryIncludedTransUnionIndicator>true
</CreditRepositoryIncludedTransUnionIndicator> <EXTENSION> <OTHER> <p3:RequestEquifaxScore>true</p3:RequestEquifaxScore> <p3:RequestExperianFraud>true</p3:RequestExperianFraud> <p3:RequestExperianScore>true</p3:RequestExperianScore> <p3:RequestTransUnionFraud>true</p3:RequestTransUnionFraud> <p3:RequestTransUnionScore>true</p3:RequestTransUnionScore> </OTHER> </EXTENSION> </CREDIT_REPOSITORY_INCLUDED> <CREDIT_REQUEST_DATA_DETAIL> <CreditReportRequestActionType>StatusQuery</CreditReportRequestActionType> </CREDIT_REQUEST_DATA_DETAIL> </CREDIT_REQUEST_DATA> </CREDIT_REQUEST_DATAS> </CREDIT_REQUEST> </CREDIT> <SERVICE_PRODUCT> <SERVICE_PRODUCT_REQUEST> <SERVICE_PRODUCT_DETAIL> <ServiceProductDescription>CreditOrder</ServiceProductDescription> <EXTENSION> <OTHER> <!-- Recommend requesting only the formats you need, to minimize processing time --> <p3:SERVICE_PREFERRED_RESPONSE_FORMATS> <p3:SERVICE_PREFERRED_RESPONSE_FORMAT> <p3:SERVICE_PREFERRED_RESPONSE_FORMAT_DETAIL> <p3:PreferredResponseFormatType>Pdf</p3:PreferredResponseFormatType> </p3:SERVICE_PREFERRED_RESPONSE_FORMAT_DETAIL> </p3:SERVICE_PREFERRED_RESPONSE_FORMAT>
<p3:SERVICE_PREFERRED_RESPONSE_FORMAT> <p3:SERVICE_PREFERRED_RESPONSE_FORMAT_DETAIL> <p3:PreferredResponseFormatType>Xml</p3:PreferredResponseFormatType> </p3:SERVICE_PREFERRED_RESPONSE_FORMAT_DETAIL> </p3:SERVICE_PREFERRED_RESPONSE_FORMAT> </p3:SERVICE_PREFERRED_RESPONSE_FORMATS> </OTHER> </EXTENSION> </SERVICE_PRODUCT_DETAIL> </SERVICE_PRODUCT_REQUEST> </SERVICE_PRODUCT> <SERVICE_PRODUCT_FULFILLMENT> <SERVICE_PRODUCT_FULFILLMENT_DETAIL>
<VendorOrderIdentifier>{{VendorOrderIdentifier}}</VendorOrderIdentifier> </SERVICE_PRODUCT_FULFILLMENT_DETAIL> </SERVICE_PRODUCT_FULFILLMENT> </SERVICE> </SERVICES> </DEAL> </DEALS> </DEAL_SET> </DEAL_SETS></MESSAGE>
Sample Response
The sample response that you receive is as shown in the following block:
<MESSAGE xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.mismo.org/residential/2009/schemas"> <ABOUT_VERSIONS> <ABOUT_VERSION> <CreatedDatetime>2021-12-20T06:08:35.8874477Z</CreatedDatetime> <DataVersionIdentifier>201703</DataVersionIdentifier> </ABOUT_VERSION> </ABOUT_VERSIONS> <DEAL_SETS> <DEAL_SET> <DEALS> <DEAL> <ASSETS /> <LOANS> <LOAN> <LOAN_IDENTIFIERS> <LOAN_IDENTIFIER> <LoanIdentifier /> </LOAN_IDENTIFIER> </LOAN_IDENTIFIERS> </LOAN> </LOANS> <PARTIES> <PARTY SequenceNumber="1" d7p1:label="Party_1" xmlns:d7p1="http://www.w3.org/1999/xlink"> <LEGAL_ENTITY> <LEGAL_ENTITY_DETAIL> <FullName>MCL DEMO</FullName> </LEGAL_ENTITY_DETAIL> </LEGAL_ENTITY> <ROLES> <ROLE> <RESPONDING_PARTY> <RespondingPartyTransactionIdentifier>a38cd8e3-dd56-483e-8501-97608c8401fe</RespondingPartyTransactionIdentifier> </RESPONDING_PARTY> <ROLE_DETAIL> <PartyRoleType>RespondingParty</PartyRoleType> </ROLE_DETAIL> </ROLE> </ROLES> </PARTY> <PARTY SequenceNumber="2" d7p1:label="Party_2" xmlns:d7p1="http://www.w3.org/1999/xlink"> <INDIVIDUAL> <CONTACT_POINTS /> <NAME> <FirstName>BILL</FirstName> <LastName>TESTCASE</LastName> <MiddleName>C</MiddleName> <SuffixName>JR</SuffixName> </NAME> </INDIVIDUAL> <ROLES> <ROLE> <BORROWER> <BORROWER_DETAIL></BORROWER_DETAIL> </BORROWER> <ROLE_DETAIL> <PartyRoleType>Borrower</PartyRoleType> </ROLE_DETAIL> </ROLE> </ROLES> <TAXPAYER_IDENTIFIERS> <TAXPAYER_IDENTIFIER SequenceNumber="1"> <TaxpayerIdentifierType>SocialSecurityNumber</TaxpayerIdentifierType> <TaxpayerIdentifierValue>000000015</TaxpayerIdentifierValue> </TAXPAYER_IDENTIFIER> </TAXPAYER_IDENTIFIERS> </PARTY> </PARTIES> <RELATIONSHIPS> <RELATIONSHIP SequenceNumber="1" d7p1:arcrole="urn:fdc:Meridianlink.com:2017:mortgage/PARTY_IsVerifiedBy_SERVICE" d7p1:from="Party_2" d7p1:to="Service_1" xmlns:d7p1="http://www.w3.org/1999/xlink" /> </RELATIONSHIPS> <SERVICES> <SERVICE SequenceNumber="1" d7p1:label="Service_1" xmlns:d7p1="http://www.w3.org/1999/xlink"> <CREDIT> <CREDIT_REQUEST> <CREDIT_INQUIRIES> <CREDIT_INQUIRY> <CREDIT_REPOSITORIES> <CREDIT_REPOSITORY SequenceNumber="1"> <CreditRepositorySourceType>Equifax</CreditRepositorySourceType> <EXTENSION> <OTHER> <RequestScore xmlns="inetapi/MISMO3_4_MCL_Extension.xsd">true</RequestScore> </OTHER> </EXTENSION> </CREDIT_REPOSITORY> <CREDIT_REPOSITORY SequenceNumber="2"> <CreditRepositorySourceType>Experian</CreditRepositorySourceType> <EXTENSION> <OTHER> <RequestFraud xmlns="inetapi/MISMO3_4_MCL_Extension.xsd">true</RequestFraud> <RequestScore xmlns="inetapi/MISMO3_4_MCL_Extension.xsd">true</RequestScore> </OTHER> </EXTENSION> </CREDIT_REPOSITORY> <CREDIT_REPOSITORY SequenceNumber="3"> <CreditRepositorySourceType>TransUnion</CreditRepositorySourceType> <EXTENSION> <OTHER> <RequestFraud xmlns="inetapi/MISMO3_4_MCL_Extension.xsd">true</RequestFraud> <RequestScore xmlns="inetapi/MISMO3_4_MCL_Extension.xsd">true</RequestScore> </OTHER> </EXTENSION> </CREDIT_REPOSITORY> </CREDIT_REPOSITORIES> </CREDIT_INQUIRY> </CREDIT_INQUIRIES> <CREDIT_REQUEST_DATAS> <CREDIT_REQUEST_DATA> <CREDIT_REQUEST_DATA_DETAIL> <CreditReportRequestActionType>Submit</CreditReportRequestActionType> </CREDIT_REQUEST_DATA_DETAIL> </CREDIT_REQUEST_DATA> </CREDIT_REQUEST_DATAS> </CREDIT_REQUEST> </CREDIT> <SERVICE_PRODUCT> <SERVICE_PRODUCT_REQUEST> <SERVICE_PRODUCT_DETAIL> <ServiceProductDescription>CreditOrder</ServiceProductDescription> <EXTENSION> <OTHER> <PreferredResponseFormatType xmlns="inetapi/MISMO3_4_MCL_Extension.xsd">Xml</PreferredResponseFormatType> </OTHER> </EXTENSION> </SERVICE_PRODUCT_DETAIL> <EXTENSION /> </SERVICE_PRODUCT_REQUEST> </SERVICE_PRODUCT> <SERVICE_PRODUCT_FULFILLMENT> <CONTACT_POINTS /> <SERVICE_PRODUCT_FULFILLMENT_DETAIL> <VendorOrderIdentifier>1330362</VendorOrderIdentifier> <EXTENSION> <OTHER /> </EXTENSION> </SERVICE_PRODUCT_FULFILLMENT_DETAIL> </SERVICE_PRODUCT_FULFILLMENT> <STATUSES> <STATUS> <StatusCode>New</StatusCode> <StatusDescription>NOT READY</StatusDescription> </STATUS> </STATUSES> </SERVICE> </SERVICES> </DEAL> </DEALS> </DEAL_SET> <DEAL_SET_SERVICES> <DEAL_SET_SERVICE> <STATUSES> <STATUS> <StatusDescription>Request has been processed.</StatusDescription> </STATUS> </STATUSES> </DEAL_SET_SERVICE> </DEAL_SET_SERVICES> </DEAL_SETS> <DOCUMENT_SETS> <DOCUMENT_SET> <DOCUMENTS /> </DOCUMENT_SET> </DOCUMENT_SETS></MESSAGE>
The sample response that you receive is as shown in the following block:
<MESSAGE xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.mismo.org/residential/2009/schemas"> <ABOUT_VERSIONS> <ABOUT_VERSION> <CreatedDatetime>2021-12-20T06:08:35.8874477Z</CreatedDatetime> <DataVersionIdentifier>201703</DataVersionIdentifier> </ABOUT_VERSION> </ABOUT_VERSIONS> <DEAL_SETS> <DEAL_SET> <DEALS> <DEAL> <ASSETS /> <LOANS> <LOAN> <LOAN_IDENTIFIERS> <LOAN_IDENTIFIER> <LoanIdentifier /> </LOAN_IDENTIFIER> </LOAN_IDENTIFIERS> </LOAN> </LOANS> <PARTIES> <PARTY SequenceNumber="1" d7p1:label="Party_1" xmlns:d7p1="http://www.w3.org/1999/xlink"> <LEGAL_ENTITY> <LEGAL_ENTITY_DETAIL> <FullName>MCL DEMO</FullName> </LEGAL_ENTITY_DETAIL> </LEGAL_ENTITY> <ROLES> <ROLE> <RESPONDING_PARTY> <RespondingPartyTransactionIdentifier>a38cd8e3-dd56-483e-8501-97608c8401fe</RespondingPartyTransactionIdentifier> </RESPONDING_PARTY> <ROLE_DETAIL> <PartyRoleType>RespondingParty</PartyRoleType> </ROLE_DETAIL> </ROLE> </ROLES> </PARTY> <PARTY SequenceNumber="2" d7p1:label="Party_2" xmlns:d7p1="http://www.w3.org/1999/xlink"> <INDIVIDUAL> <CONTACT_POINTS /> <NAME> <FirstName>BILL</FirstName> <LastName>TESTCASE</LastName> <MiddleName>C</MiddleName> <SuffixName>JR</SuffixName> </NAME> </INDIVIDUAL> <ROLES> <ROLE> <BORROWER> <BORROWER_DETAIL></BORROWER_DETAIL> </BORROWER> <ROLE_DETAIL> <PartyRoleType>Borrower</PartyRoleType> </ROLE_DETAIL> </ROLE> </ROLES> <TAXPAYER_IDENTIFIERS> <TAXPAYER_IDENTIFIER SequenceNumber="1"> <TaxpayerIdentifierType>SocialSecurityNumber</TaxpayerIdentifierType> <TaxpayerIdentifierValue>000000015</TaxpayerIdentifierValue> </TAXPAYER_IDENTIFIER> </TAXPAYER_IDENTIFIERS> </PARTY> </PARTIES> <RELATIONSHIPS> <RELATIONSHIP SequenceNumber="1" d7p1:arcrole="urn:fdc:Meridianlink.com:2017:mortgage/PARTY_IsVerifiedBy_SERVICE" d7p1:from="Party_2" d7p1:to="Service_1" xmlns:d7p1="http://www.w3.org/1999/xlink" /> </RELATIONSHIPS> <SERVICES> <SERVICE SequenceNumber="1" d7p1:label="Service_1" xmlns:d7p1="http://www.w3.org/1999/xlink"> <CREDIT> <CREDIT_REQUEST> <CREDIT_INQUIRIES> <CREDIT_INQUIRY> <CREDIT_REPOSITORIES> <CREDIT_REPOSITORY SequenceNumber="1"> <CreditRepositorySourceType>Equifax</CreditRepositorySourceType> <EXTENSION> <OTHER> <RequestScore xmlns="inetapi/MISMO3_4_MCL_Extension.xsd">true</RequestScore> </OTHER> </EXTENSION> </CREDIT_REPOSITORY> <CREDIT_REPOSITORY SequenceNumber="2"> <CreditRepositorySourceType>Experian</CreditRepositorySourceType> <EXTENSION> <OTHER> <RequestFraud xmlns="inetapi/MISMO3_4_MCL_Extension.xsd">true</RequestFraud> <RequestScore xmlns="inetapi/MISMO3_4_MCL_Extension.xsd">true</RequestScore> </OTHER> </EXTENSION> </CREDIT_REPOSITORY> <CREDIT_REPOSITORY SequenceNumber="3"> <CreditRepositorySourceType>TransUnion</CreditRepositorySourceType> <EXTENSION> <OTHER> <RequestFraud xmlns="inetapi/MISMO3_4_MCL_Extension.xsd">true</RequestFraud> <RequestScore xmlns="inetapi/MISMO3_4_MCL_Extension.xsd">true</RequestScore> </OTHER> </EXTENSION> </CREDIT_REPOSITORY> </CREDIT_REPOSITORIES> </CREDIT_INQUIRY> </CREDIT_INQUIRIES> <CREDIT_REQUEST_DATAS> <CREDIT_REQUEST_DATA> <CREDIT_REQUEST_DATA_DETAIL> <CreditReportRequestActionType>Submit</CreditReportRequestActionType> </CREDIT_REQUEST_DATA_DETAIL> </CREDIT_REQUEST_DATA> </CREDIT_REQUEST_DATAS> </CREDIT_REQUEST> </CREDIT> <SERVICE_PRODUCT> <SERVICE_PRODUCT_REQUEST> <SERVICE_PRODUCT_DETAIL> <ServiceProductDescription>CreditOrder</ServiceProductDescription> <EXTENSION> <OTHER> <PreferredResponseFormatType xmlns="inetapi/MISMO3_4_MCL_Extension.xsd">Xml</PreferredResponseFormatType> </OTHER> </EXTENSION> </SERVICE_PRODUCT_DETAIL> <EXTENSION /> </SERVICE_PRODUCT_REQUEST> </SERVICE_PRODUCT> <SERVICE_PRODUCT_FULFILLMENT> <CONTACT_POINTS /> <SERVICE_PRODUCT_FULFILLMENT_DETAIL> <VendorOrderIdentifier>1330362</VendorOrderIdentifier> <EXTENSION> <OTHER /> </EXTENSION> </SERVICE_PRODUCT_FULFILLMENT_DETAIL> </SERVICE_PRODUCT_FULFILLMENT> <STATUSES> <STATUS> <StatusCode>New</StatusCode> <StatusDescription>NOT READY</StatusDescription> </STATUS> </STATUSES> </SERVICE> </SERVICES> </DEAL> </DEALS> </DEAL_SET> <DEAL_SET_SERVICES> <DEAL_SET_SERVICE> <STATUSES> <STATUS> <StatusDescription>Request has been processed.</StatusDescription> </STATUS> </STATUSES> </DEAL_SET_SERVICE> </DEAL_SET_SERVICES> </DEAL_SETS> <DOCUMENT_SETS> <DOCUMENT_SET> <DOCUMENTS /> </DOCUMENT_SET> </DOCUMENT_SETS></MESSAGE>
Usage/ How to Invoke
The sample response that you receive is as shown in the following block:
var contactId = "contactId=" + "{{contact_id}}"var accountId = "accountId=" + "{{account_id}}"var idsForFilters = []; idsForFilters.push(contactId); idsForFilters.push(accountId); var optionalReqParams = []; var requestParam = { integrationFamily: "Consumer Credit", apiType: "Smart API", executionPriority: "1", idsForFiltersMap: idsForFilters, optionalRequestParamsMap: optionalReqParams }; sforce.apex.execute('intframework.IntegrationWebServiceV2', 'runSynchronousIntegrationService', { requestParameters: JSON.stringify(requestParam) });
The sample response that you receive is as shown in the following block:
var contactId = "contactId=" + "{{contact_id}}"var accountId = "accountId=" + "{{account_id}}"var creditCheckId = "creditCheckId=" + "{{creditCheck_Id}} var idsForFilters = []; idsForFilters.push(contactId); idsForFilters.push(accountId); var optionalReqParams = []; var requestParam = { integrationFamily: "Consumer Credit", apiType: "Smart API", executionPriority: "1", idsForFiltersMap: idsForFilters, optionalRequestParamsMap: optionalReqParams }; sforce.apex.execute('intframework.IntegrationWebServiceV2', 'runSynchronousIntegrationService', { requestParameters: JSON.stringify(requestParam) });