ConnectApi.CreditInvoiceInputRequest
Property | Type | Description | Required or Optional | Available Version |
---|---|---|---|---|
description | String |
Description for the credit memo to be created. |
Optional | 62.0 |
effectiveDate | String |
Date when the credit memo takes effect. |
Optional | 62.0 |
invoiceLines | List<ConnectApi.CreditInvoiceInvoiceLine> |
List of the invoice lines to be credited. The invoice line IDs must be related to the invoice ID specified in the API request. If invoice lines aren’t specified, the API request results in an error. |
Required | 62.0 |
taxEffectiveDate | String |
Date when the tax takes effect to recalculate the taxes. |
Optional | 62.0 |
taxStrategy | ConnectApi.TaxStrategyEnum |
Tax strategy to be applied across invoice lines. You can override the tax strategy at the individual invoice line level or at the tax line level. Valid values are:
|
Required | 62.0 |
type | ConnectApi.CreditMemoTypeEnum |
Type of credit memo to be created. Valid value is Posted. |
Optional | 62.0 |