/business/businesstransactions/{businessTransactionName}

Mount Point: /apiv1/business/businesstransactions/{businessTransactionName}

The following operations are supported on this resource:

GET

Retrieve details of a named business transaction definition

Parameters

name description type default
businessTransactionName The name of a stored business transaction definition path

Response Body

element: businessTransaction

The full definition of the named business transaction, including description and the elements that make up the definition.

PUT

Store a business transaction definition. Note that if {businessTransactionName} is already the name of a stored definition this will be overwritten.

Parameters

name description type default
businessTransactionName Name to store this business transaction definition under. path

Request Body

element: businessTransaction

XML/JSON representation of a business transaction definition See documentation on businessTransactionModel for further information.

Response Body

element: (custom)

HTTP 204 No Content if successful save

DELETE

Delete stored business transaction definition

Parameters

name description type default
businessTransactionName Name of business transaction definition to be deleted path

Response Body

element: (custom)

HTTP 204 No Content if definition successfully deleted