Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

FailureReason

string(4000)

no

 

If status = "F" you can use this parameter to store the reason for the failure.

Response


The following data is returned:

...