HomeRecipesAPI ReferenceChangelogDiscussions
Log In
Discussions

Discussions

Ask a Question
Back to All

Precision for the fields Rate, Qty, AmtTotal

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"/>

  1. 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
  2. what is AmtTotal type MoneyValue means and its precision for this too please?