{
	"info": {
		"_postman_id": "cf2bd7fb-9c38-429b-80e1-d0c4009a7f60",
		"name": "Collection API Conciliadora",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "38600834"
	},
	"item": [
		{
			"name": "Adquirentes",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Authorization",
						"value": "API_KEY",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.conciliadora.com.br/api/Adquirentes",
					"protocol": "https",
					"host": [
						"api",
						"conciliadora",
						"com",
						"br"
					],
					"path": [
						"api",
						"Adquirentes"
					]
				}
			},
			"response": []
		},
		{
			"name": "Produtos",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Authorization",
						"value": "API_KEY",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.conciliadora.com.br/api/Produtos",
					"protocol": "https",
					"host": [
						"api",
						"conciliadora",
						"com",
						"br"
					],
					"path": [
						"api",
						"Produtos"
					]
				}
			},
			"response": []
		},
		{
			"name": "Modalidades",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Authorization",
						"value": "API_KEY",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.conciliadora.com.br/api/Modalidades",
					"protocol": "https",
					"host": [
						"api",
						"conciliadora",
						"com",
						"br"
					],
					"path": [
						"api",
						"Modalidades"
					]
				}
			},
			"response": []
		},
		{
			"name": "Consulta Venda com paginação",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Authorization",
						"value": "API_KEY",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.conciliadora.com.br/api/ConsultaVenda?$filter=DataVenda+eq+2025-02-19+and+Estabelecimento+eq+'X'&$top=1&$skip=1&$count=true",
					"protocol": "https",
					"host": [
						"api",
						"conciliadora",
						"com",
						"br"
					],
					"path": [
						"api",
						"ConsultaVenda"
					],
					"query": [
						{
							"key": "$filter",
							"value": "DataVenda+eq+2025-02-19+and+Estabelecimento+eq+'X'"
						},
						{
							"key": "$top",
							"value": "1"
						},
						{
							"key": "$skip",
							"value": "1"
						},
						{
							"key": "$count",
							"value": "true"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "ConsultaVenda",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Authorization",
						"value": "API_KEY",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.conciliadora.com.br/api/ConsultaVenda?$filter=RefoID eq RefoId and DataVenda eq 2025-02-17",
					"protocol": "https",
					"host": [
						"api",
						"conciliadora",
						"com",
						"br"
					],
					"path": [
						"api",
						"ConsultaVenda"
					],
					"query": [
						{
							"key": "$filter",
							"value": "RefoID eq RefoId and DataVenda eq 2025-02-17"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "PrevisaoPagamento",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Authorization",
						"value": "API_KEY",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.conciliadora.com.br/api/ConsultaPrevisaoPagamento?$filter=RefoId eq 26154 and DataPagto eq 2025-04-03",
					"protocol": "https",
					"host": [
						"api",
						"conciliadora",
						"com",
						"br"
					],
					"path": [
						"api",
						"ConsultaPrevisaoPagamento"
					],
					"query": [
						{
							"key": "$filter",
							"value": "RefoId eq 26154 and DataPagto eq 2025-04-03"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "CancelamentoVenda",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Authorization",
						"value": "API_KEY",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.conciliadora.com.br/api/CancelamentoVenda?$filter=RefoId eq RefoId and DataPagto ge 2021-06-01 and DataPagto le 2025-02-19",
					"protocol": "https",
					"host": [
						"api",
						"conciliadora",
						"com",
						"br"
					],
					"path": [
						"api",
						"CancelamentoVenda"
					],
					"query": [
						{
							"key": "$filter",
							"value": "RefoId eq RefoId and DataPagto ge 2021-06-01 and DataPagto le 2025-02-19"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "ConsultaPagamento",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Authorization",
						"value": "API_KEY",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.conciliadora.com.br/api/ConsultaPagamento?$filter=RefoId eq RefoId and DataPagamento eq 2025-02-19",
					"protocol": "https",
					"host": [
						"api",
						"conciliadora",
						"com",
						"br"
					],
					"path": [
						"api",
						"ConsultaPagamento"
					],
					"query": [
						{
							"key": "$filter",
							"value": "RefoId eq RefoId and DataPagamento eq 2025-02-19"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "ConciliacaoSistema",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Authorization",
						"value": "API_KEY",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.conciliadora.com.br/api/ConsultaConciliacaoSistema?$filter=RefoID eq RefoId and DataVenda eq 2025-02-19",
					"protocol": "https",
					"host": [
						"api",
						"conciliadora",
						"com",
						"br"
					],
					"path": [
						"api",
						"ConsultaConciliacaoSistema"
					],
					"query": [
						{
							"key": "$filter",
							"value": "RefoID eq RefoId and DataVenda eq 2025-02-19"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Vendas Conciliadas",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Authorization",
						"value": "API_KEY",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.conciliadora.com.br/api/ConsultaVendasConciliadas?$filter=DataVenda eq 2025-02-16 and RefoId eq RefoId",
					"protocol": "https",
					"host": [
						"api",
						"conciliadora",
						"com",
						"br"
					],
					"path": [
						"api",
						"ConsultaVendasConciliadas"
					],
					"query": [
						{
							"key": "$filter",
							"value": "DataVenda eq 2025-02-16 and RefoId eq RefoId"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Vendas Não Enviadas",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Authorization",
						"value": "API_KEY",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.conciliadora.com.br/api/ConsultaConciliacaoSistema?$filter=DataVenda eq 2022-05-16 and RefoId eq RefoId",
					"protocol": "https",
					"host": [
						"api",
						"conciliadora",
						"com",
						"br"
					],
					"path": [
						"api",
						"ConsultaConciliacaoSistema"
					],
					"query": [
						{
							"key": "$filter",
							"value": "DataVenda eq 2022-05-16 and RefoId eq RefoId"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "StatusProcessamento",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Authorization",
						"value": "API Key",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.conciliadora.com.br/api/ConsultaStatusProcessamento?$filter=IdEmpresa eq XXXX and DataInicio eq 2025-09-25 and DataFim eq 2025-09-25",
					"protocol": "https",
					"host": [
						"api",
						"conciliadora",
						"com",
						"br"
					],
					"path": [
						"api",
						"ConsultaStatusProcessamento"
					],
					"query": [
						{
							"key": "$filter",
							"value": "IdEmpresa eq XXXX and DataInicio eq 2025-09-25 and DataFim eq 2025-09-25"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "API - EnvioVendaSistema",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "",
						"value": "",
						"type": "text",
						"disabled": true
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "idEmpresa",
							"value": "XXXX",
							"type": "text"
						},
						{
							"key": "senha",
							"value": "XXXXX",
							"type": "text"
						},
						{
							"key": "file",
							"type": "file",
							"src": []
						}
					]
				},
				"url": {
					"raw": "https://api.conciliadora.com.br/api/EnvioVendaSistema",
					"protocol": "https",
					"host": [
						"api",
						"conciliadora",
						"com",
						"br"
					],
					"path": [
						"api",
						"EnvioVendaSistema"
					]
				}
			},
			"response": []
		}
	]
}