Adding an A/R Transaction - Deprecated
This API is deprecated. Calling this API will result in an error.
addRelatedARTransaction(RelatedARTxnInput input)
This API applies Credit Memo to Invoices as part of the A/R transaction.
Request |
||
---|---|---|
Field |
Type |
Description |
input |
RelatedARTxnInput |
List of RelatedARTaxInput2 records |
Apttus_Billing.RelatedARTransactionService.RelatedARTxnInput |
||
---|---|---|
Field |
Type |
Description |
collectionStatus |
String |
The Collection Status. |
description |
String |
Description for A/R Transaction. |
externalSystemStatus |
String |
The Status of external system. |
impactARAmount |
Decimal |
The A/R impact amount. |
integrationDate |
Datetime |
Date of Integration. |
invoiceId |
ID |
Invoice Id. |
reasonCode |
String |
Reason code for creating A/R transaction. |
relatedTransactionId |
String |
Related transacion id. |
transactionAmount |
Decimal |
Transaction amount. |
transactionDate |
Datetime |
Transaction date. |
transactionEffectiveDate |
Datetime |
The effective date of transaction. |
transactionNumber |
String |
Transaction number. |
transactionType |
String |
The type of transaction. |
Response |
||
---|---|---|
Field |
Type |
Description |
result |
RelatedARTxnResult |
List of RelatedARTaxResult2 records |
Apttus_Billing.RelatedARTransactionService.RelatedARTxnResult |
||
---|---|---|
Field |
Type |
Description |
errorString |
String |
Error string showing the error message. |
invoiceId |
ID |
Invoice Id. |
relatedARTransactionId |
ID |
The related A/R transaction Id. |
Status |
String |
Status of the transaction. |
transactionNumber |
String |
Transaction number. |