Fieldpine Logo eLink Home | Documentation Home

eLink APPT 21,7 Size/Price Detail

Goto: eLink Home

This APPT packet holds details of specific price/size details when a single "qty" type field is not sufficient. For example a purchase order may order 35 units, with the exact request being 3x 10outers and 5 singles.

Arg#BinaryDescription
2'E'Required. Constant '7'
3'E'Required. Constant '21'
201'E'Total unit quantity represented
202'E'Number of outers requested
203'E'Size of outer in units
204's'Outer Part, or suppliers part code
205's'Total price, including tax
206's'Total price, excluding tax

Example

An order consists of 30 units, supplied by 3 outers of 10.

<APPT>
	<f2>7</f2>
	<f3>21</f3>
	<f201>30</f201>
	<f202>3</f202>
	<f203>10</f203>
	<f204>Pack10</f204>
	<f205>300.00</f205>
	<f206>268.50</f206>
</APPT>