v1
latestOpenAPI 3.0.12026-07-245303882.5 MBServiceInvoice
Consulta de Nota Fiscal de Serviço.
get/nfse/{id}
Path parameters
idstring required
Identificador de Nota Fiscal de Serviço.
Response
OK
Example response
{
"serviceInvoiceId": "6761cf89b9fcb2eb27f9d6af",
"requestId": "d2e5b7c1-9a3f-4a6e-8f7b-1c9d3b2f6a4e",
"rpsSerial": "1",
"rpsNumber": 1,
"operationType": "TRIBUTACAO_MUNICIPIO",
"client": {
"documentType": "CNPJ",
"document": "51236721000136",
"name": "Razão Social",
"cityRegistration": "12345678912345",
"stateRegistration": "12345678912345",
"email": "email@google.com",
"phone": "11912345678",
"address": {
"street": "Logradouro",
"number": "1",
"neighborhood": "Bairro",
"cityCode": "3550308",
"city": "São Paulo",
"state": "SP",
"country": "BR",
"complement": "Casa",
"zipCode": "08190120"
}
},
"service": {
"cnae": "62091",
"code": "1.07",
"cityTaxCode": "3158",
"cityTaxDescription": "SUPORTE TÉCNICO, MANUTENÇÃO E OUTROS SERVIÇOS EM TECNOLOGIA DA INFORMAÇÃO",
"description": "Prestação de Serviço",
"value": 1000,
"issRetained": true,
"issRate": 1,
"baseValue": 1010,
"issRetainedValue": 10,
"netValue": 1000,
"address": {
"street": "Logradouro",
"number": "1",
"neighborhood": "Bairro",
"cityCode": "3550308",
"city": "São Paulo",
"state": "SP",
"complement": "Casa",
"zipCode": "08190120"
}
},
"status": "PROCESSING"
}