質問

How to fetch only the modified and deleted records from the Quickbook using QBFC COM component in c#.

役に立ちましたか?

解決

Each individual entity type has it's own modified date filter. For example, the CustomerQuery has the ORCustomerListQuery.CustomerListFilter.FromModifiedDate and ORCustomerListQuery.CustomerListFilter.ToModifiedDate. You'll find this pattern in the query message for every entity type and every transaction type.

For deleted records use the ListDeletedQuery for entities and TxnDeletedQuery for transactions.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top