⏩ Pesquisa TODAS as notas fiscal
{{url}}/sap/opu/odata/sap/API_LOGBR_NOTAFISCAL_SRV/A_BR_NFDocument?$format=json
⏩ Filtrar apenas UMA nota fiscal
{{url}}/sap/opu/odata/sap/API_LOGBR_NOTAFISCAL_SRV/A_BR_NFDocument('0000000028')?$format=json
⏩ Consultar Itens de UMA nota fiscal
{{url}}/sap/opu/odata/sap/API_LOGBR_NOTAFISCAL_SRV/A_BR_NFDocument('0000000028')/to_BR_NFItem?$format=json
⏩ Consultar Cabeçalho e Item de uma nota fiscal
{{url}}/sap/opu/odata/sap/API_LOGBR_NOTAFISCAL_SRV/A_BR_NFDocument('0000000028')?$expand=to_BR_NFItem&$format=json
⏩ Consultar IMPOSTOS de um Item da nota fiscal
{{url}}/sap/opu/odata/sap/API_LOGBR_NOTAFISCAL_SRV/A_BR_NFItem(BR_NotaFiscal='0000000028',BR_NotaFiscalItem='000001')/to_BR_NFTax?$format=json