{ "info": { "_postman_id": "9367e29f-a863-40a8-873a-14a3d34c840d", "name": "Cancelar uma Nota por Substituição", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Cancela Por Substituição", "request": { "auth": { "type": "basic", "basic": [ { "key": "username", "value": "admin", "type": "string" }, { "key": "password", "value": "123mudar", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "type": "text", "value": "Basic YWRtaW46MTIzbXVkYXI=", "warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman." } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "Grupo", "value": "edoc", "description": "Qual grupo o cliente participa", "type": "text" }, { "key": "CNPJ", "value": "08187168000160", "description": "CNPJ do cliente Final (Emitente)", "type": "text" }, { "key": "ChaveNota", "value": "41190708187168000160655780000000181000000273", "description": "Informar Chave da Nota de 44 digitos", "type": "text" }, { "key": "Justificativa", "value": "nota cancelada por erro", "description": "Motivo Cancelamento. Pelo Mones 15 Char", "type": "text" }, { "key": "ChaveNotaReferencia", "value": "41190708187168000160655780000000181000000274", "description": "NFC-e Emitida em contigencia que substituia que esta sendo cancelada", "type": "text" }, { "key": "Orgao", "value": "41", "description": "Código IBGE da UF. Exemplo: 41", "type": "text" }, { "key": "Autor", "value": "1", "description": "Tipo do autor que esta realizando o cancelamento. Ex: 1", "type": "text" }, { "key": "VersaoAplicativo", "value": "1.0", "description": "Versão do aplicativo do emissor. Ex: 1.0", "type": "text" } ] }, "url": { "raw": "https://managersaashom.tecnospeed.com.br:7071/ManagerAPIWeb/nfce/cancela", "protocol": "https", "host": [ "managersaashom", "tecnospeed", "com", "br" ], "port": "7071", "path": [ "ManagerAPIWeb", "nfce", "cancela" ] } }, "response": [] } ] }