pfx-api:getAssignedCustomers
Â
Properties
Option | Type | Default | Description |
---|---|---|---|
| Â | Â | 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 |
| 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. |
| 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 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