H7 Declaration (Akanea)

Get XML File to import in AKANEA Customs software from an invoice

Get XML File to import in AKANEA Customs software from an invoice

STEP 1

POST https://api.transiteo.io/v1/importFileService/invoicePdf/h7Declaration

Get a timestamp to request the step 2

Headers

Name
Value

Content-Type

application/json

Authorization

id token from cognito

JSON REQUEST FORMAT

{
  "content": "data:application/pdf;base64,JVBERi0xLjQKJfbk/N8KMSAwIG9iago8PA..."
}

Response

{
    "timestamp": 1671483327236
}

STEP 2

GET https://api.transiteo.io/v1/importFileService/invoicePdf/h7Declaration/{timestamp}

Get export 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