RE: Retrieve invoices for a given billing setup

2020-02-10 Thread Eliav Z
Thank you! Am i need any special access/permission/sign-up to use invoiceService? I asking cause i saw this line on google ads api changelog "Added a whitelist only InvoiceService for retrieving information about monthly invoices for a specified billing setup. ***This service is currently not o

RE: Retrieve invoices for a given billing setup

2020-02-07 Thread Eliav Z
Thanks, I need to retrive first the list of aviliable invoices for the account using InvoiceService, but i don't know how to do this. At the documantion here: https://developers.google.com/google-ads/api/docs/billing/invoice-service#retrieving_invoices Say that i have to use curl to make this call

Re: Retrieve invoices for a given billing setup

2020-02-07 Thread Eliav Z
Hope someone can help me :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Googl

Re: Retrieve invoices for a given billing setup

2020-02-07 Thread Eliav Z
בתאריך יום חמישי, 6 בפברואר 2020 בשעה 23:09:15 UTC+2, מאת Eliav Z: > Hello, > > I'm tring to Retrieve invoices for a given billing setup via curl, what is > the exect URL that i have to make the post to? (ListInvoicesRequest) > > Thanks. Som