Created
July 23, 2015 13:23
-
-
Save wtfcarlos/1a1fa6f80ce1b4c3f15b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ResultCode":"Success", | |
"DocCode":"INV001", | |
"DocDate":"2015-07-15", | |
"Timestamp":"2015-07-22T22:59:22.4794018Z", | |
"TotalAmount":"195", | |
"TotalDiscount":"0", | |
"TotalExemption":"0", | |
"TotalTaxable":"195", | |
"TotalTax":"14.63", | |
"TotalTaxCalculated":"14.63", | |
"TaxLines":[ | |
{ | |
"LineNo":"01", | |
"TaxCode":"P0000000", | |
"Taxability":"true", | |
"BoundaryLevel":"Address", | |
"Exemption":"0", | |
"Discount":"0", | |
"Taxable":"195", | |
"Rate":"0.075000", | |
"Tax":"14.63", | |
"TaxCalculated":"14.63", | |
"TaxDetails":[ | |
{ | |
"Country":"US", | |
"Region":"CA", | |
"JurisType":"State", | |
"JurisCode":"06", | |
"Taxable":"195", | |
"Rate":"0.065000", | |
"Tax":"12.68", | |
"JurisName":"CALIFORNIA", | |
"TaxName":"CA STATE TAX" | |
}, | |
{ | |
"Country":"US", | |
"Region":"CA", | |
"JurisType":"County", | |
"JurisCode":"065", | |
"Taxable":"195", | |
"Rate":"0.010000", | |
"Tax":"1.95", | |
"JurisName":"RIVERSIDE", | |
"TaxName":"CA COUNTY TAX" | |
} | |
] | |
} | |
], | |
"TaxAddresses":[ | |
{ | |
"Address":"1741 BOYD AVENUE", | |
"AddressCode":"02", | |
"City":"CORONA", | |
"Country":"US", | |
"Region":"CA", | |
"TaxRegionId":"2123803", | |
"JurisCode":"0606500000" | |
}, | |
{ | |
"Address":"39 W 14th St", | |
"AddressCode":"01", | |
"City":"New York", | |
"Country":"US", | |
"Region":"NY", | |
"TaxRegionId":"2088629", | |
"JurisCode":"3600051000" | |
} | |
], | |
"TaxDate":"2015-07-15" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment