Objetivo
Método de consulta de pesquisa concorrente
Chamada
GET PesquisaConcorrenteAPI/api/v1/Concorrente
Parâmetros URI (URI Parameters)
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
---|
SeqConcorrente | sequencial do concorrente | integer($int32) | Não há |
Códigos do Recurso (Response Codes)
- SUCESS (200)
- BAD REQUEST (400)
Formatos de Resposta (Response Formats)
{
"SeqConcorrente": 0,
"CNPJ": "string",
"Descricao": "string", "Endereco": "string",
"Cidade": "string", "Uf": "string",
"LatLong": "string",
"CEP": 0
}
|
application/json, text/json
CODE 200 - SUCCESS
application/json, text/json
CODE 400 - BAD REQUEST
{
"code": "string",
"message": "string",
"detailedMessage": "string",
"helpUrl": "string",
"details": [
{
"guid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"notificationType": 0,
"code": "string",
"message": "string",
"detailedMessage": "string",
"status": 0
}
]
}
|