Provides the allowable credit memo line values for a given invoice.
Note: The previously existing input and/or output fields <client_item_id>, <client_item_id_out> and/or <filter_client_item_id> were removed from this API call in Release 47.
Req | Field Name | Field Type | Max Length | Description |
---|---|---|---|---|
![]() |
client_no | long | 22 | Aria-assigned unique identifier indicating the Aria client providing service to this account. |
![]() |
auth_key | string | 32 | Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor. |
![]() |
acct_no | long | 22 | Aria-assigned account identifier. This value is unique across all Aria-managed accounts. |
OR | ||||
client_acct_id | string | 50 | Client-defined account identifier. | |
![]() |
invoice_no | long | 22 | Aria generated invoice number. |
OR | ||||
client_cm_seq_id | string | 50 | Client credit memo sequence id. | |
alt_caller_id | string | 30 | Person or process that submitted the API call. This can be someone's user ID, or the name of an application. | |
optional_transaction_qualifiers | array | Array of additional values you can associate with this API call. | ||
![]() |
string | 100 | Name of the field you want to associate with this API call. | |
![]() |
string | 100 | Corresponding value of the field you want to associate with this API call. |
Field Name | Field Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
error_code | long | Aria-assigned error identifier. 0 indicates no error. | ||||||||||||||||
error_msg | string | Description of any error that occurred. "OK" if there was no error. | ||||||||||||||||
restriction_reason | string | If the invoice cannot be credited using a credit memo, the reason for the restriction.
Allowable values for restriction_reason
|
||||||||||||||||
invoice_cm_line_details | hash | Array of invoice line items. | ||||||||||||||||
![]() |
long | Invoice line number. | ||||||||||||||||
![]() |
long | Aria generated service number. | ||||||||||||||||
![]() |
string | Service name. | ||||||||||||||||
![]() |
string | Client-defined SKU. | ||||||||||||||||
![]() |
long | Aria generated unique item ID. | ||||||||||||||||
![]() |
string | Unique Client-defined service ID. | ||||||||||||||||
![]() |
double | Amount. | ||||||||||||||||
![]() |
double | Maximum Credit Amount (this amount appears as tax-inclusive for a tax-inclusive service). | ||||||||||||||||
![]() |
double | Maximum Credit Amount on Net Charge Only, Excluding Taxes. | ||||||||||||||||
![]() |
long |
Indicating if the charge is tax inclusive or not. Allowable values for orig_charge_tax_inclusive_indicator
|
||||||||||||||||
![]() |
double | Maximum Credit Amount on Taxes. |