Adding Multiple A/R Transactions - Deprecated
This API invokes RelatedAR Transactions.
addRelatedARTransactions(List<RelatedARTxnInput> inputs)
This API is used to accept A/R Transactions in bulk.
Request |
|||
---|---|---|---|
Field |
Type |
Required? |
Description |
inputs |
RelatedARTxnInput |
Yes |
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 |
results |
List <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. |