-
Notifications
You must be signed in to change notification settings - Fork 0
/
partner-post-sample.xml
91 lines (91 loc) · 4.02 KB
/
partner-post-sample.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0"?>
<BackgroundReports userId="{ClientLocationUN}" password="{ClientLocationPW}">
<BackgroundSearchPackage action="submit" type="{ProductName}">
<ReferenceId>{PartnerSystemRefId}</ReferenceId>
<APIUser></APIUser>
<ClientUser></ClientUser>
<UserFullName></UserFullName>
<SendConsumerCopy>1</SendConsumerCopy>
<PersonalData>
<PersonName>
<GivenName>Hank</GivenName>
<MiddleName>Danger</MiddleName>
<FamilyName>Mess</FamilyName>
</PersonName>
<DemographicDetail>
<GovernmentId issuingAuthority="SSN">333221111</GovernmentId>
<DateOfBirth>1970-12-01</DateOfBirth>
</DemographicDetail>
<PostalAddress type="current">
<PostalCode>57701</PostalCode>
<Region>SD</Region>
<Municipality>Rapid City</Municipality>
<DeliveryAddress>
<AddressLine>2401 Mt Rushmore Rd, 311</AddressLine>
</DeliveryAddress>
</PostalAddress>
<EmailAddress></EmailAddress>
<Telephone>8008675309</Telephone>
</PersonalData>
<Screenings useConfigurationDefaults="yes">
<Screening type="employment" verify="yes">
<OrganizationName>Twin Hospitality</OrganizationName>
<Title>Assistant ManagerDirector of Sales</Title>
<JobLevelInfo>Full-time</JobLevelInfo>
<StartDate>09/18/2016</StartDate>
<EndDate>08/01/2018</EndDate>
<Compensation>0</Compensation>
<ContactInfo>
<PersonName>
<FormattedName>Jerry Garcia</FormattedName>
</PersonName>
<Telephone>8008675309</Telephone>
<Email>[email protected]</Email>
<PostalAddress>
<PostalCode>57701</PostalCode>
<Region>SD</Region>
<Municipality>Rapid City</Municipality>
<DeliveryAddress>
<AddressLine>750 Cathedral Dr</AddressLine>
</DeliveryAddress>
</PostalAddress>
</ContactInfo>
</Screening>
<Screening type="resident" verify="yes">
<StartDate>2017-10-01</StartDate>
<EndDate>2019-05-01</EndDate>
<MonthlyRentAmount>915</MonthlyRentAmount>
<ContactInfo>
<PersonName>
<FormattedName>Residence Verification Contact</FormattedName>
</PersonName>
<Telephone>6055933559</Telephone>
<PostalAddress>
<PostalCode>57702</PostalCode>
<Region>SD</Region>
<Municipality>Rapid City</Municipality>
<DeliveryAddress>
<AddressLine>38th St</AddressLine>
</DeliveryAddress>
</PostalAddress>
</ContactInfo>
</Screening>
<AdditionalItems type="x:monthly_rent">
<Text>915</Text>
</AdditionalItems>
<AdditionalItems type="x:monthly_income">
<Text>8157</Text>
</AdditionalItems>
<AdditionalItems type="x:postback_url">
<Text>{someurl}</Text>
</AdditionalItems>
</Screenings>
<SupportingDocumentation>
<Document>
<OriginalFileName>Signed_Rental_Application.pdf</OriginalFileName> // must have the appropriate file extension
<FileType>0(rental application)/3(all other documents)</FileType>
<EncodedContent>{base64 string}</EncodedContent>
</Document>
</SupportingDocumentation>
</BackgroundSearchPackage>
</BackgroundCheck>