Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. curl --request POST \
  2. --url http://yellowjersey.lvh.me:3000/api/contacts \
  3. --header 'accept: application/vnd.api+json;version=1' \
  4. --header 'authorization: Token token="CCcD8US7JW9Zx11e38Ty47XY", email="tom@yellowjersey.co.uk"' \
  5. --header 'content-type: application/json' \
  6. --data '{
  7. "data": {
  8. "attributes": {
  9. "position": null,
  10. "is-business": false,
  11. "business-name": null,
  12. "date-of-birth": null,
  13. "email": "will@yellowjersey.co.uk",
  14. "first-name": "Will",
  15. "home-phone": null,
  16. "last-name": "Leedham",
  17. "middle-name": null,
  18. "mobile-phone": null,
  19. "title": "Mr",
  20. "work-phone": null,
  21. "gender": null,
  22. "occupation": null,
  23. "identity-card-no": null,
  24. "driving-license-no": null,
  25. "social-security-no": null,
  26. "marital-status": null,
  27. "address-line1": "20 Streatham Vale",
  28. "address-line2": null,
  29. "address-line3": null,
  30. "address-city": "London",
  31. "address-state": "",
  32. "address-postcode": "SW16 5TE",
  33. "address-country": null,
  34. "address-country-code": "gbr",
  35. "address-guid": null,
  36. "website": null,
  37. "contact-description": null,
  38. "preferred-contact-method": null,
  39. "time-zone": null
  40. },
  41. "relationships": {
  42. "status": {
  43. "data": {
  44. "type": "statuses",
  45. "id": "5"
  46. }
  47. }
  48. },
  49. "type": "contacts"
  50. }
  51. }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement