pfx-api:cancel
Â
Properties
Option | Type | Default | Description |
---|---|---|---|
| string | Â | Defines output target for data in the exchange. It can be stored in the header, property or body. |
| Â | Â | Defines output target name for the target type header and property. Put here the name of exchange header and name of exchange property. |
| string |  | Defines the object type. Possible values are listed at Type Codes. |
| string | Â | Defines |
| string | Â | Defines connection to Pricefx. This is an optional parameter and if it is not mentioned, the connection is taken from the Spring bean named pricefx. |
| string | Â | Name of the used filter. |
| string |  | Optional parameter. Can be used instead of a regular table filter. Accepts SQL-like syntax to define a filter logic. Example: The From clause has to be omitted – it has no meaning in filter API. |
| string | Â | Sort by. It overrides |
| string | Â | Â |
Examples
<route>
<from uri="direct:cancelCfsRoute"/>
<to uri="pfx-api:cancel?objectType=CFS&typedId=181.CFS&connection=pricefx"/>
<to uri="mock:cancelResponse"/>
/route>
IntegrationManager version 5.8.0