Cloud Jasmin DevelopmentGuides
DevelopmentGuides
Guides
Back | List of Articles

How to communicate series to the Tax Authority via Web API?

Last changed in 03/02/2023

From 01/01/2023, it is mandatory to communicate the document series to the Tax Authority (AT). Besides communicating the series on the app, you can do it via Web API (see documentation). Please note that if you do not communicate the series you use, you will not be able to issue documents in the application.


To help communicate series using the Web API, we have prepared the following example:

POST taxesCore/seriesCommunications/communicateSeries

{
    "company": "TEST",
    "action": "Register", //or "Finish" or "Annul"
    "communicateSeriesLines":
    [
        {
            "series": "2023",
            "documentType": "FA",
            "fiscalDocumentType": "FT"
        },
        {
            "series": "2023",
            "documentType": "NC",
            "fiscalDocumentType": "NC"
        }       
    ]
}

This is an example for communicating the 2023 series associated with the document types "FA" and "NC".

Bookmark or share this article
Esta página foi útil?
Obrigado pelo seu voto.

login para deixar a sua opinião.

Obrigado pelo seu feedback. Iremos analisá-lo para continuarmos a melhorar!
Artigos Relacionados
Boas práticas de integração Como utilizar OData para obter uma lista de encomendas? Como executar queries OData sobre os dados? Actualización de los endpoints de las integraciones [ES] Códigos de estado das respostas