Olá,
estou tendo o seguinte retorno:
{
"error": {
"code": "ValidationFailed",
"message": "Validation failed: Erro de Validação: --> 1871 - Element '{http://www.abrasf.org.br/nfse.xsd}CodigoPais': This element is not expected. Expected is ( {http://www.abrasf.org.br/nfse.xsd}Cep ).",
"errors": [
{
"code": "X800",
"message": "Erro de Validação: --> 1871 - Element '{http://www.abrasf.org.br/nfse.xsd}CodigoPais': This element is not expected. Expected is ( {http://www.abrasf.org.br/nfse.xsd}Cep )."
}
]
}
}
ao tentar emitir uma NFSe. Ja comparei com a requisicao de uma nota enviada anteriormente na parte do endereco e não há tags divergentes, conseguem ajudar?
Requisicao:
{
"provedor": "padrao",
"ambiente": "producao",
"infDPS": {
"tpAmb": 1,
"dhEmi": "2023-11-07T11:04:37Z",
"verAplic": "1.0",
"dCompet": "2023-11-07",
"prest": {
"CNPJ": "91489567000129"
},
"toma": {
"CNPJ": "07405506000120",
"xNome": "REDEPLAST INDUSTRIA DE CALCADOS LTDA",
"end": {
"endNac": {
"cMun": "4313409",
"CEP": "93546000"
},
"xLgr": "RUA BARTOLOMEU DE GUSMAO",
"nro": "3360",
"xCpl": "000",
"xBairro": "CANUDOS"
},
"fone": "51980164646",
"email": "evanice.klassmann@redeplastrs.com.br"
},
"serv": {
"cServ": {
"cTribNac": "14.05",
"cTribMun": "1270",
"CNAE": "2543800",
"xDescServ": "SERVICO 14.05"
}
},
"valores": {
"vServPrest": {
"vReceb": 40130,
"vServ": 40130
},
"vDescCondIncond": {
"vDescIncond": 0,
"vDescCond": 0
},
"trib": {
"tribMun": {
"tribISSQN": 1,
"cLocIncid": "4313409",
"pAliq": 2,
"tpRetISSQN": 1
},
"totTrib": {
"vTotTrib": {
"vTotTribFed": 0,
"vTotTribEst": 0,
"vTotTribMun": 802.6
},
"pTotTrib": {
"pTotTribFed": 0,
"pTotTribEst": 0,
"pTotTribMun": 2
},
"indTotTrib": 0,
"pTotTribSN": 2
}
}
}
}
}