Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.43 KB | None | 0 0
  1. -- Запрос/ответ на проверку статуса:
  2.  
  3. Received response [<?xml version='1.0' encoding='utf-8'?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  4. <soap:Body>
  5. <m:getRequestStatusLeasingContractResponse xmlns:m="http://www.dataContract.forward">
  6. <m:return xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  7. <m:resultCode>ERROR</m:resultCode>
  8. <m:errorDetail>Превышено время ожидания обработки</m:errorDetail>
  9. <m:errorTypeRef>e80dc3ae-c272-11e8-809a-b499baafc951</m:errorTypeRef>
  10. </m:return>
  11. </m:getRequestStatusLeasingContractResponse>
  12. </soap:Body>
  13. </soap:Envelope>] for request [<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><getRequestStatusLeasingContract xmlns="http://www.dataContract.forward"><params><requestId>d9da88e6-7c60-4828-8ae3-93a4b4e3ca15</requestId></params></getRequestStatusLeasingContract></soapenv:Body></soapenv:Envelope>]
  14.  
  15.  
  16.  
  17.  
  18. -- Запрос/ответ на создание договора
  19.  
  20. Received response [
  21. <?xml version='1.0' encoding='utf-8'?>
  22. <soap:Envelope
  23. xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  24. <soap:Body>
  25. <m:createLeasingContractResponse
  26. xmlns:m="http://www.dataContract.forward">
  27. <m:return
  28. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  29. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  30. <m:resultCode>BUSY</m:resultCode>
  31. <m:requestId>d9da88e6-7c60-4828-8ae3-93a4b4e3ca15</m:requestId>
  32. </m:return>
  33. </m:createLeasingContractResponse>
  34. </soap:Body>
  35. </soap:Envelope>] for request [
  36. <?xml version='1.0' encoding='UTF-8'?>
  37. <soapenv:Envelope
  38. xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  39. <soapenv:Header/>
  40. <soapenv:Body>
  41. <createLeasingContract
  42. xmlns="http://www.dataContract.forward">
  43. <params>
  44. <contract>
  45. <applicationId>f25434d1-9525-47f0-be12-fdb67ead724d</applicationId>
  46. <leasingContractNumber>12296471930</leasingContractNumber>
  47. <signDate>2019-11-19+03:00</signDate>
  48. <actSignDate>2019-11-19+03:00</actSignDate>
  49. <residualValue>23696</residualValue>
  50. <residualValuePercent>0.3950</residualValuePercent>
  51. <leasingSum>70980</leasingSum>
  52. <downpaymentSum>0</downpaymentSum>
  53. <monthTerm>12</monthTerm>
  54. <monthPay>3940</monthPay>
  55. <Instalment>
  56. <instalmentNum>1</instalmentNum>
  57. <instalmentTypeRef>DEBT</instalmentTypeRef>
  58. <instalmentSum>3940</instalmentSum>
  59. <instalmentSumVAT>788.00</instalmentSumVAT>
  60. <payDate>2019-12-19+03:00</payDate>
  61. <currencyRef>RUB</currencyRef>
  62. </Instalment>
  63. <Instalment>
  64. <instalmentNum>2</instalmentNum>
  65. <instalmentTypeRef>DEBT</instalmentTypeRef>
  66. <instalmentSum>3940</instalmentSum>
  67. <instalmentSumVAT>788.00</instalmentSumVAT>
  68. <payDate>2020-01-19+03:00</payDate>
  69. <currencyRef>RUB</currencyRef>
  70. </Instalment>
  71. <Instalment>
  72. <instalmentNum>3</instalmentNum>
  73. <instalmentTypeRef>DEBT</instalmentTypeRef>
  74. <instalmentSum>3940</instalmentSum>
  75. <instalmentSumVAT>788.00</instalmentSumVAT>
  76. <payDate>2020-02-19+03:00</payDate>
  77. <currencyRef>RUB</currencyRef>
  78. </Instalment>
  79. <Instalment>
  80. <instalmentNum>4</instalmentNum>
  81. <instalmentTypeRef>DEBT</instalmentTypeRef>
  82. <instalmentSum>3940</instalmentSum>
  83. <instalmentSumVAT>788.00</instalmentSumVAT>
  84. <payDate>2020-03-19+03:00</payDate>
  85. <currencyRef>RUB</currencyRef>
  86. </Instalment>
  87. <Instalment>
  88. <instalmentNum>5</instalmentNum>
  89. <instalmentTypeRef>DEBT</instalmentTypeRef>
  90. <instalmentSum>3940</instalmentSum>
  91. <instalmentSumVAT>788.00</instalmentSumVAT>
  92. <payDate>2020-04-19+03:00</payDate>
  93. <currencyRef>RUB</currencyRef>
  94. </Instalment>
  95. <Instalment>
  96. <instalmentNum>6</instalmentNum>
  97. <instalmentTypeRef>DEBT</instalmentTypeRef>
  98. <instalmentSum>3940</instalmentSum>
  99. <instalmentSumVAT>788.00</instalmentSumVAT>
  100. <payDate>2020-05-19+03:00</payDate>
  101. <currencyRef>RUB</currencyRef>
  102. </Instalment>
  103. <Instalment>
  104. <instalmentNum>7</instalmentNum>
  105. <instalmentTypeRef>DEBT</instalmentTypeRef>
  106. <instalmentSum>3940</instalmentSum>
  107. <instalmentSumVAT>788.00</instalmentSumVAT>
  108. <payDate>2020-06-19+03:00</payDate>
  109. <currencyRef>RUB</currencyRef>
  110. </Instalment>
  111. <Instalment>
  112. <instalmentNum>8</instalmentNum>
  113. <instalmentTypeRef>DEBT</instalmentTypeRef>
  114. <instalmentSum>3940</instalmentSum>
  115. <instalmentSumVAT>788.00</instalmentSumVAT>
  116. <payDate>2020-07-19+03:00</payDate>
  117. <currencyRef>RUB</currencyRef>
  118. </Instalment>
  119. <Instalment>
  120. <instalmentNum>9</instalmentNum>
  121. <instalmentTypeRef>DEBT</instalmentTypeRef>
  122. <instalmentSum>3940</instalmentSum>
  123. <instalmentSumVAT>788.00</instalmentSumVAT>
  124. <payDate>2020-08-19+03:00</payDate>
  125. <currencyRef>RUB</currencyRef>
  126. </Instalment>
  127. <Instalment>
  128. <instalmentNum>10</instalmentNum>
  129. <instalmentTypeRef>DEBT</instalmentTypeRef>
  130. <instalmentSum>3940</instalmentSum>
  131. <instalmentSumVAT>788.00</instalmentSumVAT>
  132. <payDate>2020-09-19+03:00</payDate>
  133. <currencyRef>RUB</currencyRef>
  134. </Instalment>
  135. <Instalment>
  136. <instalmentNum>11</instalmentNum>
  137. <instalmentTypeRef>DEBT</instalmentTypeRef>
  138. <instalmentSum>3940</instalmentSum>
  139. <instalmentSumVAT>788.00</instalmentSumVAT>
  140. <payDate>2020-10-19+03:00</payDate>
  141. <currencyRef>RUB</currencyRef>
  142. </Instalment>
  143. <Instalment>
  144. <instalmentNum>12</instalmentNum>
  145. <instalmentTypeRef>DEBT</instalmentTypeRef>
  146. <instalmentSum>3944.00</instalmentSum>
  147. <instalmentSumVAT>788.80</instalmentSumVAT>
  148. <payDate>2020-11-19+03:00</payDate>
  149. <currencyRef>RUB</currencyRef>
  150. </Instalment>
  151. <bankContractNumber>2296471930</bankContractNumber>
  152. <leasingSumVAT>14196.00</leasingSumVAT>
  153. <currencyRef>RUB</currencyRef>
  154. <financeProductRef>APPLE_LEASING</financeProductRef>
  155. <financeProgramRef>APPLE_PHONE_LEASING_PROGRAM</financeProgramRef>
  156. <vatValue>0.20</vatValue>
  157. <percentValue>0.00</percentValue>
  158. <employeeFullName>Вакулин Андрей Александрович</employeeFullName>
  159. <employeeCode>10078033</employeeCode>
  160. <leasingProductRef>APPLE_LEASING_IPHONE_11</leasingProductRef>
  161. <monthProlonged>8</monthProlonged>
  162. </contract>
  163. <customer>
  164. <cuid>58534276</cuid>
  165. <firstName>Иван</firstName>
  166. <middleName>Олегович</middleName>
  167. <lastName>Забайкальный</lastName>
  168. <genderRef>MALE</genderRef>
  169. <birthDate>1993-06-22+04:00</birthDate>
  170. <birthplace>ПОС. НОВОСТРОЙКА ПАЛЛАСОВСКОГО РАЙОНА ВОЛГОГРАДСКОЙ ОБЛАСТИ</birthplace>
  171. <passport>
  172. <ident>1776597261</ident>
  173. <issueDate>2015-02-12+03:00</issueDate>
  174. <Issuer>ОТДЕЛЕНИЕМ УФМС РОССИИ ПО ВОЛГОГРАДСКОЙ ОБЛАСТИ В ПАЛЛАСОВСКОМ РАЙОНЕ</Issuer>
  175. <IssuerCode>340-034</IssuerCode>
  176. </passport>
  177. <mobilePhone>9685555510</mobilePhone>
  178. <email>test510@forward.lc</email>
  179. <registrationAddress>
  180. <addressFormatTypeRef>S</addressFormatTypeRef>
  181. <okato>45000000000</okato>
  182. <addressCode>77.000.000.000.1856.00</addressCode>
  183. <country>643</country>
  184. <region>
  185. <type>103</type>
  186. <code>77</code>
  187. <name>Москва</name>
  188. </region>
  189. <district>
  190. <code>000</code>
  191. </district>
  192. <town>
  193. <type>301</type>
  194. <code>000</code>
  195. <name>Москва</name>
  196. </town>
  197. <locality>
  198. <type>405</type>
  199. <code>000</code>
  200. </locality>
  201. <street>
  202. <type>519</type>
  203. <code>1856</code>
  204. <name>Мира</name>
  205. </street>
  206. <house>44В</house>
  207. <flat>5</flat>
  208. <taxCode>129110</taxCode>
  209. <zipCode>101000</zipCode>
  210. </registrationAddress>
  211. <occupationRef>COMMERCIAL_EMPLOYEE</occupationRef>
  212. </customer>
  213. <leasingGoods>
  214. <goodTypeRef>LEASING_GOOD</goodTypeRef>
  215. <producerRef>APPLE</producerRef>
  216. <leasingGoodTypeRef>MOBILE_PHONE</leasingGoodTypeRef>
  217. <price>59990.0</price>
  218. <recommendedRetailPrice>59990</recommendedRetailPrice>
  219. <goodsName>Apple iPhone 11 64 ГБ (PRODUCT)RED</goodsName>
  220. <priceVAT>11998.00</priceVAT>
  221. <goodID>987052354104398</goodID>
  222. <currencyRef>RUB</currencyRef>
  223. <residualValue>23696</residualValue>
  224. <residualValuePercent>0.3950</residualValuePercent>
  225. <leasingGoodCodeRef>MWLV2RU/A</leasingGoodCodeRef>
  226. <bankGoodsName>Apple iPhone 11 64 ГБ (PRODUCT)RED</bankGoodsName>
  227. <bankCategoryName>Мобильная связь и гарнитура</bankCategoryName>
  228. <bankTypeName>Мобильные телефоны и гарнитура</bankTypeName>
  229. </leasingGoods>
  230. <leasingGoods>
  231. <goodTypeRef>SERVICE_PROGRAM</goodTypeRef>
  232. <price>10990.00</price>
  233. <goodsName>Сервисная программа Adjusters Pro</goodsName>
  234. <priceVAT>2198.00</priceVAT>
  235. <currencyRef>RUB</currencyRef>
  236. <leasingGoodCodeRef>1000</leasingGoodCodeRef>
  237. </leasingGoods>
  238. <sellerInformation>
  239. <sellerName>ООО "Форвард-Лизинг"</sellerName>
  240. <sellerInn>7714345275</sellerInn>
  241. <sellerBankCode>31848</sellerBankCode>
  242. <sellerPlaceBankCode>101777</sellerPlaceBankCode>
  243. </sellerInformation>
  244. <actSellerInformation>
  245. <sellerName>ООО "Метатрон"</sellerName>
  246. <sellerInn>7730189400</sellerInn>
  247. <sellerBankCode>1000</sellerBankCode>
  248. </actSellerInformation>
  249. </params>
  250. </createLeasingContract>
  251. </soapenv:Body>
  252. </soapenv:Envelope>]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement