Discussions
Precision for the fields Rate, Qty, AmtTotal
9 days ago by Vamsee
https://az-am-ent-f6.corrigo.com/wsdk/CorrigoService.asmx?schema=schema1
<xs:element minOccurs="1" maxOccurs="1" name="Rate" nillable="true" type="xs:decimal"/>
<xs:element minOccurs="1" maxOccurs="1" name="Qty" nillable="true" type="xs:decimal"/>
Invoice\AmtTotal
<xs:element minOccurs="0" maxOccurs="1" name="AmtTotal" type="tns:MoneyValue"/>
- what is the precision( i mean to ask b.pppp( Precision: The number digits that should be accepted after the point) for the xs:decimal values
- what is AmtTotal type MoneyValue means and its precision for this too please?