Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Extended CA model is extract-only and available only for a limited number of feedtypes:

  • WRHSTRADEEXTRACT,
  • TRADEDCAEXTRACT,
  • SETTLEDCAEXTRACT.

To extract it please add the value CA to the IncludeExtendedDetails parameter. If you use IncludeExtendedDetails = Y or ALL and want to extract Extended CA as well, add it comma-separated as in the examples below, (order is not relevant).

 Click to expand:
<taskParameter>
	<name>IncludeExtendedDetails</name>
	<dataType>S</dataType>
	<value>CA</value>
</taskParameter>
<taskParameter>
	<name>IncludeExtendedDetails</name>
	<dataType>S</dataType>
	<value>CA,ALL</value>
</taskParameter> 
<taskParameter>
	<name>IncludeExtendedDetails</name>
	<dataType>S</dataType>
	<value>Y,CA</value>
</taskParameter>
  • No labels