Closed Jor-G-ete closed 4 years ago
self._start_date = datetime.strptime(start_date, '%Y%m%d') self._end_date = datetime.strptime(end_date, '%Y%m%d') DocumentsIds = self._customer_billing_service.GetBillingDocumentsInfo( AccountIds={'long':[0,1,2]}, StartDate=self._start_date, EndDate=self._end_date )
Now it has the problem that the soap response is been returned empty. As it happend in .NET
MESSAGE: b' The tracking id </h:TrackingId></s:Header></s:Body></s:Envelope>' DEBUG:suds.client:HTTP succeeded: b'The tracking id</h:TrackingId></s:Header></s:Body></s:Envelope>'
@Jor-G-ete in this case I suggest that you contact support to find out why billing documents are not returned for your specific accounts. Also note, you can ask general questions here in the API forum.
SOLVED!: #719
Now it has the problem that the soap response is been returned empty. As it happend in .NET
MESSAGE: b' The tracking id </h:TrackingId></s:Header> </s:Body></s:Envelope>'
DEBUG:suds.client:HTTP succeeded:
b'The tracking id</h:TrackingId></s:Header> </s:Body></s:Envelope>'