Team user billing details update.cassette 1.5 KB

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