Saf-t PT suportado

Invoic€xpress

  • PT
  • EN
API

taxes.list

Returns all your taxes.

You call this method by submitting a HTTP GET request to the following URL :

https://screen-name.invoicexpress.net/taxes.xml

Parameters

Parameters are the data you will pass with the call.

api_key

Your secret identifier. Your API Key is on Account Overview in the Account section.

Rules: Required

Return Values

This is the result that will be passed back to you. Code and region are only for Portuguese accounts.

Success

<?xml version="1.0" encoding="UTF-8"?>
<taxes>
 <tax>
  <id>1</id>
  <name>IVA20</name>
  <value>20</value>
  <region>PT</region>
  <default_tax>1</default_tax>
  <!-- default tax -->
 </tax>
 <tax>
  <id>2</id>
  <name>IVA21</name>
  <value>21</value>
  <region>PT</region>
  <default_tax>0</default_tax>
 </tax>
</taxes>

Errors

HTTP: 401 Access denied
The API Key parameter is missing or incorrect.