Advertisement
Guest User

Untitled

a guest
Sep 12th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. POST /tax/ret/v1/api/private/cit/assessments HTTP/1.1
  2. Host: test-api.burs.nortal.com
  3. Content-Type: application/json
  4. Authorization: Bearer AT-637-jmBVaqb8tNtDKAxSpw4Mc-pp2vfrMzHS
  5. User-Agent: PostmanRuntime/7.16.3
  6. Accept: */*
  7. Cache-Control: no-cache
  8. Postman-Token: f7143a8f-d0b6-4144-ae13-2bf6c2d486d6,fd3da5c5-fdc2-4b96-833a-cf75fd7929c9
  9. Host: test-api.burs.nortal.com
  10. Accept-Encoding: gzip, deflate
  11. Content-Length: 4254
  12. Connection: keep-alive
  13. cache-control: no-cache
  14.  
  15. {
  16. "assessmentType": "SELF",
  17. "assessment": {
  18. "document": {
  19. "type": {
  20. "code": "CIT_22",
  21. "names": {
  22. "en": "Corporate Income Tax Return SAT ITA 22"
  23. }
  24. }
  25. },
  26. "customer": {
  27. "id": 100159
  28. },
  29. "taxType": {
  30. "code": "CORPORATE_INCOME",
  31. "names": {
  32. "en": "Corporate income tax"
  33. }
  34. },
  35. "taxPeriod": {
  36. "code": "CIT_202112",
  37. "taxType": "CORPORATE_INCOME",
  38. "fiscalYear": 2022,
  39. "periodNumber": 12,
  40. "validFrom": "2021-07-01",
  41. "validTo": "2022-06-30",
  42. "taxYearEnd": "2022-12-31",
  43. "formattedName": "2022 (01/07/2021 - 30/06/2022)"
  44. },
  45. "assessmentType": {
  46. "code": "SELF",
  47. "names": {}
  48. },
  49. "receivedOn": "2019-09-12"
  50. },
  51. "batch": {
  52. "id": 100030,
  53. "batchType": {
  54. "id": 100000,
  55. "version": 0,
  56. "code": "WITH_KOFAX",
  57. "name": "With Kofax",
  58. "validFrom": "2020-01-01"
  59. },
  60. "documentType": {
  61. "id": 100045,
  62. "version": 0,
  63. "code": "CIT_22",
  64. "name": "Corporate Income Tax Return SAT ITA 22",
  65. "shortName": "CIT 22 SAT",
  66. "printoutTitle": "Corporate Income Tax Return SAT ITA 22",
  67. "parentDocumentType": {
  68. "id": 100040,
  69. "version": 0,
  70. "code": "CIT",
  71. "name": "CIT Returns",
  72. "inbound": false,
  73. "outbound": false,
  74. "signatureType": {
  75. "id": 100002,
  76. "version": 0,
  77. "code": "NO_SIGNATURE",
  78. "name": "No Signature",
  79. "validFrom": "2020-01-01"
  80. },
  81. "kofaxUseType": {
  82. "code": "NO_KOFAX",
  83. "name": "No Kofax"
  84. },
  85. "selectable": false,
  86. "validFrom": "2020-01-01",
  87. "actionDocument": false,
  88. "taxType": {
  89. "code": "CORPORATE_INCOME",
  90. "name": "Corporate income tax"
  91. }
  92. },
  93. "inbound": true,
  94. "outbound": false,
  95. "documentNumberPrefix": "ITA22",
  96. "yearType": {
  97. "code": "CALENDAR",
  98. "name": "Calendar Year"
  99. },
  100. "signatureType": {
  101. "id": 100002,
  102. "version": 0,
  103. "code": "NO_SIGNATURE",
  104. "name": "No Signature",
  105. "validFrom": "2020-01-01"
  106. },
  107. "kofaxUseType": {
  108. "code": "IMAGE_SCAN",
  109. "name": "Image scanning"
  110. },
  111. "kofaxUrl": "sites/KOFAX/BURSIMAGES/",
  112. "processingDeadlineType": {
  113. "code": "WORKDAYS",
  114. "name": "Workdays"
  115. },
  116. "processingDeadlineValue": 90,
  117. "selectable": true,
  118. "validFrom": "2020-01-01",
  119. "actionDocument": true,
  120. "taxType": {
  121. "code": "CORPORATE_INCOME",
  122. "name": "Corporate income tax"
  123. }
  124. },
  125. "code": "CIT_22_KOFAX",
  126. "name": "ITA 22 Batch with Kofax",
  127. "batchMaximumSize": 50,
  128. "active": true
  129. },
  130. "additionalDocumentTypes": [
  131. "CIT_ANNEX_1",
  132. "CIT_ANNEX_1_1",
  133. "CIT_ANNEX_1_2"
  134. ],
  135. "receivingChannelCode": "COUNTER",
  136. "contacts": [
  137. {
  138. "contactTypeId": 100000,
  139. "contactValue": "12345678",
  140. "phoneCountryCodeId": 100032,
  141. "sourceId": 100154
  142. },
  143. {
  144. "contactTypeId": 100005,
  145. "contactValue": "'><script>alert('W')</script>",
  146. "sourceId": 100155
  147. }
  148. ],
  149. "letterInPerson": true,
  150. "ignoreExistingReturns": false
  151. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement