Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. const individuals: Array<Counterparty> = [
  2. new Individual({
  3. Id: '2FD90716-B4E6-4AA1-A873-A5D86556C6B6',
  4. Order: 816,
  5. Inn: '',
  6. UniqueCode: '0050',
  7. RoleCodes: ['001'],
  8. Address: '',
  9. IsActive: true,
  10. Name: 'Сергей',
  11. Surname: 'Петров',
  12. Patronymic: 'Иванович',
  13. IsMale: true,
  14. BirthDate: new Date('1997-10-10'),
  15. BirthPlace: 'г. Минск',
  16. CitizenshipCode: '112',
  17. CountryCode: '112',
  18. TaxAuthorityCode: '',
  19. DocumentTypeCode: '002',
  20. DocumentNumber: '3101 01997А001',
  21. DocumentIssuedOn: new Date('2017-10-21'),
  22. DocumentIssuedBy: 'Отделом УВД по гор. Минску',
  23.  
  24. RegistrationDocumentTypeCode: '002',
  25. RegistrationDocumentNumber: '3101 01997А001',
  26. RegistrationDocumentIssuedOn: new Date('2017-10-21'),
  27. RegistrationDocumentIssuedBy: 'Отделом УВД по гор. Минску',
  28. AddressCode: '002',
  29. PostCode: '',
  30. RegionCode: '001',
  31. City: 'г. Москва',
  32. District: 'ЦАО',
  33. Locality: '',
  34. Street: 'Ленинский проспект',
  35. HouseNumber: '1',
  36. HouseBody: '1',
  37. Apartment: '1',
  38. ResidentCountryCode: '112',
  39. ResidentAddress: 'г. Минск Центральная улица, дом 1, кв. 1',
  40. ResidentOther: '',
  41. ResidentComments: '',
  42. }),
  43.  
  44. new Individual({
  45. Id: '1E3FBBD3-E6C6-4716-A62F-5BA02C91179F',
  46. UniqueCode: '0043',
  47. LegalType: '011',
  48. DisplayName: 'Иванова М.П.',
  49. CountryCode: '643',
  50. RoleCodes: ['001'],
  51. LastDateModified: new Date('2019-02-07'),
  52. IsActive: true,
  53. }),
  54. new Individual({
  55. Id: '5C5F35FD-57FA-4457-92FF-45E9FB24E067',
  56.  
  57. UniqueCode: '0044',
  58. LegalType: '013',
  59. DisplayName: 'Home Service Ltd',
  60. CountryCode: '196',
  61. RoleCodes: ['014'],
  62. LastDateModified: new Date('2019-01-15'),
  63. IsActive: true,
  64. }),
  65. new Individual({
  66. Id: 'D3DA0453-281F-4220-95EA-E321BE64874B',
  67. UniqueCode: '0045',
  68. LegalType: '012',
  69. DisplayName: 'ФНС 972344',
  70. CountryCode: '643',
  71. RoleCodes: ['012'],
  72. LastDateModified: new Date('2019-08-24'),
  73. IsActive: true,
  74. }),
  75. new Individual({
  76. Id: 'C6BAEE69-130C-4C8F-9195-CEC2D69723E3',
  77. UniqueCode: '0046',
  78. LegalType: '012',
  79. DisplayName: 'АО «Алам»',
  80. CountryCode: '643',
  81. RoleCodes: ['014', '013'],
  82. LastDateModified: new Date('2019-04-01'),
  83. IsActive: true,
  84. }),
  85. new Individual({
  86. Id: '561FCFC7-5181-4FA8-AFD9-CF49330C082F',
  87. UniqueCode: '0047',
  88. LegalType: '014',
  89. DisplayName: 'APM Found',
  90. CountryCode: '840',
  91. RoleCodes: ['014', '013'],
  92. LastDateModified: new Date('2019-07-02'),
  93. IsActive: true,
  94. }),
  95. new Individual({
  96. Id: '253A842D-2352-4C41-874C-079914EB6603',
  97. UniqueCode: '0048',
  98. LegalType: '012',
  99. DisplayName: 'Игнатьева Л.В.',
  100. CountryCode: '643',
  101. RoleCodes: ['001'],
  102. LastDateModified: new Date('2019-08-24'),
  103. IsActive: true,
  104. }),
  105. new Individual({
  106. Id: 'BBA9F28E-7D00-4461-9ACD-CA4926DDF780',
  107. UniqueCode: '0049',
  108. LegalType: '012',
  109. DisplayName: 'UBS Bank',
  110. CountryCode: '756',
  111. RoleCodes: ['010', '018'],
  112. LastDateModified: new Date('2019-01-15'),
  113. IsActive: true,
  114. })];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement