Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. POST /crm/v2/Accounts HTTP/1.1
  2. Host: www.zohoapis.eu
  3. Authorization: Zoho-oauthtoken xxxx
  4. Content-Type: application/json
  5. User-Agent: PostmanRuntime/7.15.2
  6. Accept: */*
  7. Cache-Control: no-cache
  8. Postman-Token: xxx
  9. Host: www.zohoapis.eu
  10. Cookie: JSESSIONID=xxx; 646be60a71=xxx; crmcsr=xxx; 4993755637=xxx
  11. Accept-Encoding: gzip, deflate
  12. Content-Length: 55
  13. Connection: keep-alive
  14. cache-control: no-cache
  15.  
  16. {
  17. "data": [
  18. {
  19. "Account_Type": "Property",
  20. "Account_Name": "TEST Andrzej",
  21. "SiteID": "10571",
  22. "Owner": {
  23. "id": "142840000000123123",
  24. "name": "Jan Kowalski"
  25. }
  26. }
  27. ]
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement