zuora_rest_client 1.0.2 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +8 -0
- data/fixtures/vcr_cassettes/zuora/create_account_object_success.yml +7 -7
- data/fixtures/vcr_cassettes/zuora/create_account_success.yml +9 -9
- data/fixtures/vcr_cassettes/zuora/delete_account_object_success.yml +30 -30
- data/fixtures/vcr_cassettes/zuora/describe_account.yml +6 -6
- data/fixtures/vcr_cassettes/zuora/describe_account_related_objects.yml +6 -6
- data/fixtures/vcr_cassettes/zuora/describe_all_account_fields.yml +6 -6
- data/fixtures/vcr_cassettes/zuora/describe_all_zobjects.yml +6 -6
- data/fixtures/vcr_cassettes/zuora/describe_exportable_account_fields.yml +6 -6
- data/fixtures/vcr_cassettes/zuora/describe_non_exportable_account_fields.yml +6 -6
- data/fixtures/vcr_cassettes/zuora/describe_non_updateable_account_fields.yml +6 -6
- data/fixtures/vcr_cassettes/zuora/describe_updateable_account_fields.yml +6 -6
- data/fixtures/vcr_cassettes/zuora/get_account_object_success.yml +10 -10
- data/fixtures/vcr_cassettes/zuora/get_account_success.yml +8 -8
- data/fixtures/vcr_cassettes/zuora/get_account_summary_success.yml +12 -12
- data/fixtures/vcr_cassettes/zuora/update_account_object_success.yml +18 -18
- data/fixtures/vcr_cassettes/zuora/update_account_success.yml +15 -15
- data/lib/zuora_rest_client/client.rb +158 -69
- data/lib/zuora_rest_client/connection.rb +18 -7
- data/lib/zuora_rest_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66fa36458100b0aa7f4a1f81153c214a9050f3b9
|
4
|
+
data.tar.gz: 2d49f1be74ed062bdcf01d32452eb912bd1cbe67
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 372327b1d0cfa59539c58db7cf039785852b2c3ce21dd153867412035d977868fa7bd080ddee12366b96b66e99a5cf2370bf51bee624d443af84c4cd8fd6398b
|
7
|
+
data.tar.gz: 55147497dfd605642a28987b5314ddcaba5d74b7fd381b406eb81261e034b7cf8e9e8743307675879d19c6028873ecc4107b2a84dbad7f0bbff7c0ce38e05970
|
data/README.md
CHANGED
@@ -38,6 +38,14 @@ For a sandbox tenant, you can specify the following:
|
|
38
38
|
client = ZuoraRestClient::Client.new(username, password, :api_sandbox) # Create an api sandbox client
|
39
39
|
```
|
40
40
|
|
41
|
+
For a "serivces*NNN*" tenant, where *NNN* is the number that follows "services", you may also need an
|
42
|
+
API proxy port number to invoke calls to `/action/*` and `/object/*`. Assuming your services tenant is `services000`
|
43
|
+
and your API proxy port number is `1234`, you can specify the following:
|
44
|
+
|
45
|
+
```ruby
|
46
|
+
client = ZuoraRestClient::Client.new(username, password, :services000, api_proxy_port: 1234) # Create an api services000 client
|
47
|
+
```
|
48
|
+
|
41
49
|
Call one of the client methods. For example, to create an account:
|
42
50
|
```ruby
|
43
51
|
account_to_create = {
|
@@ -15,7 +15,7 @@ http_interactions:
|
|
15
15
|
Accept-Encoding:
|
16
16
|
- gzip,deflate
|
17
17
|
Date:
|
18
|
-
-
|
18
|
+
- Wed, 02 Aug 2017 14:48:10 GMT
|
19
19
|
Content-Type:
|
20
20
|
- application/json
|
21
21
|
Apiaccesskeyid:
|
@@ -32,28 +32,28 @@ http_interactions:
|
|
32
32
|
Server:
|
33
33
|
- kong/0.9.9
|
34
34
|
X-Request-Id:
|
35
|
-
-
|
35
|
+
- bf151689-f22f-4944-a60e-83b4b6770ba6
|
36
36
|
X-Kong-Upstream-Latency:
|
37
|
-
- '
|
37
|
+
- '119'
|
38
38
|
X-Kong-Proxy-Latency:
|
39
39
|
- '0'
|
40
40
|
Expires:
|
41
|
-
-
|
41
|
+
- Wed, 02 Aug 2017 14:48:11 GMT
|
42
42
|
Cache-Control:
|
43
43
|
- max-age=0, no-cache, no-store
|
44
44
|
Pragma:
|
45
45
|
- no-cache
|
46
46
|
Date:
|
47
|
-
-
|
47
|
+
- Wed, 02 Aug 2017 14:48:11 GMT
|
48
48
|
Content-Length:
|
49
49
|
- '57'
|
50
50
|
Connection:
|
51
51
|
- keep-alive
|
52
52
|
body:
|
53
53
|
encoding: UTF-8
|
54
|
-
string: '{"Success":true,"Id":"
|
54
|
+
string: '{"Success":true,"Id":"2c92a0fc5d8298f5015da36b18a34507"}
|
55
55
|
|
56
56
|
'
|
57
57
|
http_version:
|
58
|
-
recorded_at:
|
58
|
+
recorded_at: Wed, 02 Aug 2017 14:48:11 GMT
|
59
59
|
recorded_with: VCR 3.0.3
|
@@ -16,7 +16,7 @@ http_interactions:
|
|
16
16
|
Accept-Encoding:
|
17
17
|
- gzip,deflate
|
18
18
|
Date:
|
19
|
-
-
|
19
|
+
- Wed, 02 Aug 2017 14:48:10 GMT
|
20
20
|
Content-Type:
|
21
21
|
- application/json
|
22
22
|
Apiaccesskeyid:
|
@@ -33,19 +33,19 @@ http_interactions:
|
|
33
33
|
Server:
|
34
34
|
- Zuora App
|
35
35
|
X-Request-Id:
|
36
|
-
-
|
36
|
+
- f3ecba32-8807-4312-8891-905029229c0d
|
37
37
|
X-Kong-Upstream-Latency:
|
38
|
-
- '
|
38
|
+
- '145'
|
39
39
|
X-Kong-Proxy-Latency:
|
40
40
|
- '0'
|
41
41
|
Expires:
|
42
|
-
-
|
42
|
+
- Wed, 02 Aug 2017 14:48:10 GMT
|
43
43
|
Cache-Control:
|
44
44
|
- max-age=0, no-cache, no-store
|
45
45
|
Pragma:
|
46
46
|
- no-cache
|
47
47
|
Date:
|
48
|
-
-
|
48
|
+
- Wed, 02 Aug 2017 14:48:10 GMT
|
49
49
|
Content-Length:
|
50
50
|
- '165'
|
51
51
|
Connection:
|
@@ -57,10 +57,10 @@ http_interactions:
|
|
57
57
|
string: |-
|
58
58
|
{
|
59
59
|
"success" : true,
|
60
|
-
"accountId" : "
|
61
|
-
"accountNumber" : "
|
62
|
-
"paymentMethodId" : "
|
60
|
+
"accountId" : "2c92a0fc5d8298f6015da36b14df1d04",
|
61
|
+
"accountNumber" : "Z00324067",
|
62
|
+
"paymentMethodId" : "2c92a0fc5d8298f6015da36b14f31d0a"
|
63
63
|
}
|
64
64
|
http_version:
|
65
|
-
recorded_at:
|
65
|
+
recorded_at: Wed, 02 Aug 2017 14:48:10 GMT
|
66
66
|
recorded_with: VCR 3.0.3
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: delete
|
5
|
-
uri: https://rest.zuora.com/v1/object/account/
|
5
|
+
uri: https://rest.zuora.com/v1/object/account/2c92a0fc5d8298f6015da36b14df1d04
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: ''
|
@@ -14,7 +14,7 @@ http_interactions:
|
|
14
14
|
Accept-Encoding:
|
15
15
|
- gzip,deflate
|
16
16
|
Date:
|
17
|
-
-
|
17
|
+
- Wed, 02 Aug 2017 14:48:11 GMT
|
18
18
|
Content-Type:
|
19
19
|
- application/json
|
20
20
|
Apiaccesskeyid:
|
@@ -31,33 +31,33 @@ http_interactions:
|
|
31
31
|
Server:
|
32
32
|
- kong/0.9.9
|
33
33
|
X-Request-Id:
|
34
|
-
-
|
34
|
+
- 493033c5-b69c-4dc5-8aea-24a2fa3430e2
|
35
35
|
X-Kong-Upstream-Latency:
|
36
|
-
- '
|
36
|
+
- '220'
|
37
37
|
X-Kong-Proxy-Latency:
|
38
38
|
- '0'
|
39
39
|
Expires:
|
40
|
-
-
|
40
|
+
- Wed, 02 Aug 2017 14:48:12 GMT
|
41
41
|
Cache-Control:
|
42
42
|
- max-age=0, no-cache, no-store
|
43
43
|
Pragma:
|
44
44
|
- no-cache
|
45
45
|
Date:
|
46
|
-
-
|
46
|
+
- Wed, 02 Aug 2017 14:48:12 GMT
|
47
47
|
Content-Length:
|
48
48
|
- '57'
|
49
49
|
Connection:
|
50
50
|
- keep-alive
|
51
51
|
body:
|
52
52
|
encoding: UTF-8
|
53
|
-
string: '{"id":"
|
53
|
+
string: '{"id":"2c92a0fc5d8298f6015da36b14df1d04","success":true}
|
54
54
|
|
55
55
|
'
|
56
56
|
http_version:
|
57
|
-
recorded_at:
|
57
|
+
recorded_at: Wed, 02 Aug 2017 14:48:12 GMT
|
58
58
|
- request:
|
59
59
|
method: get
|
60
|
-
uri: https://rest.zuora.com/v1/object/account/
|
60
|
+
uri: https://rest.zuora.com/v1/object/account/2c92a0fc5d8298f6015da36b14df1d04
|
61
61
|
body:
|
62
62
|
encoding: UTF-8
|
63
63
|
string: ''
|
@@ -69,7 +69,7 @@ http_interactions:
|
|
69
69
|
Accept-Encoding:
|
70
70
|
- gzip,deflate
|
71
71
|
Date:
|
72
|
-
-
|
72
|
+
- Wed, 02 Aug 2017 14:48:12 GMT
|
73
73
|
Content-Type:
|
74
74
|
- application/json
|
75
75
|
Apiaccesskeyid:
|
@@ -86,19 +86,19 @@ http_interactions:
|
|
86
86
|
Server:
|
87
87
|
- kong/0.9.9
|
88
88
|
X-Request-Id:
|
89
|
-
-
|
89
|
+
- e26bbf36-5d3a-49c0-8cd5-cb8ab6832942
|
90
90
|
X-Kong-Upstream-Latency:
|
91
|
-
- '
|
91
|
+
- '2632'
|
92
92
|
X-Kong-Proxy-Latency:
|
93
93
|
- '0'
|
94
94
|
Expires:
|
95
|
-
-
|
95
|
+
- Wed, 02 Aug 2017 14:48:14 GMT
|
96
96
|
Cache-Control:
|
97
97
|
- max-age=0, no-cache, no-store
|
98
98
|
Pragma:
|
99
99
|
- no-cache
|
100
100
|
Date:
|
101
|
-
-
|
101
|
+
- Wed, 02 Aug 2017 14:48:14 GMT
|
102
102
|
Content-Length:
|
103
103
|
- '36'
|
104
104
|
Connection:
|
@@ -109,10 +109,10 @@ http_interactions:
|
|
109
109
|
|
110
110
|
'
|
111
111
|
http_version:
|
112
|
-
recorded_at:
|
112
|
+
recorded_at: Wed, 02 Aug 2017 14:48:14 GMT
|
113
113
|
- request:
|
114
114
|
method: delete
|
115
|
-
uri: https://rest.zuora.com/v1/object/account/
|
115
|
+
uri: https://rest.zuora.com/v1/object/account/2c92a0fc5d8298f5015da36b18a34507
|
116
116
|
body:
|
117
117
|
encoding: UTF-8
|
118
118
|
string: ''
|
@@ -124,7 +124,7 @@ http_interactions:
|
|
124
124
|
Accept-Encoding:
|
125
125
|
- gzip,deflate
|
126
126
|
Date:
|
127
|
-
-
|
127
|
+
- Wed, 02 Aug 2017 14:48:14 GMT
|
128
128
|
Content-Type:
|
129
129
|
- application/json
|
130
130
|
Apiaccesskeyid:
|
@@ -141,33 +141,33 @@ http_interactions:
|
|
141
141
|
Server:
|
142
142
|
- kong/0.9.9
|
143
143
|
X-Request-Id:
|
144
|
-
-
|
144
|
+
- a08578f2-1192-4a2c-ac5a-6af32390ae81
|
145
145
|
X-Kong-Upstream-Latency:
|
146
|
-
- '
|
146
|
+
- '249'
|
147
147
|
X-Kong-Proxy-Latency:
|
148
148
|
- '0'
|
149
149
|
Expires:
|
150
|
-
-
|
150
|
+
- Wed, 02 Aug 2017 14:48:15 GMT
|
151
151
|
Cache-Control:
|
152
152
|
- max-age=0, no-cache, no-store
|
153
153
|
Pragma:
|
154
154
|
- no-cache
|
155
155
|
Date:
|
156
|
-
-
|
156
|
+
- Wed, 02 Aug 2017 14:48:15 GMT
|
157
157
|
Content-Length:
|
158
158
|
- '57'
|
159
159
|
Connection:
|
160
160
|
- keep-alive
|
161
161
|
body:
|
162
162
|
encoding: UTF-8
|
163
|
-
string: '{"id":"
|
163
|
+
string: '{"id":"2c92a0fc5d8298f5015da36b18a34507","success":true}
|
164
164
|
|
165
165
|
'
|
166
166
|
http_version:
|
167
|
-
recorded_at:
|
167
|
+
recorded_at: Wed, 02 Aug 2017 14:48:15 GMT
|
168
168
|
- request:
|
169
169
|
method: get
|
170
|
-
uri: https://rest.zuora.com/v1/object/account/
|
170
|
+
uri: https://rest.zuora.com/v1/object/account/2c92a0fc5d8298f5015da36b18a34507
|
171
171
|
body:
|
172
172
|
encoding: UTF-8
|
173
173
|
string: ''
|
@@ -179,7 +179,7 @@ http_interactions:
|
|
179
179
|
Accept-Encoding:
|
180
180
|
- gzip,deflate
|
181
181
|
Date:
|
182
|
-
-
|
182
|
+
- Wed, 02 Aug 2017 14:48:15 GMT
|
183
183
|
Content-Type:
|
184
184
|
- application/json
|
185
185
|
Apiaccesskeyid:
|
@@ -196,19 +196,19 @@ http_interactions:
|
|
196
196
|
Server:
|
197
197
|
- kong/0.9.9
|
198
198
|
X-Request-Id:
|
199
|
-
-
|
199
|
+
- 7a8af6a0-6a18-42db-a393-5634960806c0
|
200
200
|
X-Kong-Upstream-Latency:
|
201
|
-
- '
|
201
|
+
- '96'
|
202
202
|
X-Kong-Proxy-Latency:
|
203
203
|
- '0'
|
204
204
|
Expires:
|
205
|
-
-
|
205
|
+
- Wed, 02 Aug 2017 14:48:15 GMT
|
206
206
|
Cache-Control:
|
207
207
|
- max-age=0, no-cache, no-store
|
208
208
|
Pragma:
|
209
209
|
- no-cache
|
210
210
|
Date:
|
211
|
-
-
|
211
|
+
- Wed, 02 Aug 2017 14:48:15 GMT
|
212
212
|
Content-Length:
|
213
213
|
- '36'
|
214
214
|
Connection:
|
@@ -219,5 +219,5 @@ http_interactions:
|
|
219
219
|
|
220
220
|
'
|
221
221
|
http_version:
|
222
|
-
recorded_at:
|
222
|
+
recorded_at: Wed, 02 Aug 2017 14:48:15 GMT
|
223
223
|
recorded_with: VCR 3.0.3
|
@@ -14,7 +14,7 @@ http_interactions:
|
|
14
14
|
Accept-Encoding:
|
15
15
|
- gzip,deflate
|
16
16
|
Date:
|
17
|
-
-
|
17
|
+
- Wed, 02 Aug 2017 14:48:08 GMT
|
18
18
|
Content-Type:
|
19
19
|
- application/json
|
20
20
|
Apiaccesskeyid:
|
@@ -33,9 +33,9 @@ http_interactions:
|
|
33
33
|
Server:
|
34
34
|
- Zuora App
|
35
35
|
X-Request-Id:
|
36
|
-
-
|
36
|
+
- 233cc6e1-495e-44aa-9d94-8668252c0a38
|
37
37
|
X-Kong-Upstream-Latency:
|
38
|
-
- '
|
38
|
+
- '58'
|
39
39
|
X-Kong-Proxy-Latency:
|
40
40
|
- '0'
|
41
41
|
Vary:
|
@@ -43,13 +43,13 @@ http_interactions:
|
|
43
43
|
Content-Encoding:
|
44
44
|
- gzip
|
45
45
|
Expires:
|
46
|
-
-
|
46
|
+
- Wed, 02 Aug 2017 14:48:08 GMT
|
47
47
|
Cache-Control:
|
48
48
|
- max-age=0, no-cache, no-store
|
49
49
|
Pragma:
|
50
50
|
- no-cache
|
51
51
|
Date:
|
52
|
-
-
|
52
|
+
- Wed, 02 Aug 2017 14:48:08 GMT
|
53
53
|
Content-Length:
|
54
54
|
- '2689'
|
55
55
|
Connection:
|
@@ -573,5 +573,5 @@ http_interactions:
|
|
573
573
|
\ <name>SoldToContact</name>\r\n <label>Sold To</label> \r\n
|
574
574
|
\ </object>\r\n </related-objects>\r\n</object>\r\n\r\n"
|
575
575
|
http_version:
|
576
|
-
recorded_at:
|
576
|
+
recorded_at: Wed, 02 Aug 2017 14:48:08 GMT
|
577
577
|
recorded_with: VCR 3.0.3
|
@@ -14,7 +14,7 @@ http_interactions:
|
|
14
14
|
Accept-Encoding:
|
15
15
|
- gzip,deflate
|
16
16
|
Date:
|
17
|
-
-
|
17
|
+
- Wed, 02 Aug 2017 14:48:09 GMT
|
18
18
|
Content-Type:
|
19
19
|
- application/json
|
20
20
|
Apiaccesskeyid:
|
@@ -33,9 +33,9 @@ http_interactions:
|
|
33
33
|
Server:
|
34
34
|
- Zuora App
|
35
35
|
X-Request-Id:
|
36
|
-
-
|
36
|
+
- 24281428-0fb6-49d3-96ba-df3c46c45a0e
|
37
37
|
X-Kong-Upstream-Latency:
|
38
|
-
- '
|
38
|
+
- '94'
|
39
39
|
X-Kong-Proxy-Latency:
|
40
40
|
- '0'
|
41
41
|
Vary:
|
@@ -43,13 +43,13 @@ http_interactions:
|
|
43
43
|
Content-Encoding:
|
44
44
|
- gzip
|
45
45
|
Expires:
|
46
|
-
-
|
46
|
+
- Wed, 02 Aug 2017 14:48:09 GMT
|
47
47
|
Cache-Control:
|
48
48
|
- max-age=0, no-cache, no-store
|
49
49
|
Pragma:
|
50
50
|
- no-cache
|
51
51
|
Date:
|
52
|
-
-
|
52
|
+
- Wed, 02 Aug 2017 14:48:09 GMT
|
53
53
|
Content-Length:
|
54
54
|
- '2689'
|
55
55
|
Connection:
|
@@ -573,5 +573,5 @@ http_interactions:
|
|
573
573
|
\ <name>SoldToContact</name>\r\n <label>Sold To</label> \r\n
|
574
574
|
\ </object>\r\n </related-objects>\r\n</object>\r\n\r\n"
|
575
575
|
http_version:
|
576
|
-
recorded_at:
|
576
|
+
recorded_at: Wed, 02 Aug 2017 14:48:09 GMT
|
577
577
|
recorded_with: VCR 3.0.3
|
@@ -14,7 +14,7 @@ http_interactions:
|
|
14
14
|
Accept-Encoding:
|
15
15
|
- gzip,deflate
|
16
16
|
Date:
|
17
|
-
-
|
17
|
+
- Wed, 02 Aug 2017 14:48:08 GMT
|
18
18
|
Content-Type:
|
19
19
|
- application/json
|
20
20
|
Apiaccesskeyid:
|
@@ -33,9 +33,9 @@ http_interactions:
|
|
33
33
|
Server:
|
34
34
|
- Zuora App
|
35
35
|
X-Request-Id:
|
36
|
-
-
|
36
|
+
- 84d6b09e-a275-4e7e-a366-6d36bbbe7739
|
37
37
|
X-Kong-Upstream-Latency:
|
38
|
-
- '
|
38
|
+
- '62'
|
39
39
|
X-Kong-Proxy-Latency:
|
40
40
|
- '0'
|
41
41
|
Vary:
|
@@ -43,13 +43,13 @@ http_interactions:
|
|
43
43
|
Content-Encoding:
|
44
44
|
- gzip
|
45
45
|
Expires:
|
46
|
-
-
|
46
|
+
- Wed, 02 Aug 2017 14:48:08 GMT
|
47
47
|
Cache-Control:
|
48
48
|
- max-age=0, no-cache, no-store
|
49
49
|
Pragma:
|
50
50
|
- no-cache
|
51
51
|
Date:
|
52
|
-
-
|
52
|
+
- Wed, 02 Aug 2017 14:48:08 GMT
|
53
53
|
Content-Length:
|
54
54
|
- '2689'
|
55
55
|
Connection:
|
@@ -573,5 +573,5 @@ http_interactions:
|
|
573
573
|
\ <name>SoldToContact</name>\r\n <label>Sold To</label> \r\n
|
574
574
|
\ </object>\r\n </related-objects>\r\n</object>\r\n\r\n"
|
575
575
|
http_version:
|
576
|
-
recorded_at:
|
576
|
+
recorded_at: Wed, 02 Aug 2017 14:48:08 GMT
|
577
577
|
recorded_with: VCR 3.0.3
|
@@ -14,7 +14,7 @@ http_interactions:
|
|
14
14
|
Accept-Encoding:
|
15
15
|
- gzip,deflate
|
16
16
|
Date:
|
17
|
-
-
|
17
|
+
- Wed, 02 Aug 2017 14:48:09 GMT
|
18
18
|
Content-Type:
|
19
19
|
- application/json
|
20
20
|
Apiaccesskeyid:
|
@@ -33,9 +33,9 @@ http_interactions:
|
|
33
33
|
Server:
|
34
34
|
- Zuora App
|
35
35
|
X-Request-Id:
|
36
|
-
-
|
36
|
+
- ae8fb6ab-41a5-4971-aa20-c95700c735a0
|
37
37
|
X-Kong-Upstream-Latency:
|
38
|
-
- '
|
38
|
+
- '52'
|
39
39
|
X-Kong-Proxy-Latency:
|
40
40
|
- '0'
|
41
41
|
Vary:
|
@@ -43,13 +43,13 @@ http_interactions:
|
|
43
43
|
Content-Encoding:
|
44
44
|
- gzip
|
45
45
|
Expires:
|
46
|
-
-
|
46
|
+
- Wed, 02 Aug 2017 14:48:10 GMT
|
47
47
|
Cache-Control:
|
48
48
|
- max-age=0, no-cache, no-store
|
49
49
|
Pragma:
|
50
50
|
- no-cache
|
51
51
|
Date:
|
52
|
-
-
|
52
|
+
- Wed, 02 Aug 2017 14:48:10 GMT
|
53
53
|
Content-Length:
|
54
54
|
- '1066'
|
55
55
|
Connection:
|
@@ -172,5 +172,5 @@ http_interactions:
|
|
172
172
|
\ <label>Updater Batch</label>\r\n</object>\r\n\r\n\r\n\r\n\t<object href=\"https://api.zuora.com/rest/api/describe/Usage\">\r\n
|
173
173
|
\ <name>Usage</name>\r\n <label>Usage</label>\r\n</object>\r\n\r\n\r\n\r\n</objects>\r\n"
|
174
174
|
http_version:
|
175
|
-
recorded_at:
|
175
|
+
recorded_at: Wed, 02 Aug 2017 14:48:10 GMT
|
176
176
|
recorded_with: VCR 3.0.3
|