Get log file for match job

get

/api/v4/match/enrich/logfile

Get log file for the enrich job with details of unenriched records (failed/rejected) and errors

Versions Supported:

v4

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: object

404 Response

Requested resource could not be found.
Body ()
Root Schema : schema
Type: object

500 Response

An unexpected error occurred during the request.
Body ()
Root Schema : schema
Type: object
Back to Top

Examples

Example Request:

/api/v4/match/enrich/logfile?jobinstanceid=10239

Example Output:

Status,ErrorStatement,PartyId, PartyNumber, Url, PartyName, IdenAddrPartySiteId, IdenAddrLocationId, Country, Address1, Address2, Address3, Address4, City, PostalCode, State, Province, Status, County, EmailAddress, PrimaryPhoneContactPtId, PrimaryPhonePurpose, PrimaryPhoneLineType, PrimaryPhoneCountryCode, PrimaryPhoneAreaCode, PrimaryPhoneNumber, PrimaryPhoneExtension, PrimaryEmailContactPtId, PrimaryUrlContactPtId, PersonProfileId, LastUpdatedBy, CreationDate, LastUpdateLogin, CreatedBy, LastUpdateDate, PersonName, PersonPreNameAdjunct, PersonFirstName, PersonMiddleName, PersonLastName, PersonNameSuffix, PersonTitle, PersonAcademicTitle, PersonPreviousLastName, PersonInitials, JgzzFiscalCode, DateOfBirth, PlaceOfBirth, DateOfDeath, Gender, DeclaredEthnicity, MaritalStatus, MaritalStatusEffectiveDate, PersonalIncome, HeadOfHouseholdFlag, HouseholdIncome, HouseholdSize, RentOwnInd, LastKnownGps, EffectiveStartDate, EffectiveEndDate, DeceasedFlag, PersonLastNamePrefix, PersonSecondLastName, PrefFunctionalCurrency, Comments, UniqueNameSuffix, SuffixOverriddenFlag, Salutation, CertificationLevel, CertReasonCode, PreferredContactMethod, PreferredContactPersonId, PrimaryCustomerId, PrimaryCustRelationshipId, SalesBuyingRoleCode, SalesAffinityCode, DepartmentCode, Department, JobTitle, JobTitleCode, DoNotCallFlag, DoNotMailFlag, DoNotEmailFlag, DoNotContactFlag, LastContactDate, LastUpdateSourceSystem, LastSourceUpdateDate, LastEnrichmentDate, DataCloudStatus, DaasIdentifier, OrgPartyId, OrgPartyNumber, OrgPartyName, OrgIdenAddrPsId, OrgIdenAddrLocId, OrgCountry, OrgAddress1, OrgAddress2, OrgAddress3, OrgAddress4, OrgCity, OrgPostalCode, OrgState, OrgProvince, OrgCounty, OrgEmailAddress, OrganizationProfileId, OrganizationName, OrgDunsNumber, OrgEnquiryDuns, OrgParentDunsNumC, OrgGlobalUltDunsNumC, OrgDomesticUltDunsNumC, OrgLastEnrichmentDate, OrgDataCloudStatus, OrgDaasIdentifier
FAILED,DCS-15002:No records found matching the input.,null
FAILED,DCS-15002:No records found matching the input.,null
Back to Top