Advertisement
madrahimov

Untitled

Oct 15th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. {
  2. "data": {
  3. "contractor": {
  4. "id": "bdbf832f-0152-4e97-803c-331968ef3100",
  5. "biz_schema_id": "75ee3975-5050-473f-b7db-f29e11d0edd5",
  6. "is_active": true,
  7. "full_name": "Тест первый",
  8. "registration_address": "Тест второй",
  9. "inn": "",
  10. "contact_person": "",
  11. "phone": "",
  12. "email": "",
  13. "checking_accounts": [
  14. {
  15. "id": "468383de-6770-42c2-9283-c38160d90a43",
  16. "is_default": true,
  17. "bic": "123123",
  18. "corp_account": "123123",
  19. "checking_account": "123123123123"
  20. }
  21. ]
  22. },
  23. "contractor_schema": {
  24. "id": "75ee3975-5050-473f-b7db-f29e11d0edd5",
  25. "name": "Физическое лицо",
  26. "is_default": false,
  27. "schema_fields": [
  28. {
  29. "key": "full_name",
  30. "name": "Ф.И.О.",
  31. "is_required": true,
  32. "position": 0
  33. },
  34. {
  35. "key": "registration_address",
  36. "name": "Адрес регистрации",
  37. "is_required": false,
  38. "position": 0
  39. },
  40. {
  41. "key": "inn",
  42. "name": "ИНН",
  43. "is_required": false,
  44. "position": 0
  45. },
  46. {
  47. "key": "contact_person",
  48. "name": "Контактное лицо",
  49. "is_required": false,
  50. "position": 0
  51. },
  52. {
  53. "key": "phone",
  54. "name": "Телефон",
  55. "is_required": false,
  56. "position": 0
  57. },
  58. {
  59. "key": "email",
  60. "name": "Email",
  61. "is_required": false,
  62. "position": 0
  63. },
  64. {
  65. "key": "biz_schema_id",
  66. "name": "Вид",
  67. "is_required": true,
  68. "position": 10
  69. }
  70. ],
  71. "checking_account_schema": {
  72. "name": "Расчетный счет",
  73. "schema_fields": [
  74. {
  75. "key": "bic",
  76. "name": "БИК",
  77. "is_required": true,
  78. "position": 0
  79. },
  80. {
  81. "key": "corp_account",
  82. "name": "Кор.счет",
  83. "is_required": true,
  84. "position": 0
  85. },
  86. {
  87. "key": "checking_account",
  88. "name": "Рассчетный счет",
  89. "is_required": true,
  90. "position": 0
  91. },
  92. {
  93. "key": "is_default",
  94. "name": "Основной",
  95. "is_required": false,
  96. "position": 0
  97. }
  98. ]
  99. }
  100. }
  101. }
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement