pfx-api:getAssignedCustomers

 

Properties

Option

Type

Default

Description

Option

Type

Default

Description

outputTarget

 

 

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.

typedId

string

 

Defines typedId of the Pricefx entity.

connection

string

 

Defines connection to Pricefx. This is an optional parameter and if it is omitted, the connection is taken from the Spring bean named pricefx.

resultFields

string

 

Specifies one or more fields (strings separated by a comma) to be returned (but the server still fetches all the fields from the database). The result object is sent as a Map (compare with valueFields).

If omitted, all fields are returned.

Examples

<route> <from uri="direct:start"/> <to uri="pfx-api:getAssignedCustomers?typedId=425.PG"/> <to uri="mock:end"/> </route>

 

IntegrationManager version 5.8.0