Advertisement
Guest User

Untitled

a guest
Feb 15th, 2023
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. {
  2. "info": {
  3. "_postman_id": "ed97792a-f57f-401c-a83a-a9cf82db4154",
  4. "name": "New Collection",
  5. "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
  6. "_exporter_id": "1894341"
  7. },
  8. "item": [
  9. {
  10. "name": "https://xxxxx.restlets.api.netsuite.com/app/site/hosting/restlet.nl?script=1&deploy=1",
  11. "protocolProfileBehavior": {
  12. "disabledSystemHeaders": {
  13. "accept-encoding": true
  14. }
  15. },
  16. "request": {
  17. "auth": {
  18. "type": "oauth1",
  19. "oauth1": [
  20. {
  21. "key": "realm",
  22. "value": "XXXXXXXXX",
  23. "type": "string"
  24. },
  25. {
  26. "key": "tokenSecret",
  27. "value": "Token Secret",
  28. "type": "string"
  29. },
  30. {
  31. "key": "token",
  32. "value": "Token ID",
  33. "type": "string"
  34. },
  35. {
  36. "key": "consumerSecret",
  37. "value": "Consumer Secret",
  38. "type": "string"
  39. },
  40. {
  41. "key": "consumerKey",
  42. "value": "Consumer Key",
  43. "type": "string"
  44. },
  45. {
  46. "key": "disableHeaderEncoding",
  47. "value": false,
  48. "type": "boolean"
  49. },
  50. {
  51. "key": "addParamsToHeader",
  52. "value": true,
  53. "type": "boolean"
  54. },
  55. {
  56. "key": "signatureMethod",
  57. "value": "HMAC-SHA256",
  58. "type": "string"
  59. },
  60. {
  61. "key": "version",
  62. "value": "1.0",
  63. "type": "string"
  64. },
  65. {
  66. "key": "addEmptyParamsToSign",
  67. "value": false,
  68. "type": "boolean"
  69. }
  70. ]
  71. },
  72. "method": "POST",
  73. "header": [
  74. {
  75. "key": "Content-Type",
  76. "value": "application/xml",
  77. "type": "text",
  78. "disabled": true
  79. },
  80. {
  81. "key": "Accept",
  82. "value": "application/xml",
  83. "type": "text",
  84. "disabled": true
  85. }
  86. ],
  87. "url": {
  88. "raw": "https://xxxxx.restlets.api.netsuite.com/app/site/hosting/restlet.nl?script=1&deploy=1",
  89. "protocol": "https",
  90. "host": [
  91. "xxxxx",
  92. "restlets",
  93. "api",
  94. "netsuite",
  95. "com"
  96. ],
  97. "path": [
  98. "app",
  99. "site",
  100. "hosting",
  101. "restlet.nl"
  102. ],
  103. "query": [
  104. {
  105. "key": "script",
  106. "value": "1"
  107. },
  108. {
  109. "key": "deploy",
  110. "value": "1"
  111. }
  112. ]
  113. }
  114. },
  115. "response": []
  116. }
  117. ]
  118. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement