LPGuarantor
update
Sample Request Message without SOAP
<?xml version="1.0"?>
<GUARANTOR_INFO>
<GUARANTOR_RECORD>
<shortname>GEPPERT, DELBERT</shortname>
<dcxChecksum>c95945b25dca5eab801b14fdd802e825</dcxChecksum>
<ssnBusinessID>123456789</ssnBusinessID>
<clientRelChecksum>289cbf19fc644ebd64622514bac1b99d</clientRelChecksum>
<portfolio>2</portfolio>
<company>1</company>
<region>1</region>
<office>2</office>
<clientNumber>14</clientNumber>
<emailAddress>guarantor@email.com</emailAddress>
<name>DELBERT GEPPERT</name>
<address1>new address1</address1>
<address2>Guarantor address2</address2>
<city>TALENT</city>
<state>CA</state>
<zipCode>97524</zipCode>
<homePhone>5034238792</homePhone>
<busPhone>5034329876</busPhone>
<guarantorTitle>RICH UNCLE</guarantorTitle>
<letterVersionCode>ENGL</letterVersionCode>
<lastModifyInitial>SMS</lastModifyInitial>
<othrNote1>Oth Note1</othrNote1>
<othrNote2>Oth Note2</othrNote2>
<otherID>12345</otherID>
<additionalIncomeSource>ALMN</additionalIncomeSource>
<otherName>Other name</otherName>
<otherAddress1>Other Address1</otherAddress1>
<otherAddress2>Other Address2</otherAddress2>
<otherCity>Other City</otherCity>
<otherState>CA</otherState>
<otherZipCode>12345</otherZipCode>
<otherBusPhone>6464461431</otherBusPhone>
<otherHomePhone>1655646464</otherHomePhone>
<otherLastModifyInitial>SMS</otherLastModifyInitial>
<employer1Name>Employer1</employer1Name>
<employer1Contact>Employer1 contact</employer1Contact>
<employer1ContactTitle>Employer1 contact title</employer1ContactTitle>
<employer1Address1>Employer1 Address1</employer1Address1>
<employer1Address2>Employer2 Address2</employer1Address2>
<employer1City>ALAMEDA</employer1City>
<employer1State>CA</employer1State>
<employer1ZipCode>12345</employer1ZipCode>
<employer1Phone>4545443164</employer1Phone>
<employer1Position>Employer1 Position</employer1Position>
<employer1ReferenceStatus>COMP</employer1ReferenceStatus>
<employer1LastModifyInitial>SMS</employer1LastModifyInitial>
<employer2Name>Employer2</employer2Name>
<employer2Contact>Employer2 contact</employer2Contact>
<employer2ContactTitle>Employer2 Contact Title</employer2ContactTitle>
<employer2Address1>Employer2 Address1</employer2Address1>
<employer2Address2>Employer Address2</employer2Address2>
<employer2City>ALAMEDA</employer2City>
<employer2State>CA</employer2State>
<employer2ZipCode>12345</employer2ZipCode>
<employer2Phone>3664616464</employer2Phone>
<employer2Position>Employer2 Position</employer2Position>
<employer2ReferenceStatus>COMP</employer2ReferenceStatus>
<employer2LastModifyInitial>SMS</employer2LastModifyInitial>
<previousEmployerName>HILTON HOTELS</previousEmployerName>
<previousEmployerContact>Previous Contact</previousEmployerContact>
<previousEmployerContactTitle>Previous Contact Title</previousEmployerContactTitle>
<previousEmployerAddress1>Previous Address1</previousEmployerAddress1>
<previousEmployerAddress2>Previous Address2</previousEmployerAddress2>
<previousEmployerCity>ALAMEDA</previousEmployerCity>
<previousEmployerState>CA</previousEmployerState>
<previousEmployerZipCode>12345</previousEmployerZipCode>
<previousEmployerPhone>1154646464</previousEmployerPhone>
<previousEmployerPosition>Previous Position</previousEmployerPosition>
<previousEmployerReferenceStatus>COMP</previousEmployerReferenceStatus>
<previousEmployerModifyInitial>SMS</previousEmployerModifyInitial>
<residenceType>OTHR</residenceType>
<activityStatus>ACTV</activityStatus>
<addressType>Z</addressType>
<addressStatus>Z</addressStatus>
<busIndicator>Y</busIndicator>
<lastModifyDate>032089</lastModifyDate>
<otherLastModifyDate>032089</otherLastModifyDate>
<employer1LastModifyDate>032089</employer1LastModifyDate>
<employer2LastModifyDate>032089</employer2LastModifyDate>
<previousEmployerModifyDate>032089</previousEmployerModifyDate>
<birthDate>03201960</birthDate>
<OtherYearsResiding>5</OtherYearsResiding>
<OtherMonthsResiding>2</OtherMonthsResiding>
<employer1YearsEmployed>2</employer1YearsEmployed>
<employer1MonthsEmployed>2</employer1MonthsEmployed>
<employer2YearsEmployed>3</employer2YearsEmployed>
<employer2MonthsEmployed>3</employer2MonthsEmployed>
<previousEmployerYearsEmployed>6</previousEmployerYearsEmployed>
<previousEmployerMonthsEmployed>6</previousEmployerMonthsEmployed>
<employer1MonthlySalary>1000.00</employer1MonthlySalary>
<employer2MonthlySalary>2000.00</employer2MonthlySalary>
<additionalIncome>50000.00</additionalIncome>
</GUARANTOR_RECORD>
</GUARANTOR_INFO>
Sample Request Message with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPGuarantor">
<soapenv:Header/>
<soapenv:Body>
<urn:update>
<!--Optional:-->
<urn:input><![CDATA[<?xml version="1.0"?>
<GUARANTOR_INFO>
<GUARANTOR_RECORD>
<shortname>GEPPERT, DELBERT</shortname>
<dcxChecksum>c95945b25dca5eab801b14fdd802e825</dcxChecksum>
<ssnBusinessID>123456789</ssnBusinessID>
<clientRelChecksum>289cbf19fc644ebd64622514bac1b99d</clientRelChecksum>
<portfolio>2</portfolio>
<company>1</company>
<region>1</region>
<office>2</office>
<clientNumber>14</clientNumber>
<emailAddress>guarantor@email.com</emailAddress>
<name>DELBERT GEPPERT</name>
<address1>new address1</address1>
<address2>Guarantor address2</address2>
<city>TALENT</city>
<state>CA</state>
<zipCode>97524</zipCode>
<homePhone>5034238792</homePhone>
<busPhone>5034329876</busPhone>
<guarantorTitle>RICH UNCLE</guarantorTitle>
<letterVersionCode>ENGL</letterVersionCode>
<lastModifyInitial>SMS</lastModifyInitial>
<othrNote1>Oth Note1</othrNote1>
<othrNote2>Oth Note2</othrNote2>
<otherID>12345</otherID>
<additionalIncomeSource>ALMN</additionalIncomeSource>
<otherName>Other name</otherName>
<otherAddress1>Other Address1</otherAddress1>
<otherAddress2>Other Address2</otherAddress2>
<otherCity>Other City</otherCity>
<otherState>CA</otherState>
<otherZipCode>12345</otherZipCode>
<otherBusPhone>6464461431</otherBusPhone>
<otherHomePhone>1655646464</otherHomePhone>
<otherLastModifyInitial>SMS</otherLastModifyInitial>
<employer1Name>Employer1</employer1Name>
<employer1Contact>Employer1 contact</employer1Contact>
<employer1ContactTitle>Employer1 contact title</employer1ContactTitle>
<employer1Address1>Employer1 Address1</employer1Address1>
<employer1Address2>Employer2 Address2</employer1Address2>
<employer1City>ALAMEDA</employer1City>
<employer1State>CA</employer1State>
<employer1ZipCode>12345</employer1ZipCode>
<employer1Phone>4545443164</employer1Phone>
<employer1Position>Employer1 Position</employer1Position>
<employer1ReferenceStatus>COMP</employer1ReferenceStatus>
<employer1LastModifyInitial>SMS</employer1LastModifyInitial>
<employer2Name>Employer2</employer2Name>
<employer2Contact>Employer2 contact</employer2Contact>
<employer2ContactTitle>Employer2 Contact Title</employer2ContactTitle>
<employer2Address1>Employer2 Address1</employer2Address1>
<employer2Address2>Employer Address2</employer2Address2>
<employer2City>ALAMEDA</employer2City>
<employer2State>CA</employer2State>
<employer2ZipCode>12345</employer2ZipCode>
<employer2Phone>3664616464</employer2Phone>
<employer2Position>Employer2 Position</employer2Position>
<employer2ReferenceStatus>COMP</employer2ReferenceStatus>
<employer2LastModifyInitial>SMS</employer2LastModifyInitial>
<previousEmployerName>HILTON HOTELS</previousEmployerName>
<previousEmployerContact>Previous Contact</previousEmployerContact>
<previousEmployerContactTitle>Previous Contact Title</previousEmployerContactTitle>
<previousEmployerAddress1>Previous Address1</previousEmployerAddress1>
<previousEmployerAddress2>Previous Address2</previousEmployerAddress2>
<previousEmployerCity>ALAMEDA</previousEmployerCity>
<previousEmployerState>CA</previousEmployerState>
<previousEmployerZipCode>12345</previousEmployerZipCode>
<previousEmployerPhone>1154646464</previousEmployerPhone>
<previousEmployerPosition>Previous Position</previousEmployerPosition>
<previousEmployerReferenceStatus>COMP</previousEmployerReferenceStatus>
<previousEmployerModifyInitial>SMS</previousEmployerModifyInitial>
<residenceType>OTHR</residenceType>
<activityStatus>ACTV</activityStatus>
<addressType>Z</addressType>
<addressStatus>Z</addressStatus>
<busIndicator>Y</busIndicator>
<lastModifyDate>032089</lastModifyDate>
<otherLastModifyDate>032089</otherLastModifyDate>
<employer1LastModifyDate>032089</employer1LastModifyDate>
<employer2LastModifyDate>032089</employer2LastModifyDate>
<previousEmployerModifyDate>032089</previousEmployerModifyDate>
<birthDate>03201960</birthDate>
<OtherYearsResiding>5</OtherYearsResiding>
<OtherMonthsResiding>2</OtherMonthsResiding>
<employer1YearsEmployed>2</employer1YearsEmployed>
<employer1MonthsEmployed>2</employer1MonthsEmployed>
<employer2YearsEmployed>3</employer2YearsEmployed>
<employer2MonthsEmployed>3</employer2MonthsEmployed>
<previousEmployerYearsEmployed>6</previousEmployerYearsEmployed>
<previousEmployerMonthsEmployed>6</previousEmployerMonthsEmployed>
<employer1MonthlySalary>1000.00</employer1MonthlySalary>
<employer2MonthlySalary>2000.00</employer2MonthlySalary>
<additionalIncome>50000.00</additionalIncome>
</GUARANTOR_RECORD>
</GUARANTOR_INFO>
]]></urn:input>
</urn:update>
</soapenv:Body>
</soapenv:Envelope>
Sample Request Message with SOAP (invalid input)
Example: With NULL portfolio.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPGuarantor">
<soapenv:Header/>
<soapenv:Body>
<urn:update>
<!--Optional:-->
<urn:input><![CDATA[<?xml version="1.0"?>
<GUARANTOR_INFO>
<GUARANTOR_RECORD>
<shortname>GEPPERT, DELBERT</shortname>
<dcxChecksum>c95945b25dca5eab801b14fdd802e825</dcxChecksum>
<ssnBusinessID>123456789</ssnBusinessID>
<clientRelChecksum>289cbf19fc644ebd64622514bac1b99d</clientRelChecksum>
<portfolio>(NULL)</portfolio>
<company>1</company>
<region>1</region>
<office>2</office>
<clientNumber>14</clientNumber>
<emailAddress>guarantor@email.com</emailAddress>
<name>DELBERT GEPPERT</name>
<address1>new updated address1</address1>
<address2>Guarantor address2</address2>
<city>TALENT</city>
<state>CA</state>
<zipCode>97524</zipCode>
<homePhone>5034238792</homePhone>
<busPhone>5034329876</busPhone>
<guarantorTitle>RICH UNCLE</guarantorTitle>
<letterVersionCode>ENGL</letterVersionCode>
<lastModifyInitial>SMS</lastModifyInitial>
<othrNote1>Oth Note1</othrNote1>
<othrNote2>Oth Note2</othrNote2>
<otherID>12345</otherID>
<additionalIncomeSource>ALMN</additionalIncomeSource>
<otherName>Other name</otherName>
<otherAddress1>Other Address1</otherAddress1>
<otherAddress2>Other Address2</otherAddress2>
<otherCity>Other City</otherCity>
<otherState>CA</otherState>
<otherZipCode>12345</otherZipCode>
<otherBusPhone>6464461431</otherBusPhone>
<otherHomePhone>1655646464</otherHomePhone>
<otherLastModifyInitial>SMS</otherLastModifyInitial>
<employer1Name>Employer1</employer1Name>
<employer1Contact>Employer1 contact</employer1Contact>
<employer1ContactTitle>Employer1 contact title</employer1ContactTitle>
<employer1Address1>Employer1 Address1</employer1Address1>
<employer1Address2>Employer2 Address2</employer1Address2>
<employer1City>ALAMEDA</employer1City>
<employer1State>CA</employer1State>
<employer1ZipCode>12345</employer1ZipCode>
<employer1Phone>4545443164</employer1Phone>
<employer1Position>Employer1 Position</employer1Position>
<employer1ReferenceStatus>COMP</employer1ReferenceStatus>
<employer1LastModifyInitial>SMS</employer1LastModifyInitial>
<employer2Name>Employer2</employer2Name>
<employer2Contact>Employer2 contact</employer2Contact>
<employer2ContactTitle>Employer2 Contact Title</employer2ContactTitle>
<employer2Address1>Employer2 Address1</employer2Address1>
<employer2Address2>Employer Address2</employer2Address2>
<employer2City>ALAMEDA</employer2City>
<employer2State>CA</employer2State>
<employer2ZipCode>12345</employer2ZipCode>
<employer2Phone>3664616464</employer2Phone>
<employer2Position>Employer2 Position</employer2Position>
<employer2ReferenceStatus>COMP</employer2ReferenceStatus>
<employer2LastModifyInitial>SMS</employer2LastModifyInitial>
<previousEmployerName>HILTON HOTELS</previousEmployerName>
<previousEmployerContact>Previous Contact</previousEmployerContact>
<previousEmployerContactTitle>Previous Contact Title</previousEmployerContactTitle>
<previousEmployerAddress1>Previous Address1</previousEmployerAddress1>
<previousEmployerAddress2>Previous Address2</previousEmployerAddress2>
<previousEmployerCity>ALAMEDA</previousEmployerCity>
<previousEmployerState>CA</previousEmployerState>
<previousEmployerZipCode>12345</previousEmployerZipCode>
<previousEmployerPhone>1154646464</previousEmployerPhone>
<previousEmployerPosition>Previous Position</previousEmployerPosition>
<previousEmployerReferenceStatus>COMP</previousEmployerReferenceStatus>
<previousEmployerModifyInitial>SMS</previousEmployerModifyInitial>
<residenceType>OTHR</residenceType>
<activityStatus>ACTV</activityStatus>
<addressType>Z</addressType>
<addressStatus>Z</addressStatus>
<busIndicator>Y</busIndicator>
<lastModifyDate>032089</lastModifyDate>
<otherLastModifyDate>032089</otherLastModifyDate>
<employer1LastModifyDate>032089</employer1LastModifyDate>
<employer2LastModifyDate>032089</employer2LastModifyDate>
<previousEmployerModifyDate>032089</previousEmployerModifyDate>
<birthDate>03201960</birthDate>
<OtherYearsResiding>5</OtherYearsResiding>
<OtherMonthsResiding>2</OtherMonthsResiding>
<employer1YearsEmployed>2</employer1YearsEmployed>
<employer1MonthsEmployed>2</employer1MonthsEmployed>
<employer2YearsEmployed>3</employer2YearsEmployed>
<employer2MonthsEmployed>3</employer2MonthsEmployed>
<previousEmployerYearsEmployed>6</previousEmployerYearsEmployed>
<previousEmployerMonthsEmployed>6</previousEmployerMonthsEmployed>
<employer1MonthlySalary>1000.00</employer1MonthlySalary>
<employer2MonthlySalary>2000.00</employer2MonthlySalary>
<additionalIncome>50000.00</additionalIncome>
</GUARANTOR_RECORD>
</GUARANTOR_INFO>
]]></urn:input>
</urn:update>
</soapenv:Body>
</soapenv:Envelope>