pfx-api:calculate
Provides calculation for Calculated Field Sets or Datamarts.
Properties
Option | Type | Default | Description |
---|---|---|---|
| string | Â | Defines an output target name for the target type header and property. Put here the names of the exchange header and exchange property. |
| string | Â | Defines |
| object |  | Defines the object type. Possible values are listed at Type Codes. |
| 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. |
| Boolean | false | Defines if during fetch null fields should be returned via REST API back to a client. |
| date | Â | Â |
Examples
<route>
<from uri="direct:start"/>
<to uri="pfx-api:calculate?objectType=DM&typedId=1133.DMDL&targetName=DM.Prices&connection=pricefx"/>
<to uri="mock:end"/>
</route>
Â
IntegrationManager version 5.8.0