Advertisement
Guest User

a0g24000005qsbSAAQ

a guest
Dec 5th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. Request body:
  2.  
  3. {
  4. "new_record_type": "Ablb_Fisher_Catch__c",
  5. "unique_id_field": "sfid",
  6. "unique_id": "a0g24000005qsbSAAQ"
  7. }
  8.  
  9. Printing response...
  10.  
  11. {
  12. "statusCode": 200,
  13. "body": {
  14. "http_code": 200,
  15. "error_code": "",
  16. "message": "",
  17. "data": {},
  18. "errors": [],
  19. "new_job": {
  20. "new_record_job_id": 35,
  21. "new_record_type": "Ablb_Fisher_Catch__c",
  22. "unique_id_field": "sfid",
  23. "unique_id": "a0g24000005qsbSAAQ",
  24. "status": "pending",
  25. "created_at": "2016-12-05T12:16:35.000Z"
  26. }
  27. },
  28. "headers": {
  29. "x-powered-by": "Express",
  30. "vary": "X-HTTP-Method-Override",
  31. "access-control-allow-origin": "undefined",
  32. "access-control-allow-methods": "GET,PUT,POST,DELETE",
  33. "access-control-allow-headers": "Content-Type, Authorization",
  34. "access-control-allow-credentials": "true",
  35. "cache-control": "no-cache, no-store, must-revalidate",
  36. "pragma": "no-cache",
  37. "expires": "0",
  38. "content-type": "application/json; charset=utf-8",
  39. "content-length": "325",
  40. "date": "Mon, 05 Dec 2016 10:25:47 GMT",
  41. "connection": "close"
  42. },
  43. "request": {
  44. "uri": {
  45. "protocol": "http:",
  46. "slashes": true,
  47. "auth": null,
  48. "host": "52.50.190.20:31001",
  49. "port": "31001",
  50. "hostname": "52.50.190.20",
  51. "hash": null,
  52. "search": null,
  53. "query": null,
  54. "pathname": "/http_record_add_new",
  55. "path": "/http_record_add_new",
  56. "href": "http://52.50.190.20:31001/http_record_add_new"
  57. },
  58. "method": "POST",
  59. "headers": {
  60. "Authorization": "REMOVED",
  61. "Content-Type": "application/json",
  62. "accept": "application/json",
  63. "content-length": 100
  64. }
  65. }
  66. }
  67.  
  68. POST succeeded.
  69. Finished.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement