curl --location --request GET '/api/Fornecedor'
{
"summary": null,
"totalItems": 0,
"pageNumber": 0,
"pageSize": 0,
"ids": [
0
],
"list": [
{
"id": 0,
"razaoSocial": "string",
"nomeFantasia": "string",
"cnpj": "string",
"telefone": "string",
"endereco": {
"id": 0,
"cep": "string",
"logradouro": "string",
"numero": "string",
"complemento": "string",
"bairro": "string",
"cidade": "string",
"uf": "string"
}
}
],
"totalPages": 0,
"hasPreviousPage": true,
"hasNextPage": true,
"nextPageNumber": 0,
"previousPageNumber": 0
}