Name |
Type |
ReadOnly |
Filterable |
Description |
Id [KEY] |
string |
true |
true |
The Id of the credit memo. |
SyncToken |
string |
false |
false |
The sync token. This must be specified when executing an update or delete. |
MetaData_CreateTime |
datetime |
true |
true |
The time the record was created. |
MetaData_LastUpdatedTime |
datetime |
true |
true |
The time the record was last updated. |
CustomField |
string |
false |
false |
A JSON aggregate of custom fields for the credit memo. |
DocNumber |
string |
false |
true |
The reference number for the transaction. |
TxnDate |
date |
false |
true |
The date when this transaction occurred. |
PrivateNote |
string |
false |
false |
The private note about the transaction. |
Line |
string |
false |
false |
A json aggregate of line items on the credit memo. |
TxnTaxDetail_TxnTaxCodeRef |
string |
false |
false |
The tax code for the transaction. |
TxnTaxDetail_TxnTaxCodeRef_Name |
string |
true |
false |
The name is associated with the tax code for the transaction. |
TxnTaxDetail_TotalTax |
string |
false |
false |
The total tax calculated for the transaction, excluding any tax lines manually inserted into the transaction line list. |
TxnTaxDetail_TaxLine |
string |
false |
false |
A json aggregate of tax line items. |
CustomerRef |
string |
false |
true |
The Id of the customer. |
CustomerRef_Name |
string |
true |
false |
The name of the customer or job. |
CustomerMemo |
string |
false |
false |
The message to the customer is visible on the transaction. |
BillAddr_Id |
string |
false |
false |
The Id of the entity for the address is mainly used for modifying the address. This value is assigned by the data service. |
BillAddr_Line1 |
string |
false |
false |
The first line of the address. |
BillAddr_Line2 |
string |
false |
false |
The second line of the address. |
BillAddr_Line3 |
string |
false |
false |
The third line of the address. |
BillAddr_Line4 |
string |
false |
false |
The fourth line of the address. |
BillAddr_Line5 |
string |
false |
false |
The fifth line of the address. |
BillAddr_City |
string |
false |
false |
The city name. |
BillAddr_Country |
string |
false |
false |
The country name. |
BillAddr_CountrySubDivisionCode |
string |
false |
false |
The country region. The state name for the USA or the province name for Canada. |
BillAddr_PostalCode |
string |
false |
false |
The postal code. The zip code for the USA and Canada. |
BillAddr_Note |
string |
false |
false |
The note for the customer. |
BillAddr_Lat |
string |
false |
false |
The latitude coordinate of the geocoded billing address. |
BillAddr_Long |
string |
false |
false |
The longitude coordinate of the geocoded billing address. |
ShipAddr_Id |
string |
false |
false |
The Id of the entity for the address. |
ShipAddr_Line1 |
string |
false |
false |
The first line of the shipping address. |
ShipAddr_Line2 |
string |
false |
false |
The second line of the shipping address. |
ShipAddr_Line3 |
string |
false |
false |
The third line of the shipping address. |
ShipAddr_Line4 |
string |
false |
false |
The fourth line of the shipping address. |
ShipAddr_Line5 |
string |
false |
false |
The fifth line of the shipping address. |
ShipAddr_City |
string |
false |
false |
The city name |
ShipAddr_Country |
string |
false |
false |
The country name |
ShipAddr_CountrySubDivisionCode |
string |
false |
false |
The region within a country. |
ShipAddr_PostalCode |
string |
false |
false |
The postal code. |
ShipAddr_Lat |
string |
false |
false |
The latitude coordinate of the geocoded shipping address. |
ShipAddr_Long |
string |
false |
false |
The longitude coordinate of the geocoded shipping address. |
ClassRef |
string |
false |
true |
The Id of the class associated with the transaction. |
ClassRef_Name |
string |
true |
false |
The name of the class associated with the transaction. |
SalesTermRef |
string |
false |
true |
The Id of the sales term associated with the transaction. |
SalesTermRef_Name |
string |
true |
false |
The name of the sales term associated with the transaction. |
TotalAmt |
decimal |
false |
true |
The total amount of the transaction. This includes the total of all the charges, allowances, and taxes. |
PrintStatus |
string |
false |
false |
The print status of the credit memo. |
EmailStatus |
string |
false |
false |
The email status of the invoice. |
DepositToAccountRef |
string |
false |
false |
The asset account is where the payment money is deposited. If you do not specify this account, QuickBooks Online uses the Undeposited Funds account. |
DepositToAccountRef_Name |
string |
true |
false |
Name of the asset account where the payment money is deposited. If you do not specify this account, QuickBooks Online uses the Undeposited Funds account. |
RemainingCredit |
decimal |
false |
false |
The total credit amount is still available to be applied toward the payment. |
DepartmentRef |
string |
false |
false |
The Id of the location of the transaction. |
DepartmentRef_Name |
string |
true |
false |
The name of the location of the transaction. |
BillEmail_Address |
string |
false |
false |
The email address where the invoice is sent. If the value of EmailStatus is NeedToSend, BillEmail is a required input. |
ApplyTaxAfterDiscount |
boolean |
false |
false |
This field sets whether discounts are applied before taxes are calculated. |
CurrencyRef |
string |
false |
false |
The Id of the currency used in the transaction. |
CurrencyRef_Name |
string |
true |
false |
The name of the currency used in the transaction. |
ExchangeRate |
decimal |
false |
false |
The currency exchange rate. This field is valid only if the company file is set up to use the multicurrency feature. In QuickBooks, exchange rates are always recorded as the number of home currency units it takes to equal one foreign currency unit. This field is available for the UK, AU, IN, and CA editions. |
GlobalTaxCalculation |
string |
false |
false |
The method used to apply the tax. This field is valid in only the UK, AU, IN, and CA editions. |
HomeTotalAmt |
decimal |
true |
false |
The total amount of the transaction is expressed in the home currency. This includes the total of all the charges, allowances, and taxes. This field is valid in the UK, AU, IN, and CA editions. |
HomeBalance |
decimal |
true |
false |
The convenience field containins the amount in Balance expressed in terms of the home currency. Calculated by QuickBooks business logic. Value is valid only when CurrencyRef is specified. |