Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Update the status of the specified transaction.

Request

The service request contains:

UpdateGeneralLedgerTransactionStatusRequest

Name

Data Type

Required?

Default Value

Discussion

GlTransactionNumber

int

yes

 

The GlTransactionNumber returned by GetNextGlTransaction.

Status

string(1)

yes

 

"P"=Pending
"T"=Transmitted
"C"=Confirmed
"F"=Failed

GjTransactionNumber

string(50)

no

 

The G/L system's transaction ID for the journal entry


Response


The following data is returned:

UpdateGeneralLedgerTransactionStatusResponse

Name

Data Type

Discussion

UpdateStatus

int

1 if transaction found and updated, 0 if not found, -1 if unsuccessful

  • No labels