SSIS Components for Zoho Books

Build 22.0.8509

VendorPaymentsRefund

Read, Insert and Update Vendor Credit Refunds.

Table Specific Information

Select

The 本製品 uses the Zoho Books API to process WHERE clause conditions built with the following columns and operators:

  • VendorPaymentId supports the '=' comparison.
  • VendorPaymentRefundId supports the '=' comparison.

The rest of the filter is executed client-side within the 本製品.

For example, the following queries are processed server-side:

SELECT * FROM VendorPaymentsRefund

SELECT * FROM VendorPaymentsRefund WHERE VendorPaymentId = '3285934000000429001'

SELECT * FROM VendorPaymentsRefund WHERE VendorPaymentRefundId = '3285934000000429017'

Insert

Insert can be executed by specifying the Amount,Date,ToAccountId,VendorCreditId column. The columns that are not read-only can be inserted optionally. Following is an example of how to insert into this table.

INSERT INTO VendorPaymentsRefund (Date,Amount,ToAccountId,VendorPaymentId) VALUES ('2023-02-27','1200',3285934000000259036,3285934000000429001)

Update

Update can be executed by specifying the Amount,Date and AccountId in the WHERE Clause. The columns that are not read-only can be Updated. For example:

UPDATE VendorPaymentsRefund SET Description = 'test2' where vendorpaymentrefundid=3285934000000437017 and VendorPaymentId=3285934000000429001

Delete

Delete can be executed by specifying the Id in the WHERE Clause For example:

Delete from VendorPaymentsRefund where VendorPaymentId=3285934000000429001 and vendorpaymentrefundid=3285934000000437017

Columns

Name Type ReadOnly References SupportedOperators Description
VendorPaymentId [KEY] String True

Vendor Payment Id

VendorPaymentRefundId [KEY] String True

Vendor Payment Refund Id

ToAccountId String False

To Account ID

ToAccountName String False

To Account Name

Amount Integer False

Amount

AmountBcy Integer False

Amount BCY

AmountFcy Integer False

Amount FCY

CustomFields String True

Custom Fields

CustomerName String False

Customer Name

Date Date False

Date

Description String False

Description

ReferenceNumber String False

Reference Number

RefundMode String False

Refund Mode

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8509