1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- [
- {
- "scope": "https://api.lokalise.com:443",
- "method": "PUT",
- "path": "/api2/teams/199048/billing_details",
- "body": {
- "vatnumber": "123",
- "address1": "Line 1",
- "address2": "Line 2",
- "country_code": "LV",
- "billing_email": "updated@example.com",
- "zip": "LV-1234"
- },
- "status": 200,
- "response": {
- "company": "",
- "address1": "Line 1",
- "address2": "Line 2",
- "city": "",
- "zip": "LV-1234",
- "phone": "",
- "vatnumber": "123",
- "country_code": "LV",
- "billing_email": "updated@example.com",
- "state_code": ""
- },
- "rawHeaders": [
- "Server",
- "nginx",
- "Date",
- "Tue, 23 Nov 2021 16:24:19 GMT",
- "Content-Type",
- "application/json",
- "Transfer-Encoding",
- "chunked",
- "Connection",
- "close",
- "Vary",
- "Accept-Encoding",
- "Cache-Control",
- "max-age=0, must-revalidate, no-cache, no-store, private",
- "pragma",
- "no-cache",
- "Allow",
- "GET, POST",
- "X-Content-Type-Options",
- "nosniff",
- "X-Frame-Options",
- "deny",
- "X-XSS-Protection",
- "1; mode=block",
- "Strict-Transport-Security",
- "max-age=31536000",
- "Referrer-Policy",
- "origin",
- "Expires",
- "Tue, 23 Nov 2021 16:24:19 GMT",
- "Access-Control-Allow-Origin",
- "*",
- "Access-Control-Allow-Headers",
- "Content-Type"
- ],
- "responseIsBinary": false
- }
- ]
|