Excel Add-In for Zoho Books

Build 22.0.8479

CustomerPaymentsRefund

Read, Insert and Update Vendor Credit Refunds.

Table Specific Information

Select

The 本製品 will use the Zoho Books API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the 本製品.

  • PaymentId supports the '=' comparison.
  • PaymentRefundId supports the '=' comparison.

For example, the following queries are processed server side:

SELECT * FROM CustomerPaymentsRefund

SELECT * FROM CustomerPaymentsRefund WHERE PaymentId = '3350895000000089001'

SELECT * FROM CustomerPaymentsRefund WHERE PaymentRefundId = '3285934000000441001'

Insert

Insert can be executed by specifying the Amount,Date,FromAccountId,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 CustomerPaymentsRefund (Date,Amount,FromAccountId,PaymentId) VALUES ('2023-02-27','1200',3285934000000259036,3285934000000312117)

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 CustomerPaymentsRefund SET Description = 'test2' where PaymentRefundId=3285934000000439001 and PaymentId=3285934000000234015

Delete

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

Delete from CustomerPaymentsRefund where PaymentRefundId=3285934000000439001 and PaymentId=3285934000000234015

Columns

Name Type ReadOnly References SupportedOperators Description
PaymentRefundId [KEY] String True =

Payment Refund Id

PaymentId [KEY] String False

CustomerPayments.PaymentId

=

Payment Id

Amount Integer False

Amount

FromAccountId String False

From Account Id

AmountBcy Integer True

Amount BCY

AmountFcy Integer True

Amount FCY

CustomerName String True

Customer Name

Date Date False

Date

Description String False

Description

ExchangeRate Decimal False

Exchange Rate

ReferenceNumber String False

Reference Number

RefundMode String False

Refund Mode

PaymentForm String False

Payment Form

PaymentNumber String True

Payment Number

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