Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <soap:Body>
  4. <BoardAccounts xmlns="http://sst-mo.com/SST.InterfaceWebServices.Memphis/SSTInterfaceService">
  5. <boardingRecords>
  6. <BoardingRecord>
  7. <Borrower xmlns="http://sst-mo.com/SST.AppData.Memphis.SharedTypes">
  8. <StagingBorrowerRecord>
  9. <SequenceNumber>6358420</SequenceNumber>
  10. <Name_Alpha>Baggins Frodo</Name_Alpha>
  11. <MailingAddress>PO Box 123</MailingAddress>
  12. <MailingCity>Shire</MailingCity>
  13. <MailingState>NC</MailingState>
  14. <MailingZipcode>1245</MailingZipcode>
  15. <HomePhone>(816)671-1234</HomePhone>
  16. <SSN>123-45-6789</SSN>
  17. <DOB>1989-11-24T00:00:00-06:00</DOB>
  18. <EmployerName>Ring Bearer, Inc.</EmployerName>
  19. <Email>pedro.ortega@wizeline.com</Email>
  20. <ObligorOrder>1</ObligorOrder>
  21. <CellPhone>(816)555-1234</CellPhone>
  22. <SSNTINIndicator>0</SSNTINIndicator>
  23. <PersonBusinessType>0</PersonBusinessType>
  24. </StagingBorrowerRecord>
  25. </Borrower>
  26. <Collateral xmlns="http://sst-mo.com/SST.AppData.Memphis.SharedTypes"></Collateral>
  27. <Contract xmlns="http://sst-mo.com/SST.AppData.Memphis.SharedTypes">
  28. <SequenceNumber>6358420</SequenceNumber>
  29. <BoardingType>0</BoardingType>
  30. <ClientID>117</ClientID>
  31. <ContractDate>2015-11-17T00:00:00-06:00</ContractDate>
  32. <MaturityDate>2021-11-24T00:00:00-06:00</MaturityDate>
  33. <FirstPaymentDate>2016-01-08T00:00:00-06:00</FirstPaymentDate>
  34. <MonthlyPayment>452</MonthlyPayment>
  35. <OriginalBalance>94768</OriginalBalance>
  36. <InterestRate>10.975</InterestRate>
  37. <ContractState>MD</ContractState>
  38. <ClientAccountNumber>10101</ClientAccountNumber>
  39. <NextPaymentDueDate>2016-01-08T00:00:00-06:00</NextPaymentDueDate>
  40. <OriginalMaturityDate>2021-11-24T00:00:00-06:00</OriginalMaturityDate>
  41. <CurrentHolderBalance>94768</CurrentHolderBalance>
  42. <SubInterestType>2</SubInterestType>
  43. </Contract>
  44. <Insurance xmlns="http://sst-mo.com/SST.AppData.Memphis.SharedTypes"></Insurance>
  45. <ACH xmlns="http://sst-mo.com/SST.AppData.Memphis.SharedTypes">
  46. <SequenceNumber>6358420</SequenceNumber>
  47. <BankRoutingNumber>123456789</BankRoutingNumber>
  48. <BankAccountNumber>123456789</BankAccountNumber>
  49. <BankAccountType>1</BankAccountType>
  50. </ACH>
  51. </BoardingRecord>
  52. </boardingRecords>
  53. <test>true</test>
  54. </BoardAccounts>
  55. </soap:Body>
  56. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement