completeBatch

You can use the complete batch operation to complete or rollback batches.

completeBatch Request

Users must have the following permissions to call this operation:
  • PERM_COMPLETE_BATCH

This message is sent by the client application to the TIBCO Fulfillment Subscriber Inventory system. The completeBatch request has the following payload:

Element Type Cardinality Description
batchId String Mandatory (1..N) This is the ID of the batch to complete.
Action BatchCompleteAction Mandatory This is the batch action to complete. It can either be commit or rollback.

completeBatch Response

This message is sent by the TIBCO Fulfillment Subscriber Inventory system to the requesting application to return the results of the operation invocation. The completeBatch response has the following payload:

Element Type Cardinality Description
resultStatus ResultStatusType Mandatory This is the result status type and the operation invocation status.
batch BaseEntityResultType Optional This represents the result for a particular batch completion.
batch/id String Optional This is the ID of the batch completed.