Team user billing details create.cassette 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. [
  2. {
  3. "scope": "https://api.lokalise.com:443",
  4. "method": "POST",
  5. "path": "/api2/teams/199048/billing_details",
  6. "body": {
  7. "billing_email": "hello@example.com",
  8. "country_code": "LV",
  9. "zip": "LV-1234"
  10. },
  11. "status": 200,
  12. "response": {
  13. "company": "",
  14. "address1": "",
  15. "address2": "",
  16. "city": "",
  17. "zip": "LV-1234",
  18. "phone": "",
  19. "vatnumber": null,
  20. "country_code": "LV",
  21. "billing_email": "hello@example.com",
  22. "state_code": ""
  23. },
  24. "rawHeaders": [
  25. "Server",
  26. "nginx",
  27. "Date",
  28. "Tue, 23 Nov 2021 16:11:19 GMT",
  29. "Content-Type",
  30. "application/json",
  31. "Transfer-Encoding",
  32. "chunked",
  33. "Connection",
  34. "close",
  35. "Vary",
  36. "Accept-Encoding",
  37. "Cache-Control",
  38. "max-age=0, must-revalidate, no-cache, no-store, private",
  39. "pragma",
  40. "no-cache",
  41. "Allow",
  42. "GET",
  43. "X-Content-Type-Options",
  44. "nosniff",
  45. "X-Frame-Options",
  46. "deny",
  47. "X-XSS-Protection",
  48. "1; mode=block",
  49. "Strict-Transport-Security",
  50. "max-age=31536000",
  51. "Referrer-Policy",
  52. "origin",
  53. "Expires",
  54. "Tue, 23 Nov 2021 16:11:19 GMT",
  55. "Access-Control-Allow-Origin",
  56. "*",
  57. "Access-Control-Allow-Headers",
  58. "Content-Type"
  59. ],
  60. "responseIsBinary": false
  61. }
  62. ]