Skip to content

Instantly share code, notes, and snippets.

@joellobo
Created September 1, 2021 19:55
Show Gist options
  • Save joellobo/94e1219a513f1a8925655243d26736ba to your computer and use it in GitHub Desktop.
Save joellobo/94e1219a513f1a8925655243d26736ba to your computer and use it in GitHub Desktop.
{
"status": 200,
"message": "",
"data": [
{
"idCotacao": "string",
"dataCotacao": "2014-12-31",
"valorCotacao": 0.1,
"margemDisponivel": 0.1,
"dataLimiteProposta": "2014-12-31",
"fornecedor": {
"ni": "string",
"nome": "string",
}
"contratos": [
{
"nrAnoContrato": "string",
"uasg": {
"codigo": "string",
"nome": "string",
}
"pergunta1": "string",
"resposta1": "string",
"pergunta2": "string",
"resposta2": "string",
"pergunta3": "string",
"resposta3": "string",
"pergunta4": "string",
"resposta4": "string",
"pergunta5": "string",
"resposta5": "string",
"justificativa": "string"
}
],
"empenhos": [
{
"nrEmpenho": "",
"uasg": {
"codigo": "string",
"nome": "string",
}
"pergunta1": "string",
"resposta1": "string",
"pergunta2": "string",
"resposta2": "string",
"pergunta3": "string",
"resposta3": "string",
"pergunta4": "string",
"resposta4": "string",
"pergunta5": "string",
"resposta5": "string",
"justificativa": "string"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment