Boa tarde, ao tentar emitir uma NFC-e no ambiente de homologação, ocorreu o seguinte erro:
{
“error”: {
“code”: “ValidationFailed”,
“message”: “Validation failed: ‘0.00’ violates pattern constraint of ‘0\.[0-9]{1}[1-9]{1}|0\.[1-9]{1}[0-9]{1}|[1-9]{1}[0-9]{0,12}(\.[0-9]{2})?’.\r\nThe element ‘vOutro’ with value ‘0.00’ failed to parse.”,
“errors”: [
{
“code”: “SchemaValidationError”,
“message”: “‘0.00’ violates pattern constraint of ‘0\.[0-9]{1}[1-9]{1}|0\.[1-9]{1}[0-9]{1}|[1-9]{1}[0-9]{0,12}(\.[0-9]{2})?’.\r\nThe element ‘vOutro’ with value ‘0.00’ failed to parse.”
}
]
}
}
para emitir uma NFC-e, é obrigatório ter algum valor neste campo ?
Já tentei passar como 0 e como nulo este valor, e estou usando VB.net