pfx-api:updateLPG
Â
Properties
Option | Type | Default | Description |
---|---|---|---|
| string | Â | Defines |
| string | Â | Defines a mapper name which is a Spring bean or definition in the header or property. |
| object |  | Defines the object type. Possible values are listed at Type Codes. |
| string | Â | Defines |
| string | Â | Possible values: AUTO, MANUAL |
Examples
<route id="lpgupdate-route">
<from uri="direct:start"/>
<split streaming="true" strategyRef="recordsCountAggregation">
<tokenize group="50" token="\\n"/>
<to uri="pfx-csv:unmarshal?skipHeaderRecord=true"/>
<to uri="pfx-api:updateLPG?objectType=LPG&typedId=12345&mapper=myMapper&converterStrategyType=MANUAL"/>
</split>
<to uri="mock:response"/>
</route>
IntegrationManager version 5.8.0