Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
EditExternalTransactionStatusInput
Used when editing the status of an external transaction
Parameters
Name Type Description

resultJson

String

Result of the transaction in JSON

status

TransactionStatusEnum

Required
Not null

The transaction status

Possible values: [NEVER_INITIATED, SUCCESS, PARTIAL_SUCCESS, STARTED, ERROR].

transactionUUID

String

Required
Not null

Uuid of the transaction

Json Format
{
transactionUUID: String,
resultJson: String,
status: TransactionStatusEnum
}