zuora_rest_client 1.1.5 → 1.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fixtures/vcr_cassettes/zuora/create_account_object_success.yml +10 -18
- data/fixtures/vcr_cassettes/zuora/create_account_success.yml +13 -21
- data/fixtures/vcr_cassettes/zuora/delete_account_object_success.yml +43 -75
- data/fixtures/vcr_cassettes/zuora/describe_account.yml +49 -57
- data/fixtures/vcr_cassettes/zuora/describe_account_related_objects.yml +49 -57
- data/fixtures/vcr_cassettes/zuora/describe_all_account_fields.yml +48 -56
- data/fixtures/vcr_cassettes/zuora/describe_all_zobjects.yml +15 -26
- data/fixtures/vcr_cassettes/zuora/describe_exportable_account_fields.yml +49 -57
- data/fixtures/vcr_cassettes/zuora/describe_non_exportable_account_fields.yml +49 -57
- data/fixtures/vcr_cassettes/zuora/describe_non_updateable_account_fields.yml +49 -57
- data/fixtures/vcr_cassettes/zuora/describe_updateable_account_fields.yml +49 -57
- data/fixtures/vcr_cassettes/zuora/get_account_object_success.yml +14 -22
- data/fixtures/vcr_cassettes/zuora/get_account_success.yml +19 -25
- data/fixtures/vcr_cassettes/zuora/get_account_summary_success.yml +17 -25
- data/fixtures/vcr_cassettes/zuora/update_account_object_success.yml +24 -40
- data/fixtures/vcr_cassettes/zuora/update_account_success.yml +29 -43
- data/lib/zuora_rest_client/connection.rb +9 -3
- data/lib/zuora_rest_client/version.rb +1 -1
- data/zuora_rest_client.gemspec +1 -2
- metadata +4 -30
@@ -2,24 +2,16 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://rest.zuora.com/v1/object/account/
|
5
|
+
uri: https://rest.zuora.com/v1/object/account/2c92a0ff68a2d89b0168a5fa940c7133
|
6
6
|
body:
|
7
|
-
encoding:
|
7
|
+
encoding: US-ASCII
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
|
-
User-Agent:
|
11
|
-
- HTTPClient/1.0 (2.8.3, ruby 2.4.1 (2017-03-22))
|
12
|
-
Accept:
|
13
|
-
- "*/*"
|
14
|
-
Accept-Encoding:
|
15
|
-
- gzip,deflate
|
16
|
-
Date:
|
17
|
-
- Fri, 18 May 2018 20:53:07 GMT
|
18
10
|
Content-Type:
|
19
11
|
- application/json
|
20
|
-
|
12
|
+
apiAccessKeyId:
|
21
13
|
- "{ZUORA_USERNAME}"
|
22
|
-
|
14
|
+
apiSecretAccessKey:
|
23
15
|
- "{ZUORA_PASSWORD}"
|
24
16
|
response:
|
25
17
|
status:
|
@@ -30,31 +22,31 @@ http_interactions:
|
|
30
22
|
- application/json; charset=utf-8
|
31
23
|
Server:
|
32
24
|
- kong/0.9.9
|
33
|
-
|
34
|
-
-
|
25
|
+
zuora-request-id:
|
26
|
+
- f7a12f5d-6abd-4056-bc96-835de3e1b727
|
35
27
|
X-Kong-Upstream-Latency:
|
36
|
-
- '
|
28
|
+
- '76'
|
37
29
|
X-Kong-Proxy-Latency:
|
38
30
|
- '0'
|
39
31
|
Expires:
|
40
|
-
-
|
32
|
+
- Thu, 31 Jan 2019 22:14:49 GMT
|
41
33
|
Cache-Control:
|
42
34
|
- max-age=0, no-cache, no-store
|
43
35
|
Pragma:
|
44
36
|
- no-cache
|
45
37
|
Date:
|
46
|
-
-
|
38
|
+
- Thu, 31 Jan 2019 22:14:49 GMT
|
47
39
|
Content-Length:
|
48
40
|
- '662'
|
49
41
|
Connection:
|
50
42
|
- keep-alive
|
51
43
|
body:
|
52
44
|
encoding: UTF-8
|
53
|
-
string: '{"AccountNumber":"
|
54
|
-
Upon Receipt","SuppressDunning__c":"false","Batch":"Batch1","CreatedById":"2c92a0fe5d8298e1015da3596e331713","CreatedDate":"
|
55
|
-
Account","Balance":0,"Id":"
|
45
|
+
string: '{"AccountNumber":"Z00324160","AllowInvoiceEdit":false,"InvoiceTemplateId":"2c92a0fb49377eae0149505ce4814ece","AutoPay":false,"InvoiceDeliveryPrefsPrint":false,"UpdatedDate":"2019-01-31T17:14:49.000-05:00","CreditBalance":0,"BillCycleDay":15,"BcdSettingOption":"ManualSet","PaymentTerm":"Due
|
46
|
+
Upon Receipt","SuppressDunning__c":"false","Batch":"Batch1","CreatedById":"2c92a0fe5d8298e1015da3596e331713","CreatedDate":"2019-01-31T17:14:49.000-05:00","Name":"Test
|
47
|
+
Account","Balance":0,"Id":"2c92a0ff68a2d89b0168a5fa940c7133","InvoiceDeliveryPrefsEmail":false,"Currency":"USD","Status":"Draft","TotalInvoiceBalance":0,"UpdatedById":"2c92a0fe5d8298e1015da3596e331713"}
|
56
48
|
|
57
49
|
'
|
58
50
|
http_version:
|
59
|
-
recorded_at:
|
60
|
-
recorded_with: VCR
|
51
|
+
recorded_at: Thu, 31 Jan 2019 22:14:49 GMT
|
52
|
+
recorded_with: VCR 4.0.0
|
@@ -2,24 +2,16 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://rest.zuora.com/v1/accounts/
|
5
|
+
uri: https://rest.zuora.com/v1/accounts/2c92a00768a2b3890168a5fa8dd84414
|
6
6
|
body:
|
7
|
-
encoding:
|
7
|
+
encoding: US-ASCII
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
|
-
User-Agent:
|
11
|
-
- HTTPClient/1.0 (2.8.3, ruby 2.4.1 (2017-03-22))
|
12
|
-
Accept:
|
13
|
-
- "*/*"
|
14
|
-
Accept-Encoding:
|
15
|
-
- gzip,deflate
|
16
|
-
Date:
|
17
|
-
- Fri, 18 May 2018 20:53:05 GMT
|
18
10
|
Content-Type:
|
19
11
|
- application/json
|
20
|
-
|
12
|
+
apiAccessKeyId:
|
21
13
|
- "{ZUORA_USERNAME}"
|
22
|
-
|
14
|
+
apiSecretAccessKey:
|
23
15
|
- "{ZUORA_PASSWORD}"
|
24
16
|
response:
|
25
17
|
status:
|
@@ -33,25 +25,25 @@ http_interactions:
|
|
33
25
|
'unsafe-inline' 'unsafe-eval' 'self' https://api.tcell.io/; manifest-src 'none';
|
34
26
|
style-src 'unsafe-inline' 'self'; font-src 'self'; child-src 'none'; frame-src
|
35
27
|
'none'; connect-src 'self' https://api.tcell.io/ https://input.tcell.io/;
|
36
|
-
report-uri https://input.tcell.io/csp/
|
28
|
+
report-uri https://input.tcell.io/csp/8abeff14fea5928cf9f25296fca62aa1a75fa57a6f06ad15ea451d64a579f75c?rid=2063226540
|
37
29
|
Server:
|
38
30
|
- Zuora App
|
39
|
-
|
40
|
-
-
|
31
|
+
zuora-request-id:
|
32
|
+
- 9a84d7e5-7add-406e-b39f-adc29c50c701
|
41
33
|
X-Kong-Upstream-Latency:
|
42
|
-
- '
|
34
|
+
- '55'
|
43
35
|
X-Kong-Proxy-Latency:
|
44
36
|
- '0'
|
45
37
|
Expires:
|
46
|
-
-
|
38
|
+
- Thu, 31 Jan 2019 22:14:47 GMT
|
47
39
|
Cache-Control:
|
48
40
|
- max-age=0, no-cache, no-store
|
49
41
|
Pragma:
|
50
42
|
- no-cache
|
51
43
|
Date:
|
52
|
-
-
|
44
|
+
- Thu, 31 Jan 2019 22:14:47 GMT
|
53
45
|
Content-Length:
|
54
|
-
- '
|
46
|
+
- '2442'
|
55
47
|
Connection:
|
56
48
|
- keep-alive
|
57
49
|
Set-Cookie:
|
@@ -61,9 +53,9 @@ http_interactions:
|
|
61
53
|
string: |-
|
62
54
|
{
|
63
55
|
"basicInfo" : {
|
64
|
-
"id" : "
|
56
|
+
"id" : "2c92a00768a2b3890168a5fa8dd84414",
|
65
57
|
"name" : "Test Account",
|
66
|
-
"accountNumber" : "
|
58
|
+
"accountNumber" : "Z00324159",
|
67
59
|
"notes" : null,
|
68
60
|
"status" : "Active",
|
69
61
|
"crmId" : null,
|
@@ -126,7 +118,8 @@ http_interactions:
|
|
126
118
|
"workEmail" : null,
|
127
119
|
"workPhone" : null,
|
128
120
|
"zipCode" : null,
|
129
|
-
"State2__c" : null
|
121
|
+
"State2__c" : null,
|
122
|
+
"contactDescription" : null
|
130
123
|
},
|
131
124
|
"soldToContact" : {
|
132
125
|
"address1" : null,
|
@@ -148,11 +141,12 @@ http_interactions:
|
|
148
141
|
"workEmail" : null,
|
149
142
|
"workPhone" : null,
|
150
143
|
"zipCode" : null,
|
151
|
-
"State2__c" : null
|
144
|
+
"State2__c" : null,
|
145
|
+
"contactDescription" : null
|
152
146
|
},
|
153
147
|
"taxInfo" : null,
|
154
148
|
"success" : true
|
155
149
|
}
|
156
150
|
http_version:
|
157
|
-
recorded_at:
|
158
|
-
recorded_with: VCR
|
151
|
+
recorded_at: Thu, 31 Jan 2019 22:14:47 GMT
|
152
|
+
recorded_with: VCR 4.0.0
|
@@ -2,24 +2,16 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://rest.zuora.com/v1/accounts/
|
5
|
+
uri: https://rest.zuora.com/v1/accounts/2c92a00768a2b3890168a5fa8dd84414/summary
|
6
6
|
body:
|
7
|
-
encoding:
|
7
|
+
encoding: US-ASCII
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
|
-
User-Agent:
|
11
|
-
- HTTPClient/1.0 (2.8.3, ruby 2.4.1 (2017-03-22))
|
12
|
-
Accept:
|
13
|
-
- "*/*"
|
14
|
-
Accept-Encoding:
|
15
|
-
- gzip,deflate
|
16
|
-
Date:
|
17
|
-
- Fri, 18 May 2018 20:53:06 GMT
|
18
10
|
Content-Type:
|
19
11
|
- application/json
|
20
|
-
|
12
|
+
apiAccessKeyId:
|
21
13
|
- "{ZUORA_USERNAME}"
|
22
|
-
|
14
|
+
apiSecretAccessKey:
|
23
15
|
- "{ZUORA_PASSWORD}"
|
24
16
|
response:
|
25
17
|
status:
|
@@ -33,23 +25,23 @@ http_interactions:
|
|
33
25
|
'unsafe-inline' 'unsafe-eval' 'self' https://api.tcell.io/; manifest-src 'none';
|
34
26
|
style-src 'unsafe-inline' 'self'; font-src 'self'; child-src 'none'; frame-src
|
35
27
|
'none'; connect-src 'self' https://api.tcell.io/ https://input.tcell.io/;
|
36
|
-
report-uri https://input.tcell.io/csp/
|
28
|
+
report-uri https://input.tcell.io/csp/8abeff14fea5928cf9f25296fca62aa1a75fa57a6f06ad15ea451d64a579f75c?rid=2063226540
|
37
29
|
Server:
|
38
30
|
- Zuora App
|
39
|
-
|
40
|
-
-
|
31
|
+
zuora-request-id:
|
32
|
+
- fe7a10b2-3132-4ad6-8b7c-6a0f64dfd9a6
|
41
33
|
X-Kong-Upstream-Latency:
|
42
|
-
- '
|
34
|
+
- '69'
|
43
35
|
X-Kong-Proxy-Latency:
|
44
36
|
- '0'
|
45
37
|
Expires:
|
46
|
-
-
|
38
|
+
- Thu, 31 Jan 2019 22:14:48 GMT
|
47
39
|
Cache-Control:
|
48
40
|
- max-age=0, no-cache, no-store
|
49
41
|
Pragma:
|
50
42
|
- no-cache
|
51
43
|
Date:
|
52
|
-
-
|
44
|
+
- Thu, 31 Jan 2019 22:14:48 GMT
|
53
45
|
Content-Length:
|
54
46
|
- '2229'
|
55
47
|
Connection:
|
@@ -61,9 +53,9 @@ http_interactions:
|
|
61
53
|
string: |-
|
62
54
|
{
|
63
55
|
"basicInfo" : {
|
64
|
-
"id" : "
|
56
|
+
"id" : "2c92a00768a2b3890168a5fa8dd84414",
|
65
57
|
"name" : "Test Account",
|
66
|
-
"accountNumber" : "
|
58
|
+
"accountNumber" : "Z00324159",
|
67
59
|
"balance" : 0E-9,
|
68
60
|
"lastInvoiceDate" : null,
|
69
61
|
"lastPaymentDate" : null,
|
@@ -94,7 +86,7 @@ http_interactions:
|
|
94
86
|
"DellAffinityNo__c" : null,
|
95
87
|
"ACHVerificationTimestamp__c" : null,
|
96
88
|
"defaultPaymentMethod" : {
|
97
|
-
"id" : "
|
89
|
+
"id" : "2c92a00768a2b3890168a5fa8de6441a",
|
98
90
|
"paymentMethodType" : "CreditCard",
|
99
91
|
"creditCardNumber" : "************1111",
|
100
92
|
"creditCardExpirationMonth" : 12,
|
@@ -103,7 +95,7 @@ http_interactions:
|
|
103
95
|
}
|
104
96
|
},
|
105
97
|
"billToContact" : {
|
106
|
-
"id" : "
|
98
|
+
"id" : "2c92a00768a2b3890168a5fa8dda4415",
|
107
99
|
"firstName" : "Test",
|
108
100
|
"lastName" : "User",
|
109
101
|
"address1" : null,
|
@@ -120,7 +112,7 @@ http_interactions:
|
|
120
112
|
"State2__c" : null
|
121
113
|
},
|
122
114
|
"soldToContact" : {
|
123
|
-
"id" : "
|
115
|
+
"id" : "2c92a00768a2b3890168a5fa8ddf4417",
|
124
116
|
"firstName" : "Test",
|
125
117
|
"lastName" : "User",
|
126
118
|
"address1" : null,
|
@@ -144,5 +136,5 @@ http_interactions:
|
|
144
136
|
"success" : true
|
145
137
|
}
|
146
138
|
http_version:
|
147
|
-
recorded_at:
|
148
|
-
recorded_with: VCR
|
139
|
+
recorded_at: Thu, 31 Jan 2019 22:14:48 GMT
|
140
|
+
recorded_with: VCR 4.0.0
|
@@ -2,24 +2,16 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: put
|
5
|
-
uri: https://rest.zuora.com/v1/object/account/
|
5
|
+
uri: https://rest.zuora.com/v1/object/account/2c92a0ff68a2d89b0168a5fa940c7133
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"Batch":"Batch2"}'
|
9
9
|
headers:
|
10
|
-
User-Agent:
|
11
|
-
- HTTPClient/1.0 (2.8.3, ruby 2.4.1 (2017-03-22))
|
12
|
-
Accept:
|
13
|
-
- "*/*"
|
14
|
-
Accept-Encoding:
|
15
|
-
- gzip,deflate
|
16
|
-
Date:
|
17
|
-
- Fri, 18 May 2018 20:53:07 GMT
|
18
10
|
Content-Type:
|
19
11
|
- application/json
|
20
|
-
|
12
|
+
apiAccessKeyId:
|
21
13
|
- "{ZUORA_USERNAME}"
|
22
|
-
|
14
|
+
apiSecretAccessKey:
|
23
15
|
- "{ZUORA_PASSWORD}"
|
24
16
|
response:
|
25
17
|
status:
|
@@ -30,51 +22,43 @@ http_interactions:
|
|
30
22
|
- application/json; charset=utf-8
|
31
23
|
Server:
|
32
24
|
- kong/0.9.9
|
33
|
-
|
34
|
-
-
|
25
|
+
zuora-request-id:
|
26
|
+
- f614d0b5-45f7-44bf-996c-a65a801f8f98
|
35
27
|
X-Kong-Upstream-Latency:
|
36
|
-
- '
|
28
|
+
- '46'
|
37
29
|
X-Kong-Proxy-Latency:
|
38
30
|
- '0'
|
39
31
|
Expires:
|
40
|
-
-
|
32
|
+
- Thu, 31 Jan 2019 22:14:49 GMT
|
41
33
|
Cache-Control:
|
42
34
|
- max-age=0, no-cache, no-store
|
43
35
|
Pragma:
|
44
36
|
- no-cache
|
45
37
|
Date:
|
46
|
-
-
|
38
|
+
- Thu, 31 Jan 2019 22:14:49 GMT
|
47
39
|
Content-Length:
|
48
40
|
- '57'
|
49
41
|
Connection:
|
50
42
|
- keep-alive
|
51
43
|
body:
|
52
44
|
encoding: UTF-8
|
53
|
-
string: '{"Success":true,"Id":"
|
45
|
+
string: '{"Success":true,"Id":"2c92a0ff68a2d89b0168a5fa940c7133"}
|
54
46
|
|
55
47
|
'
|
56
48
|
http_version:
|
57
|
-
recorded_at:
|
49
|
+
recorded_at: Thu, 31 Jan 2019 22:14:49 GMT
|
58
50
|
- request:
|
59
51
|
method: get
|
60
|
-
uri: https://rest.zuora.com/v1/object/account/
|
52
|
+
uri: https://rest.zuora.com/v1/object/account/2c92a0ff68a2d89b0168a5fa940c7133
|
61
53
|
body:
|
62
|
-
encoding:
|
54
|
+
encoding: US-ASCII
|
63
55
|
string: ''
|
64
56
|
headers:
|
65
|
-
User-Agent:
|
66
|
-
- HTTPClient/1.0 (2.8.3, ruby 2.4.1 (2017-03-22))
|
67
|
-
Accept:
|
68
|
-
- "*/*"
|
69
|
-
Accept-Encoding:
|
70
|
-
- gzip,deflate
|
71
|
-
Date:
|
72
|
-
- Fri, 18 May 2018 20:53:07 GMT
|
73
57
|
Content-Type:
|
74
58
|
- application/json
|
75
|
-
|
59
|
+
apiAccessKeyId:
|
76
60
|
- "{ZUORA_USERNAME}"
|
77
|
-
|
61
|
+
apiSecretAccessKey:
|
78
62
|
- "{ZUORA_PASSWORD}"
|
79
63
|
response:
|
80
64
|
status:
|
@@ -85,31 +69,31 @@ http_interactions:
|
|
85
69
|
- application/json; charset=utf-8
|
86
70
|
Server:
|
87
71
|
- kong/0.9.9
|
88
|
-
|
89
|
-
-
|
72
|
+
zuora-request-id:
|
73
|
+
- 6319a2f6-8221-434e-a0ce-911974b86932
|
90
74
|
X-Kong-Upstream-Latency:
|
91
|
-
- '
|
75
|
+
- '128'
|
92
76
|
X-Kong-Proxy-Latency:
|
93
77
|
- '0'
|
94
78
|
Expires:
|
95
|
-
-
|
79
|
+
- Thu, 31 Jan 2019 22:14:49 GMT
|
96
80
|
Cache-Control:
|
97
81
|
- max-age=0, no-cache, no-store
|
98
82
|
Pragma:
|
99
83
|
- no-cache
|
100
84
|
Date:
|
101
|
-
-
|
85
|
+
- Thu, 31 Jan 2019 22:14:49 GMT
|
102
86
|
Content-Length:
|
103
87
|
- '662'
|
104
88
|
Connection:
|
105
89
|
- keep-alive
|
106
90
|
body:
|
107
91
|
encoding: UTF-8
|
108
|
-
string: '{"AccountNumber":"
|
109
|
-
Upon Receipt","SuppressDunning__c":"false","Batch":"Batch2","CreatedById":"2c92a0fe5d8298e1015da3596e331713","CreatedDate":"
|
110
|
-
Account","Balance":0,"Id":"
|
92
|
+
string: '{"AccountNumber":"Z00324160","AllowInvoiceEdit":false,"InvoiceTemplateId":"2c92a0fb49377eae0149505ce4814ece","AutoPay":false,"InvoiceDeliveryPrefsPrint":false,"UpdatedDate":"2019-01-31T17:14:49.000-05:00","CreditBalance":0,"BillCycleDay":15,"BcdSettingOption":"ManualSet","PaymentTerm":"Due
|
93
|
+
Upon Receipt","SuppressDunning__c":"false","Batch":"Batch2","CreatedById":"2c92a0fe5d8298e1015da3596e331713","CreatedDate":"2019-01-31T17:14:49.000-05:00","Name":"Test
|
94
|
+
Account","Balance":0,"Id":"2c92a0ff68a2d89b0168a5fa940c7133","InvoiceDeliveryPrefsEmail":false,"Currency":"USD","Status":"Draft","TotalInvoiceBalance":0,"UpdatedById":"2c92a0fe5d8298e1015da3596e331713"}
|
111
95
|
|
112
96
|
'
|
113
97
|
http_version:
|
114
|
-
recorded_at:
|
115
|
-
recorded_with: VCR
|
98
|
+
recorded_at: Thu, 31 Jan 2019 22:14:50 GMT
|
99
|
+
recorded_with: VCR 4.0.0
|
@@ -2,24 +2,16 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: put
|
5
|
-
uri: https://rest.zuora.com/v1/accounts/
|
5
|
+
uri: https://rest.zuora.com/v1/accounts/2c92a00768a2b3890168a5fa8dd84414
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"batch":"Batch2"}'
|
9
9
|
headers:
|
10
|
-
User-Agent:
|
11
|
-
- HTTPClient/1.0 (2.8.3, ruby 2.4.1 (2017-03-22))
|
12
|
-
Accept:
|
13
|
-
- "*/*"
|
14
|
-
Accept-Encoding:
|
15
|
-
- gzip,deflate
|
16
|
-
Date:
|
17
|
-
- Fri, 18 May 2018 20:53:06 GMT
|
18
10
|
Content-Type:
|
19
11
|
- application/json
|
20
|
-
|
12
|
+
apiAccessKeyId:
|
21
13
|
- "{ZUORA_USERNAME}"
|
22
|
-
|
14
|
+
apiSecretAccessKey:
|
23
15
|
- "{ZUORA_PASSWORD}"
|
24
16
|
response:
|
25
17
|
status:
|
@@ -33,23 +25,23 @@ http_interactions:
|
|
33
25
|
'unsafe-inline' 'unsafe-eval' 'self' https://api.tcell.io/; manifest-src 'none';
|
34
26
|
style-src 'unsafe-inline' 'self'; font-src 'self'; child-src 'none'; frame-src
|
35
27
|
'none'; connect-src 'self' https://api.tcell.io/ https://input.tcell.io/;
|
36
|
-
report-uri https://input.tcell.io/csp/
|
28
|
+
report-uri https://input.tcell.io/csp/8abeff14fea5928cf9f25296fca62aa1a75fa57a6f06ad15ea451d64a579f75c?rid=1408685395
|
37
29
|
Server:
|
38
30
|
- Zuora App
|
39
|
-
|
40
|
-
-
|
31
|
+
zuora-request-id:
|
32
|
+
- 9373a881-7dd1-4f5c-a474-87fe7a1d5c08
|
41
33
|
X-Kong-Upstream-Latency:
|
42
|
-
- '
|
34
|
+
- '55'
|
43
35
|
X-Kong-Proxy-Latency:
|
44
36
|
- '0'
|
45
37
|
Expires:
|
46
|
-
-
|
38
|
+
- Thu, 31 Jan 2019 22:14:48 GMT
|
47
39
|
Cache-Control:
|
48
40
|
- max-age=0, no-cache, no-store
|
49
41
|
Pragma:
|
50
42
|
- no-cache
|
51
43
|
Date:
|
52
|
-
-
|
44
|
+
- Thu, 31 Jan 2019 22:14:48 GMT
|
53
45
|
Content-Length:
|
54
46
|
- '22'
|
55
47
|
Connection:
|
@@ -63,27 +55,19 @@ http_interactions:
|
|
63
55
|
"success" : true
|
64
56
|
}
|
65
57
|
http_version:
|
66
|
-
recorded_at:
|
58
|
+
recorded_at: Thu, 31 Jan 2019 22:14:48 GMT
|
67
59
|
- request:
|
68
60
|
method: get
|
69
|
-
uri: https://rest.zuora.com/v1/accounts/
|
61
|
+
uri: https://rest.zuora.com/v1/accounts/2c92a00768a2b3890168a5fa8dd84414
|
70
62
|
body:
|
71
|
-
encoding:
|
63
|
+
encoding: US-ASCII
|
72
64
|
string: ''
|
73
65
|
headers:
|
74
|
-
User-Agent:
|
75
|
-
- HTTPClient/1.0 (2.8.3, ruby 2.4.1 (2017-03-22))
|
76
|
-
Accept:
|
77
|
-
- "*/*"
|
78
|
-
Accept-Encoding:
|
79
|
-
- gzip,deflate
|
80
|
-
Date:
|
81
|
-
- Fri, 18 May 2018 20:53:06 GMT
|
82
66
|
Content-Type:
|
83
67
|
- application/json
|
84
|
-
|
68
|
+
apiAccessKeyId:
|
85
69
|
- "{ZUORA_USERNAME}"
|
86
|
-
|
70
|
+
apiSecretAccessKey:
|
87
71
|
- "{ZUORA_PASSWORD}"
|
88
72
|
response:
|
89
73
|
status:
|
@@ -97,25 +81,25 @@ http_interactions:
|
|
97
81
|
'unsafe-inline' 'unsafe-eval' 'self' https://api.tcell.io/; manifest-src 'none';
|
98
82
|
style-src 'unsafe-inline' 'self'; font-src 'self'; child-src 'none'; frame-src
|
99
83
|
'none'; connect-src 'self' https://api.tcell.io/ https://input.tcell.io/;
|
100
|
-
report-uri https://input.tcell.io/csp/
|
84
|
+
report-uri https://input.tcell.io/csp/8abeff14fea5928cf9f25296fca62aa1a75fa57a6f06ad15ea451d64a579f75c?rid=2063226540
|
101
85
|
Server:
|
102
86
|
- Zuora App
|
103
|
-
|
104
|
-
-
|
87
|
+
zuora-request-id:
|
88
|
+
- ede1e491-0bd5-409b-b785-51d29813bf90
|
105
89
|
X-Kong-Upstream-Latency:
|
106
|
-
- '
|
90
|
+
- '49'
|
107
91
|
X-Kong-Proxy-Latency:
|
108
92
|
- '0'
|
109
93
|
Expires:
|
110
|
-
-
|
94
|
+
- Thu, 31 Jan 2019 22:14:48 GMT
|
111
95
|
Cache-Control:
|
112
96
|
- max-age=0, no-cache, no-store
|
113
97
|
Pragma:
|
114
98
|
- no-cache
|
115
99
|
Date:
|
116
|
-
-
|
100
|
+
- Thu, 31 Jan 2019 22:14:48 GMT
|
117
101
|
Content-Length:
|
118
|
-
- '
|
102
|
+
- '2442'
|
119
103
|
Connection:
|
120
104
|
- keep-alive
|
121
105
|
Set-Cookie:
|
@@ -125,9 +109,9 @@ http_interactions:
|
|
125
109
|
string: |-
|
126
110
|
{
|
127
111
|
"basicInfo" : {
|
128
|
-
"id" : "
|
112
|
+
"id" : "2c92a00768a2b3890168a5fa8dd84414",
|
129
113
|
"name" : "Test Account",
|
130
|
-
"accountNumber" : "
|
114
|
+
"accountNumber" : "Z00324159",
|
131
115
|
"notes" : null,
|
132
116
|
"status" : "Active",
|
133
117
|
"crmId" : null,
|
@@ -190,7 +174,8 @@ http_interactions:
|
|
190
174
|
"workEmail" : null,
|
191
175
|
"workPhone" : null,
|
192
176
|
"zipCode" : null,
|
193
|
-
"State2__c" : null
|
177
|
+
"State2__c" : null,
|
178
|
+
"contactDescription" : null
|
194
179
|
},
|
195
180
|
"soldToContact" : {
|
196
181
|
"address1" : null,
|
@@ -212,11 +197,12 @@ http_interactions:
|
|
212
197
|
"workEmail" : null,
|
213
198
|
"workPhone" : null,
|
214
199
|
"zipCode" : null,
|
215
|
-
"State2__c" : null
|
200
|
+
"State2__c" : null,
|
201
|
+
"contactDescription" : null
|
216
202
|
},
|
217
203
|
"taxInfo" : null,
|
218
204
|
"success" : true
|
219
205
|
}
|
220
206
|
http_version:
|
221
|
-
recorded_at:
|
222
|
-
recorded_with: VCR
|
207
|
+
recorded_at: Thu, 31 Jan 2019 22:14:48 GMT
|
208
|
+
recorded_with: VCR 4.0.0
|