pfx-api:cancel

 

Properties

Option

Type

Default

Description

Option

Type

Default

Description

outputTarget

string

 

Defines output target for data in the exchange. It can be stored in the header, property or body.

outputTargetName

 

 

Defines output target name for the target type header and property. Put here the name of exchange header and name of exchange property.

objectType

string

 

Defines the object type. Possible values are listed at Type Codes.

typedId

string

 

Defines typedId of the Pricefx entity.

connection

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.

filter

string

 

Name of the used filter.

sql

string

 

Optional parameter. Can be used instead of a regular table filter. Accepts SQL-like syntax to define a filter logic.

Example: 'SELECT a WHERE b < 1 OR a <= 3 AND x > 1 ORDER BY a ASC'

The From clause has to be omitted – it has no meaning in filter API.

sortBy

string

 

Sort by. It overrides sortBy from the filter.

label

string

 

 

Examples

<route> <from uri="direct:cancelCfsRoute"/> <to uri="pfx-api:cancel?objectType=CFS&amp;typedId=181.CFS&amp;connection=pricefx"/> <to uri="mock:cancelResponse"/> /route>

IntegrationManager version 5.8.0