Purchase order response

This section shows the XML format for the purchase order response sent by the external Vertex interface.

<PurchaseOrderResponse documentDate="2016-01-14" documentNumber="IN00000001" transactionType="PURCHASE">
<Buyer>
<Company>7311</Company>
<Destination taxAreaId="241631590">
<City>ketchikan</City>
<MainDivision>AK</MainDivision>
<PostalCode>99901</PostalCode>
</Destination>
</Buyer>
<Vendor>
<PhysicalOrigin taxAreaId="241631590">
<City>lake elmo</City>
<MainDivision>MN</MainDivision>
<PostalCode>55042</PostalCode>
<Country>US</Country>
</PhysicalOrigin>
</Vendor>
<SubTotal>100.0</SubTotal>
<Total>107.13</Total>
<TotalTax>7.13</TotalTax>
<LineItem lineItemNumber="1">
<Quantity>1.0</Quantity>
<ExtendedPrice>100.0</ExtendedPrice>
<Taxes situs="DESTINATION" taxResult="TAXABLE" taxStructure="SINGLE_RATE" taxType="CONSUMERS_USE">
<Jurisdiction jurisdictionId="18122" jurisdictionLevel="STATE">MINNESOTA</Jurisdiction>
<CalculatedTax>6.88</CalculatedTax>
<EffectiveRate>0.06875</EffectiveRate>
<Taxable>100.0</Taxable>
<Imposition impositionId="1">General Sales and Use Tax</Imposition>
<ImpositionType impositionTypeId="1">General Sales and Use Tax</ImpositionType>
<TaxRuleId>235129</TaxRuleId>
</Taxes>
<Taxes situs="DESTINATION" taxResult="TAXABLE" taxStructure="SINGLE_RATE" taxType="CONSUMERS_USE">
<Jurisdiction jurisdictionId="87856" jurisdictionLevel="DISTRICT">TRANSIT TAX AREA</Jurisdiction>
<CalculatedTax>0.25</CalculatedTax>
<EffectiveRate>0.0025</EffectiveRate>
<Taxable>100.0</Taxable>
<Imposition impositionId="1">Local Sales and Use Tax</Imposition>
<ImpositionType impositionTypeId="1">General Sales and Use Tax</ImpositionType>
<TaxRuleId>165228</TaxRuleId>
</Taxes>
<TotalTax>7.13</TotalTax>
</LineItem>
</PurchaseOrderResponse>
<ApplicationData>
<ResponseTimeMS>7.5</ResponseTimeMS>
</ApplicationData>
</VertexEnvelope>