01. DADOS GERAIS

Linha de Produto:RM
Segmento:BackOffice
Módulo:Gestão Fiscal
Função:EFD Reinf
Requisito/Story/Issue (informe o requisito relacionado) :

FISCAL01-10231


02. SITUAÇÃO/REQUISITO

A inclusão do registro R-1070 será realizada conforme a estrutura padrão dos eventos da EFD-REINF, porém com os detalhes abaixo.

Validações

03. SOLUÇÃO

Foi criada a API referente ao registro R-1070 com as seguintes validações:

03. DEMAIS INFORMAÇÕES

Url para acesso da API de validação do R-1070:


GET Todos: http://localhost:8052/api/fiscal/v1/eventoreinf/
GET 1: http://localhost:8052/api/fiscal/v1/eventoreinf/1|1
POST: http://localhost:8052/api/fiscal/v1/eventoreinf
PUT: http://localhost:8052/api/fiscal/v1/eventoreinf/1|1
PATCH: http://localhost:8052/api/fiscal/v1/eventoreinf/1|1
DELETE: http://localhost:8052/api/fiscal/v1/eventoreinf/1|1



<style>
div.theme-default .ia-splitter #main {
    margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
    display: none;
}
#main {
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
}

.aui-header-primary .aui-nav,  .aui-page-panel {
    margin-left: 0px !important;
}
.aui-header-primary .aui-nav {
    margin-left: 0px !important;
}
</style>