Set Plan Response
The response specification is as follows:
Queue or Topic |
Queue |
Destination |
temp queue or JMSReplyTo destination or tibco.aff.tds.plan.reply queue |
The response message contains the following header properties:
Element |
Type |
Cardinality |
Description |
businessTransactionID |
String |
Optional |
Unique identifier for tracing purposes across function calls. This is used for logging. |
correlationID |
String |
Optional |
Unique identifier for tracing purposes across a single function call. This is generally used by the calling application to correlate requests and responses. |
success |
Boolean |
Required |
Flag indicating if the call was successful. |
messageCode |
String |
Required |
Result message code. |
message |
String |
Required |
Result message. |
planID |
String |
Required |
Internal unique identifier for the plan specified in the request. |
There is no body (payload) associated with the response message.