MicrosoftDocs / Advertising-docs

Creative Commons Attribution 4.0 International
15 stars 59 forks source link

Empty response of GetBillingDocumentsInfo #720

Closed Jor-G-ete closed 4 years ago

Jor-G-ete commented 4 years ago

SOLVED!: #719

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>'

eric-urban commented 4 years ago

@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.