pfx-api:updateLPG

 

Properties

Option

Type

Default

Description

Option

Type

Default

Description

typedId

string

 

Defines typedId of the Pricefx entity.

mapper

string

 

Defines a mapper name which is a Spring bean or definition in the header or property.

objectType

object

 

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

dsUniqueName

string

 

Defines dsUniqueName for Datamarts. 

converterStrategyType

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&amp;typedId=12345&amp;mapper=myMapper&amp;converterStrategyType=MANUAL"/> </split> <to uri="mock:response"/> </route>

IntegrationManager version 5.8.0