{ "info": { "_postman_id": "9367e29f-a863-40a8-873a-14a3d34c840d", "name": "Inutilizar faixa de numeração", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Inutilizar Faixa de Numeração", "request": { "auth": { "type": "basic", "basic": [ { "key": "username", "value": "admin", "type": "string" }, { "key": "password", "value": "123mudar", "type": "string" } ] }, "method": "POST", "header": [ { "description": "Indica o tipo de arquivo", "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/x-www-form-urlencoded" }, { "description": "Para logar no SAAS com Adm", "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": "Nome do Grupo", "type": "text" }, { "key": "CNPJ", "value": "08187168000160", "description": "CNPJ do cliente Final (Emitente)", "type": "text" }, { "key": "Ano", "value": "19", "description": "Usa Apenas 2 digitos ex: 2019=19", "type": "text" }, { "key": "Serie", "value": "1", "description": "Serie da NFCE", "type": "text" }, { "key": "NFIni", "value": "1", "description": "inicial da faixa que sera inutilizada", "type": "text" }, { "key": "NFFin", "value": "10", "description": "Final da faixa que sera inutilizada", "type": "text" }, { "key": "Justificativa", "value": "Inutilizacao de numero homologado.", "description": "Minimo 15 caracter", "type": "text" } ] }, "url": { "raw": "https://managersaashom.tecnospeed.com.br:7071/ManagerAPIWeb/nfce/inutiliza", "protocol": "https", "host": [ "managersaashom", "tecnospeed", "com", "br" ], "port": "7071", "path": [ "ManagerAPIWeb", "nfce", "inutiliza" ] } }, "response": [] } ] }