我正在使用GetBillingDocumentsInfoAsync但没有返回任何内容。 [英] I am using GetBillingDocumentsInfoAsync but nothing is returned.

查看:87
本文介绍了我正在使用GetBillingDocumentsInfoAsync但没有返回任何内容。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

将此api用于 用户名与后付费账户,但什么都不会返回!

Using this api for  username with post pay accounts but nothing is returned!

VAR billingDoc =等待cbilling.GetBillingDocumentsInfoAsync(accountIDz,DateTime.Now.ToUniversalTime() null);

                        if(billingDoc.BillingDocumentsInfo!= null)

                        {

                            Console.WriteLine(" FOUND DOC:" + billingDoc.BillingDocumentsInfo.Count);

var billingDoc = await cbilling.GetBillingDocumentsInfoAsync(accountIDz, DateTime.Now.ToUniversalTime(), null);
                        if (billingDoc.BillingDocumentsInfo != null)
                        {
                            Console.WriteLine("FOUND DOC:" + billingDoc.BillingDocumentsInfo.Count);

基本上我想要取得余额 在后付款帐户上。

Basically i want to get the balance left  on the postpay account.

我在这里做错了什么?

推荐答案

如果需要进一步调查,请与
分享SOAP请求,响应和时间戳支持?  

For further investigation could you please share the SOAP request, response, and timestamp with support?  

在此期间您是否尝试过SearchInsertionOrders?返回的
广告订单
包含剩余余额金额。 

In the meantime have you tried SearchInsertionOrders? The returned insertion order includes the remaining balance amount. 

我希望这会有所帮助,

Eric


这篇关于我正在使用GetBillingDocumentsInfoAsync但没有返回任何内容。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆