Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.54 KB | None | 0 0
  1. <lcApplicationDraft>
  2.     <amount>1000.00</amount>
  3.     <currency>rub</currency>
  4.     <hasVat>false</hasVat>
  5.     <plannedCloseDate>1234-12-12</plannedCloseDate>
  6.     <applicant>
  7.         <firstName>Имя</firstName>
  8.         <middleName>Отчество</middleName>
  9.         <lastName>Фамилия</lastName>
  10.         <contactDetails>
  11.             <email>user1235@mail.ru</email>
  12.             <phone>8-000-000-00-00</phone>
  13.         </contactDetails>
  14.         <documentSeries>1111</documentSeries>
  15.         <documentNumber>111111</documentNumber>
  16.         <isResident>false</isResident>
  17.     </applicant>
  18.     <beneficiary>
  19.         <legalParty>
  20.             <legalName>Имя</legalName>
  21.             <taxId>0000000000</taxId>
  22.             <kpp>000000000</kpp>
  23.             <ogrn>0000000000123</ogrn>
  24.             <contactPerson>
  25.                 <name>Иванов Иван Иванович</name>
  26.                 <contactDetails>
  27.                     <email>user1235@mail.ru</email>
  28.                     <phone>8-000-000-00-00</phone>
  29.                 </contactDetails>
  30.             </contactPerson>
  31.             <contactDetails>
  32.                 <email>user1235@mail.ru</email>
  33.                 <phone>8-000-000-00-00</phone>
  34.             </contactDetails>
  35.         </legalParty>
  36.     </beneficiary>
  37.     <beneficiaryBank>
  38.         <name>Сбербанк</name>
  39.         <bic>000000000</bic>
  40.         <correspondentAccount>00000000000000000000</correspondentAccount>
  41.     </beneficiaryBank>
  42.     <beneficiaryAccount>00000000000000000000</beneficiaryAccount>
  43.     <chargesPayingPartyType>APPLICANT</chargesPayingPartyType>
  44.     <saleContract>
  45.         <SaleContractType>EQUITY_PARTICIPATION</SaleContractType>
  46.         <reference>123</reference>
  47.         <date>2016-02-20+03:00</date>
  48.         <objectOfSale>
  49.             <EstateObjectType>PARKING_SLOT</EstateObjectType>
  50.             <address>г. Москва, ул., д.</address>
  51.             <cadastralNumber>123</cadastralNumber>
  52.         </objectOfSale>
  53.         <buyers>
  54.             <buyer>Фамилия Имя Отчество</buyer>
  55.         </buyers>
  56.     </saleContract>
  57.     <submittedDocumentsRequirements>
  58.         <submittedDocumentsRequirement>
  59.             <submittedDocument>e-mail</submittedDocument>
  60.         </submittedDocumentsRequirement>
  61.     </submittedDocumentsRequirements>
  62.     <beneficiaryNotificationChannel>BRANCH</beneficiaryNotificationChannel>
  63.     <beneficiaryNotificationBankUnit>
  64.         <name>Сбербанк</name>
  65.         <address>г. Москва, ул.Ю д.</address>
  66.         <code>12345</code>
  67.         <regionalBankName>123</regionalBankName>
  68.         <branchName>12345</branchName>
  69.         <subBranchCode>1234</subBranchCode>
  70.     </beneficiaryNotificationBankUnit>
  71.     <developerCreditContract>
  72.         <reference>123</reference>
  73.         <date>1234-12-12</date>
  74.     </developerCreditContract>
  75.     <mortgageContract>
  76.         <reference>123</reference>
  77.         <date>1234-12-12</date>
  78.     </mortgageContract>
  79.     <isMortgage>true</isMortgage>
  80. </lcApplicationDraft>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement