使用 QB Web Connector 修改 RecievePayment

Modifying a RecievePayment with QB Web Connector

当我使用 RecievePaymentMod 请求修改付款时,我需要提供付款的 txnID。然后在response中返回一个txnID(不知道同不一样,还没实践)

如果我必须再次修改相同的付款,我是使用从原始 ReceivePaymentAdd 请求返回的 txnID,还是从上一个 RecievePaymentMod 请求返回的 txnID?

don't know if it's the same or not, haven't put it into practice yet

是的。

TxnID 是 QuickBooks 的唯一主键,就像您在任何标准数据库系统中的唯一主键一样。

If I have to modify the same payment again, do I use the txnID returned from the original ReceivePaymentAdd request, or the txnID returned from the last RecievePaymentMod request?

这是相同的值。这是一个永远不会改变的唯一密钥。