Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. {
  2. "uploadUID": "ec3c6e7b-fd98-4685-81be-17f3c7db115b",
  3. "UIDbase": "462a5ad3-5149-4b70-be55-2401504e84c9",
  4. "Objects": [
  5. {
  6. "ObjectType": "Contractor",
  7. "Contractor": {
  8. "UID": "c7c9d747-d52f-4c9b-8f4e-3dc3a306dc5d",
  9. "Name": "GOOSI",
  10. "LegalAddress": "",
  11. "PostalAddress": "",
  12. "ITN": null,
  13. "PSRN": null,
  14. "IEC": null,
  15. "Email": [
  16. null
  17. ],
  18. "BankAccount": null,
  19. "DeleteMark": false,
  20. "Status": null
  21. }
  22. },
  23. {
  24. "ObjectType": "CommonContract",
  25. "CommonContract": {
  26. "UID": "f629daab-312e-48e2-8d01-333a9f16a07e",
  27. "InternalContractor": "462a5ad3-5149-4b70-be55-2401504e84c9",
  28. "ExternalContractor": "c7c9d747-d52f-4c9b-8f4e-3dc3a306dc5d",
  29. "ContractNumber": "1234",
  30. "ContractDate": "2019-08-19T00:00:00",
  31. "Currency": {
  32. "Name": "USD",
  33. "UID": "b46ad67f-ac13-46fc-be65-0664a1caa262",
  34. "Code": "840"
  35. },
  36. "DeleteMark": false,
  37. "Status": "Is approved"
  38. }
  39. },
  40. {
  41. "ObjectType": "VAT_invoice",
  42. "VAT_invoice": {
  43. "UID": "11436370-c3b4-401b-bea4-48779e54656d",
  44. "ObjectType": null,
  45. "DeliveryDocument": null,
  46. "InternalContractor": "462a5ad3-5149-4b70-be55-2401504e84c9",
  47. "ExternalContractor": "c7c9d747-d52f-4c9b-8f4e-3dc3a306dc5d",
  48. "Contract": "f629daab-312e-48e2-8d01-333a9f16a07e",
  49. "Ammount": 10000,
  50. "Account_costs": "75a68a87-c138-4a9f-b30b-e841234ab3ce",
  51. "Currency": {
  52. "Name": "USD",
  53. "UID": "b46ad67f-ac13-46fc-be65-0664a1caa262",
  54. "Code": "840"
  55. },
  56. "Number": "123",
  57. "DocumentDate": "2019-08-19T00:00:00",
  58. "VatRate": "20%",
  59. "VatAmount": 2000,
  60. "DeleteMark": false,
  61. "Status": "Is approved"
  62. }
  63. },
  64. {
  65. "ObjectType": "IncomingInvoice",
  66. "IncomingInvoice": {
  67. "UID": "60d3a66e-e0bb-419c-b5d1-001105c948ef",
  68. "Contract": "f629daab-312e-48e2-8d01-333a9f16a07e",
  69. "InternalContractor": "462a5ad3-5149-4b70-be55-2401504e84c9",
  70. "ExternalContractor": "c7c9d747-d52f-4c9b-8f4e-3dc3a306dc5d",
  71. "Number": "123",
  72. "DocumentDate": "2019-08-19T00:00:00",
  73. "Ammount": 10000,
  74. "Account_costs": "75a68a87-c138-4a9f-b30b-e841234ab3ce",
  75. "Currency": {
  76. "Name": "USD",
  77. "UID": "b46ad67f-ac13-46fc-be65-0664a1caa262",
  78. "Code": "840"
  79. },
  80. "VatRate": "20%",
  81. "VatAmount": 2000,
  82. "DeleteMark": false,
  83. "Status": "Is approved"
  84. }
  85. },
  86. {
  87. "ObjectType": "DeliveryDocument",
  88. "DeliveryDocument": {
  89. "UID": "f2705ddf-3798-40b2-b637-9a4c0bb8bc64",
  90. "Contract": "f629daab-312e-48e2-8d01-333a9f16a07e",
  91. "DeliveryDocumentType": "накладная",
  92. "VAT_invoices": [
  93. {
  94. "ObjectType": null,
  95. "UID": "11436370-c3b4-401b-bea4-48779e54656d"
  96. }
  97. ],
  98. "Incoming_invoices": [
  99. {
  100. "ObjectType": null,
  101. "UID": "60d3a66e-e0bb-419c-b5d1-001105c948ef"
  102. }
  103. ],
  104. "InternalContractor": "462a5ad3-5149-4b70-be55-2401504e84c9",
  105. "ExternalContractor": "c7c9d747-d52f-4c9b-8f4e-3dc3a306dc5d",
  106. "Number": "123",
  107. "DocumentDate": "2019-08-19T00:00:00",
  108. "Account_costs": null,
  109. "Ammount": 10000,
  110. "Currency": {
  111. "Name": "USD",
  112. "UID": "b46ad67f-ac13-46fc-be65-0664a1caa262",
  113. "Code": "840"
  114. },
  115. "VatRate": "20%",
  116. "VatAmount": 2000,
  117. "DeleteMark": false,
  118. "Status": "Is approved"
  119. }
  120. }
  121. ]
  122. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement