POST api/Transaction/GetExceptionsOnTransaction?id={id}

Get valid actions for existing transaction

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

A concatenated list of available actions for the given order, deliminated by comma's.

GetExceptionResponse
NameDescriptionTypeAdditional information
Exceptions

Collection of ReturnException

None.

Result

The result of the call that a developer can use to trigger other actions in their system

ResultEnum

None.

Message

A message you can display to your user for information about the result of the call

string

None.

UniqueTransactionId

An Id you can associate with your requests to group them together

string

None.