Taxes Invoice
Get taxes invoice from an invoice pdf
Get taxes invoice from an invoice pdf
STEP 1
POST
https://api.transiteo.io/v1/importFileService/invoicePdf/taxesInvoice
Get a timestamp to request the step 2
Headers
Name
Value
Content-Type
application/json
Authorization
id token from cognito
JSON REQUEST FORMAT
Response
STEP 2
GET
https://api.transiteo.io/v1/importFileService/invoicePdf/taxesInvoice/{timestamp}
Get Taxes invoice result
Headers
Name
Value
Content-Type
application/json
Authorization
id token from cognito
Path parameters
Name
Type
Description
timestamp
string
timestamp in millis
Response
Last updated