You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added support of Billing Reports
* Added ability to pass request options to `file` method of bilingreports
* Fixed missing `options` argument of `file` method
newResponse(200, [], "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><BdrCreationResponse><Info>Your BDR archive is currently being constructed</Info> </BdrCreationResponse>")
30
+
newResponse(200, [], "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><BdrCreationResponse><Info>Your BDR archive is currently being constructed</Info> </BdrCreationResponse>"),
<Description>The requested report archive is failed</Description>
51
+
<CreatedDate>2017-11-06 14:22:21</CreatedDate>
52
+
<DateRange>
53
+
<StartDate>2017-05-01</StartDate>
54
+
<EndDate>2017-10-31</EndDate>
55
+
</DateRange>
56
+
</BillingReport>
57
+
</BillingReportList>
58
+
</BillingReportsRetrievalResponse>"),
59
+
newResponse(201, ['Location' => 'https://api.test.inetwork.com:443/v1.0/accounts/9500249/billingreports/a12b456c8-abcd-1a3b-a1b2-0a2b4c6d8e0f2'], '<?xml version="1.0" encoding="UTF-8" standalone="yes"?><BillingReportCreationResponse><ReportStatus>RECEIVED</ReportStatus><Description>The report archive is currently being constructed.</Description></BillingReportCreationResponse>'),
0 commit comments