{
	"info": {
		"_postman_id": "bf30db75-0ab1-4aa2-af08-9bf6e9af231d",
		"name": "Painel administrativo (ADM)",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "9581560"
	},
	"item": [
		{
			"name": "Fretes",
			"item": [
				{
					"name": "Busca de fretes da tela principal",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{api}}/bubble/busca-todas-empresa-frete",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-todas-empresa-frete"
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "Alteração de Frete",
					"request": {
						"method": "GET",
						"header": []
					},
					"response": []
				}
			],
			"description": "Rotas referentes à tela de fretes e seus desdobramentos"
		},
		{
			"name": "Financeiro",
			"item": [
				{
					"name": "Lista de pedidos da tela principal",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{api}}/bubble/financeiro-lista-principal",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"financeiro-lista-principal"
							]
						}
					},
					"response": []
				},
				{
					"name": "Realizar liberação",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "usuario",
									"value": "jaelson.jacinto@mrprint.com.br",
									"description": "Deve sempre ser um email",
									"type": "text"
								},
								{
									"key": "codigoPedido",
									"value": "1396491",
									"type": "text"
								},
								{
									"key": "assinaturaEletronica",
									"value": "texto de comprovante",
									"description": "sempre deve ser enviada, serve como comprovante de liberação com data e hora vinculados",
									"type": "text"
								},
								{
									"key": "emitirNf",
									"value": "Y",
									"description": "caso o pedido não precise de emissão de nota, como uma reimpressão, envia como 'N'",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url_local}}/bubble/realizar-liberacao",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"realizar-liberacao"
							]
						}
					},
					"response": [
						{
							"name": "Pedido já liberado",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "usuario",
											"value": "jaelson.jacinto@mrprint.com.br",
											"type": "text"
										},
										{
											"key": "codigoPedido",
											"value": "1380673",
											"type": "text"
										},
										{
											"key": "assinaturaEletronica",
											"value": "texto de comprovante",
											"type": "text"
										},
										{
											"key": "emitirNf",
											"value": "Y",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{api}}/bubble/realizar-liberacao",
									"host": [
										"{{api}}"
									],
									"path": [
										"bubble",
										"realizar-liberacao"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 01 Feb 2022 16:43:29 GMT"
								},
								{
									"key": "Server",
									"value": "Apache"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, GET, OPTIONS"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Authorization, X-Requested-With"
								},
								{
									"key": "Set-Cookie",
									"value": "laravel_session=eyJpdiI6IlhSZHFiYXZub3pZaGhuRW93cndKNUE9PSIsInZhbHVlIjoiY2E4akpmTEJVUzJiQ0NRa21GQTVFa1RPRXBOa0NsODQweGx1THhjODJOMmE2eURqbGRydXNWUUhjaTlRRjVKcHZqZEMyRDZId3FjWW1GN3VVWWw4cGpNWmsxREpadzhQeVpJZWJPbEdkMGI4eSt0V0ZLbzQxeDlzbkNBSkJDejkiLCJtYWMiOiIxNjMyOTYwZGJkNDRiZGIwMjg5ZWUxNzVjOGRkMmYwNDM3Njg5MTU3ODc4ZGZhNTVlNWZmZTQxZmE3ZTIyYzA4IiwidGFnIjoiIn0%3D; expires=Tue, 01-Feb-2022 18:43:29 GMT; Max-Age=7200; path=/; httponly"
								},
								{
									"key": "Upgrade",
									"value": "h2,h2c"
								},
								{
									"key": "Connection",
									"value": "Upgrade, close"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding,User-Agent"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "91"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"error\",\n    \"code\": 400,\n    \"message\": \"Pedido 1380673 já liberado\"\n}"
						},
						{
							"name": "Liberação efetuada",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "usuario",
											"value": "jaelson.jacinto@mrprint.com.br",
											"description": "Deve sempre ser um email",
											"type": "text"
										},
										{
											"key": "codigoPedido",
											"value": "1380673",
											"type": "text"
										},
										{
											"key": "assinaturaEletronica",
											"value": "texto de comprovante",
											"description": "sempre deve ser enviada, serve como comprovante de liberação com data e hora vinculados",
											"type": "text"
										},
										{
											"key": "emitirNf",
											"value": "Y",
											"description": "caso o pedido não precise de emissão de nota, como uma reimpressão, envia como 'N'",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{api}}/bubble/realizar-liberacao",
									"host": [
										"{{api}}"
									],
									"path": [
										"bubble",
										"realizar-liberacao"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 01 Feb 2022 16:43:29 GMT"
								},
								{
									"key": "Server",
									"value": "Apache"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, GET, OPTIONS"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Authorization, X-Requested-With"
								},
								{
									"key": "Set-Cookie",
									"value": "laravel_session=eyJpdiI6IlhSZHFiYXZub3pZaGhuRW93cndKNUE9PSIsInZhbHVlIjoiY2E4akpmTEJVUzJiQ0NRa21GQTVFa1RPRXBOa0NsODQweGx1THhjODJOMmE2eURqbGRydXNWUUhjaTlRRjVKcHZqZEMyRDZId3FjWW1GN3VVWWw4cGpNWmsxREpadzhQeVpJZWJPbEdkMGI4eSt0V0ZLbzQxeDlzbkNBSkJDejkiLCJtYWMiOiIxNjMyOTYwZGJkNDRiZGIwMjg5ZWUxNzVjOGRkMmYwNDM3Njg5MTU3ODc4ZGZhNTVlNWZmZTQxZmE3ZTIyYzA4IiwidGFnIjoiIn0%3D; expires=Tue, 01-Feb-2022 18:43:29 GMT; Max-Age=7200; path=/; httponly"
								},
								{
									"key": "Upgrade",
									"value": "h2,h2c"
								},
								{
									"key": "Connection",
									"value": "Upgrade, close"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding,User-Agent"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "91"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"success\",\n    \"code\": 200,\n    \"message\": \"Pedido liberado\"\n}"
						}
					]
				},
				{
					"name": "Vendas por período e filial",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/financeiro-vendas-por-periodo",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"financeiro-vendas-por-periodo"
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"dataInicial\": \"\",\r\n    \"dataInicial\": \"\",\r\n    \"filial\": \"\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{url_local}}/bubble/financeiro-vendas-por-periodo",
									"host": [
										"{{url_local}}"
									],
									"path": [
										"bubble",
										"financeiro-vendas-por-periodo"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Host",
									"value": "localhost:8000"
								},
								{
									"key": "Date",
									"value": "Tue, 01 Feb 2022 17:02:02 GMT"
								},
								{
									"key": "Date",
									"value": "Tue, 01 Feb 2022 17:02:02 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "X-Powered-By",
									"value": "PHP/7.4.27"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, GET, OPTIONS"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Authorization, X-Requested-With"
								},
								{
									"key": "Set-Cookie",
									"value": "laravel_session=eyJpdiI6ImxPT0pIZkRpRTUza2lyZFJqR1dIaVE9PSIsInZhbHVlIjoibnE3V09senU4NXlcL3B4Mm5ma3VySHZMMFlvT3V2MlVESEM1dnowdzBoZkYzdHBpQTRvXC9BT29SUWw4QzFOTkZja3VuMVNzbEVCSk5RTFliQlwvc0Vhb0E9PSIsIm1hYyI6IjdiNzZjZWNjZDE0OWMyZGVjM2MxYmUyYjM5Njg0NjQzMjI1Y2U4NTgzOWNiMDBiMzA5ZDBjYTIzMWUyZmQ2OTQifQ%3D%3D; expires=Tue, 01-Feb-2022 19:02:02 GMT; Max-Age=7200; path=/; httponly"
								}
							],
							"cookie": [],
							"body": "{\n    \"vendas\": \"período não informado\"\n}"
						}
					]
				}
			]
		},
		{
			"name": "Representantes",
			"item": [
				{
					"name": "Comissao",
					"item": [
						{
							"name": "edita representate comissao",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"key\": \"13\",\r\n    \"data_fim\": \"8888-12-12 12:12:12\",\r\n    \"comissao_valor\": \"10.000\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{url_local}}/bubble/edita-representante-comissao",
									"host": [
										"{{url_local}}"
									],
									"path": [
										"bubble",
										"edita-representante-comissao"
									]
								}
							},
							"response": []
						},
						{
							"name": "Adiciona representante comissao",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"representantes_id\": \"8\",\r\n    \"data_criado\": \"\",\r\n    \"data_inicio\": \"\",\r\n    \"data_fim\": \"2024-01-01\",\r\n    \"comissao_valor\": \"10.0000\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{url_local}}/bubble/adiciona-representante-comissao",
									"host": [
										"{{url_local}}"
									],
									"path": [
										"bubble",
										"adiciona-representante-comissao"
									]
								}
							},
							"response": []
						},
						{
							"name": "Remove representante comissao",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"key\": \"13\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{url_local}}/bubble/remove-representante-comissao",
									"host": [
										"{{url_local}}"
									],
									"path": [
										"bubble",
										"remove-representante-comissao"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Busca pedidos por email de representante",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{api}}/bubble/rep-listar-pedidos-email?email=raphael@misterprint.com.br&dataInicial=2022-01-01&dataFinal=2022-02-01",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"rep-listar-pedidos-email"
							],
							"query": [
								{
									"key": "email",
									"value": "raphael@misterprint.com.br"
								},
								{
									"key": "dataInicial",
									"value": "2022-01-01"
								},
								{
									"key": "dataFinal",
									"value": "2022-02-01"
								}
							]
						},
						"description": "Essa função busca o subdomínio do representante via e-mail e busca pedidos de representante com base no subdomínio dele.  \nTraz os pedidos com flags de convertido ou não e flags de conversível ou não, também traz os pedidos filtrados por data."
					},
					"response": [
						{
							"name": "Sucesso",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{api}}/bubble/rep-listar-pedidos-email?email=raphael@misterprint.com.br&dataInicial=2022-01-01&dataFinal=2022-02-01",
									"host": [
										"{{api}}"
									],
									"path": [
										"bubble",
										"rep-listar-pedidos-email"
									],
									"query": [
										{
											"key": "email",
											"value": "raphael@misterprint.com.br"
										},
										{
											"key": "dataInicial",
											"value": "2022-01-01"
										},
										{
											"key": "dataFinal",
											"value": "2022-02-01"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 01 Feb 2022 20:11:33 GMT"
								},
								{
									"key": "Server",
									"value": "Apache"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, private"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, GET, OPTIONS"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Authorization, X-Requested-With"
								},
								{
									"key": "Set-Cookie",
									"value": "laravel_session=eyJpdiI6ImYzK1pQT0JyYm5CSDU0VkI2ejI3elE9PSIsInZhbHVlIjoiYWpCL1NDUEZkNkM5NlFjc01Nc1h1b3lPV3RJYzg1ODR5WWZUaEJkSkV1LzJ5djdtK2dsZmYxTTBSVUpKbjk4bGdLQ2ZsSERsdHduTk5ZaklMWHFzR0J0bXBRVFF2bHhYdzMyODNOb3EzcWNScm8xdnZDTEdscEFqMTZiVlNCVlMiLCJtYWMiOiJiOTkyYmVjYzI4ZDg3YTNkNTFiYjlmOTMzYjFiZjIyOWZlNjIxY2NmZTJlMzVlZmE3NmY2N2VkMmFmNjYxOGJjIiwidGFnIjoiIn0%3D; expires=Tue, 01-Feb-2022 22:11:33 GMT; Max-Age=7200; path=/; httponly"
								},
								{
									"key": "Upgrade",
									"value": "h2,h2c"
								},
								{
									"key": "Connection",
									"value": "Upgrade, close"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding,User-Agent"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "4092"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"pedidos\": [\n        {\n            \"orders_id\": 1381449,\n            \"customers_id\": 15308,\n            \"customers_name\": \"OSMAR ABRÃO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-11 09:36:19\",\n            \"total\": \"48.90\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 4.79000000000000003552713678800500929355621337890625\n        },\n        {\n            \"orders_id\": 1381436,\n            \"customers_id\": 15571,\n            \"customers_name\": \"DENILSON PEREIRA DA COSTA\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": null,\n            \"total\": \"30.99\",\n            \"convertido\": 0,\n            \"conversivel\": 0,\n            \"comissao\": 2.999000000000000110134124042815528810024261474609375\n        },\n        {\n            \"orders_id\": 1381434,\n            \"customers_id\": 820031,\n            \"customers_name\": \"VICTOR JOSÉ ROSA FELISBERTO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-11 08:22:30\",\n            \"total\": \"0.00\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 4.9990000000000005542233338928781449794769287109375\n        },\n        {\n            \"orders_id\": 1381424,\n            \"customers_id\": 15501,\n            \"customers_name\": \"TADEU CAVALHEIRO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-11 06:24:15\",\n            \"total\": \"178.52\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 17.751999999999998891553332214243710041046142578125\n        },\n        {\n            \"orders_id\": 1381415,\n            \"customers_id\": 12787,\n            \"customers_name\": \"RAPHAEL SANTANA\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-10 21:01:18\",\n            \"total\": \"50.90\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 4.9900000000000002131628207280300557613372802734375\n        },\n        {\n            \"orders_id\": 1381414,\n            \"customers_id\": 14614,\n            \"customers_name\": \"FLÁVIO COSTA\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-10 20:36:16\",\n            \"total\": \"102.49\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 9.8990000000000009094947017729282379150390625\n        },\n        {\n            \"orders_id\": 1381412,\n            \"customers_id\": 15530,\n            \"customers_name\": \"jose aparecido dias\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-10 20:29:22\",\n            \"total\": \"27.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.6989999999999998436805981327779591083526611328125\n        },\n        {\n            \"orders_id\": 1381405,\n            \"customers_id\": 14614,\n            \"customers_name\": \"FLÁVIO COSTA\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-10 18:30:35\",\n            \"total\": \"30.49\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.6989999999999998436805981327779591083526611328125\n        },\n        {\n            \"orders_id\": 1381395,\n            \"customers_id\": 25107,\n            \"customers_name\": \"Gabriel Zanuto\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-10 17:27:05\",\n            \"total\": \"79.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 7.89900000000000002131628207280300557613372802734375\n        },\n        {\n            \"orders_id\": 1381390,\n            \"customers_id\": 810535,\n            \"customers_name\": \"EDILSON GALVÃO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-10 17:10:14\",\n            \"total\": \"27.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.6989999999999998436805981327779591083526611328125\n        },\n        {\n            \"orders_id\": 1381385,\n            \"customers_id\": 813615,\n            \"customers_name\": \"Project ONE\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-10 16:47:20\",\n            \"total\": \"133.09\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 13.2090000000000014068746168049983680248260498046875\n        },\n        {\n            \"orders_id\": 1381383,\n            \"customers_id\": 26899,\n            \"customers_name\": \"LUAN CAIO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-10 16:44:04\",\n            \"total\": \"297.86\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 29.68599999999999994315658113919198513031005859375\n        },\n        {\n            \"orders_id\": 1381375,\n            \"customers_id\": 823715,\n            \"customers_name\": \"Augusto Jose Felix Ferreira Simioanto\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-10 16:19:43\",\n            \"total\": \"34.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 3.399000000000000465405491922865621745586395263671875\n        },\n        {\n            \"orders_id\": 1381374,\n            \"customers_id\": 11863,\n            \"customers_name\": \"CASSIO TUBONE\",\n            \"pedido_areceber\": \"130.79\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": null,\n            \"total\": \"130.79\",\n            \"convertido\": 0,\n            \"conversivel\": 0,\n            \"comissao\": 12.9790000000000009805489753489382565021514892578125\n        },\n        {\n            \"orders_id\": 1381370,\n            \"customers_id\": 824045,\n            \"customers_name\": \"Ronan Tavares de Souza\",\n            \"pedido_areceber\": \"294.54\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": null,\n            \"total\": \"294.54\",\n            \"convertido\": 0,\n            \"conversivel\": 0,\n            \"comissao\": 29.354000000000002756905814749188721179962158203125\n        },\n        {\n            \"orders_id\": 1381357,\n            \"customers_id\": 826472,\n            \"customers_name\": \"ALTAIR DE OLIVEIRA COSTA\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-10 14:50:00\",\n            \"total\": \"26.36\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.536000000000000031974423109204508364200592041015625\n        },\n        {\n            \"orders_id\": 1381355,\n            \"customers_id\": 822995,\n            \"customers_name\": \"Gabriela Rossati Moraes\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-10 14:34:44\",\n            \"total\": \"27.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.6989999999999998436805981327779591083526611328125\n        },\n        {\n            \"orders_id\": 1381324,\n            \"customers_id\": 13884,\n            \"customers_name\": \"LEANDRO TEIXEIRA AUGUSTO\",\n            \"pedido_areceber\": \"26.36\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": null,\n            \"total\": \"26.36\",\n            \"convertido\": 0,\n            \"conversivel\": 0,\n            \"comissao\": 2.536000000000000031974423109204508364200592041015625\n        },\n        {\n            \"orders_id\": 1381319,\n            \"customers_id\": 824184,\n            \"customers_name\": \"MARCIO DE OLIVEIRA\",\n            \"pedido_areceber\": \"36.98\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": null,\n            \"total\": \"36.98\",\n            \"convertido\": 0,\n            \"conversivel\": 0,\n            \"comissao\": 3.59799999999999986499688020558096468448638916015625\n        },\n        {\n            \"orders_id\": 1381283,\n            \"customers_id\": 823571,\n            \"customers_name\": \"Samuel Stuani Brigatto\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-10 11:32:47\",\n            \"total\": \"50.90\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 4.9900000000000002131628207280300557613372802734375\n        },\n        {\n            \"orders_id\": 1381254,\n            \"customers_id\": 816027,\n            \"customers_name\": \"JHONNY RODRIGO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-10 10:29:59\",\n            \"total\": \"27.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.6989999999999998436805981327779591083526611328125\n        },\n        {\n            \"orders_id\": 1381251,\n            \"customers_id\": 824184,\n            \"customers_name\": \"MARCIO DE OLIVEIRA\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-10 10:28:53\",\n            \"total\": \"140.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 13.99900000000000233058017329312860965728759765625\n        },\n        {\n            \"orders_id\": 1381181,\n            \"customers_id\": 7912,\n            \"customers_name\": \"ROBSON GRANDOLFFI\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-10 08:18:49\",\n            \"total\": \"49.90\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 4.9900000000000002131628207280300557613372802734375\n        },\n        {\n            \"orders_id\": 1381174,\n            \"customers_id\": 26899,\n            \"customers_name\": \"LUAN CAIO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-09 19:21:00\",\n            \"total\": \"78.98\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 7.7980000000000000426325641456060111522674560546875\n        },\n        {\n            \"orders_id\": 1381171,\n            \"customers_id\": 15501,\n            \"customers_name\": \"TADEU CAVALHEIRO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-09 14:14:09\",\n            \"total\": \"324.36\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 32.33600000000000562749846721999347209930419921875\n        },\n        {\n            \"orders_id\": 1381169,\n            \"customers_id\": 14293,\n            \"customers_name\": \"NATÁLIA PAES RAFAEL\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-09 11:17:01\",\n            \"total\": \"81.49\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 7.79899999999999948840923025272786617279052734375\n        },\n        {\n            \"orders_id\": 1381166,\n            \"customers_id\": 14062,\n            \"customers_name\": \"PAULO MAGOSSO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-09 09:53:28\",\n            \"total\": \"102.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 10.1989999999999998436805981327779591083526611328125\n        },\n        {\n            \"orders_id\": 1381165,\n            \"customers_id\": 14062,\n            \"customers_name\": \"PAULO MAGOSSO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-09 09:36:58\",\n            \"total\": \"130.95\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 12.995000000000000994759830064140260219573974609375\n        },\n        {\n            \"orders_id\": 1381163,\n            \"customers_id\": 7912,\n            \"customers_name\": \"ROBSON GRANDOLFFI\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-08 23:01:11\",\n            \"total\": \"25.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.599000000000000198951966012828052043914794921875\n        },\n        {\n            \"orders_id\": 1381155,\n            \"customers_id\": 820031,\n            \"customers_name\": \"VICTOR JOSÉ ROSA FELISBERTO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-08 10:27:09\",\n            \"total\": \"84.90\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 8.3900000000000005684341886080801486968994140625\n        },\n        {\n            \"orders_id\": 1381150,\n            \"customers_id\": 821202,\n            \"customers_name\": \"MURILO NIGRE PELOSO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-07 21:57:09\",\n            \"total\": \"120.96\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 11.9960000000000004405364961712621152400970458984375\n        },\n        {\n            \"orders_id\": 1381144,\n            \"customers_id\": 666773,\n            \"customers_name\": \"GIANCARLO BRABO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-07 18:35:51\",\n            \"total\": \"103.89\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 7.89900000000000002131628207280300557613372802734375\n        },\n        {\n            \"orders_id\": 1381121,\n            \"customers_id\": 16647,\n            \"customers_name\": \"CLAUDIO DE SOUZA\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": null,\n            \"total\": \"249.93\",\n            \"convertido\": 0,\n            \"conversivel\": 0,\n            \"comissao\": 24.893000000000000682121026329696178436279296875\n        },\n        {\n            \"orders_id\": 1381116,\n            \"customers_id\": 810793,\n            \"customers_name\": \"CARINA LOZANO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-07 16:47:26\",\n            \"total\": \"57.35\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 4.79900000000000037658764995285309851169586181640625\n        },\n        {\n            \"orders_id\": 1381108,\n            \"customers_id\": 804393,\n            \"customers_name\": \"FILIPE GIL\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-07 16:16:29\",\n            \"total\": \"80.90\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 7.99000000000000110134124042815528810024261474609375\n        },\n        {\n            \"orders_id\": 1381105,\n            \"customers_id\": 824184,\n            \"customers_name\": \"MARCIO DE OLIVEIRA\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-07 16:01:02\",\n            \"total\": \"87.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 8.6989999999999998436805981327779591083526611328125\n        },\n        {\n            \"orders_id\": 1381101,\n            \"customers_id\": 14586,\n            \"customers_name\": \"THIAGO DE OLIVEIRA CACCIATORE\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-07 15:49:23\",\n            \"total\": \"29.49\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.849000000000000198951966012828052043914794921875\n        },\n        {\n            \"orders_id\": 1381098,\n            \"customers_id\": 804393,\n            \"customers_name\": \"FILIPE GIL\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-07 15:34:30\",\n            \"total\": \"79.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 7.89900000000000002131628207280300557613372802734375\n        },\n        {\n            \"orders_id\": 1381097,\n            \"customers_id\": 15090,\n            \"customers_name\": \"FLÁVIO ALMEIDA\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-07 15:24:57\",\n            \"total\": \"48.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 4.79900000000000037658764995285309851169586181640625\n        },\n        {\n            \"orders_id\": 1381093,\n            \"customers_id\": 667729,\n            \"customers_name\": \"DANIEL DOS SANTOS CAVALHEIRO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-07 15:16:06\",\n            \"total\": \"48.22\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 4.72200000000000041922021409845910966396331787109375\n        },\n        {\n            \"orders_id\": 1381079,\n            \"customers_id\": 824184,\n            \"customers_name\": \"MARCIO DE OLIVEIRA\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-07 13:46:28\",\n            \"total\": \"48.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 4.79900000000000037658764995285309851169586181640625\n        },\n        {\n            \"orders_id\": 1381072,\n            \"customers_id\": 18330,\n            \"customers_name\": \"CARLOS ALBERTO MESSIAS\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-07 12:55:57\",\n            \"total\": \"73.60\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 7.26000000000000067501559897209517657756805419921875\n        },\n        {\n            \"orders_id\": 1381067,\n            \"customers_id\": 810793,\n            \"customers_name\": \"CARINA LOZANO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-07 12:18:29\",\n            \"total\": \"52.76\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 4.4000000000000003552713678800500929355621337890625\n        },\n        {\n            \"orders_id\": 1381039,\n            \"customers_id\": 806716,\n            \"customers_name\": \"RAFAEL MARTINS\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-07 11:31:25\",\n            \"total\": \"54.98\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 5.397999999999999687361196265555918216705322265625\n        },\n        {\n            \"orders_id\": 1380973,\n            \"customers_id\": 14062,\n            \"customers_name\": \"PAULO MAGOSSO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-07 08:53:01\",\n            \"total\": \"222.34\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 22.1340000000000003410605131648480892181396484375\n        },\n        {\n            \"orders_id\": 1380972,\n            \"customers_id\": 6467,\n            \"customers_name\": \"RAFAEL MOREIRA\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-07 08:52:04\",\n            \"total\": \"135.95\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 13.4949999999999992184029906638897955417633056640625\n        },\n        {\n            \"orders_id\": 1380969,\n            \"customers_id\": 811976,\n            \"customers_name\": \"VIVIANE MARQUES DE CARVALHO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-07 08:17:52\",\n            \"total\": \"19.73\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 1.87300000000000022026824808563105762004852294921875\n        },\n        {\n            \"orders_id\": 1380960,\n            \"customers_id\": 18384,\n            \"customers_name\": \"fernando almeida\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-07 01:34:35\",\n            \"total\": \"138.71\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 13.7709999999999990194510246510617434978485107421875\n        },\n        {\n            \"orders_id\": 1380949,\n            \"customers_id\": 820336,\n            \"customers_name\": \"JOSENETE MARIA DE ANDRADE\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-06 19:03:57\",\n            \"total\": \"75.90\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 7.49000000000000110134124042815528810024261474609375\n        },\n        {\n            \"orders_id\": 1380928,\n            \"customers_id\": 18673,\n            \"customers_name\": \"CHARLES LOURENÇO ARAGÃO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-06 15:51:28\",\n            \"total\": \"160.62\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 15.961999999999999744204615126363933086395263671875\n        },\n        {\n            \"orders_id\": 1380916,\n            \"customers_id\": 18330,\n            \"customers_name\": \"CARLOS ALBERTO MESSIAS\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-06 14:29:34\",\n            \"total\": \"79.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 7.89900000000000002131628207280300557613372802734375\n        },\n        {\n            \"orders_id\": 1380906,\n            \"customers_id\": 813615,\n            \"customers_name\": \"Project ONE\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-06 13:44:04\",\n            \"total\": \"54.98\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 5.397999999999999687361196265555918216705322265625\n        },\n        {\n            \"orders_id\": 1380899,\n            \"customers_id\": 25107,\n            \"customers_name\": \"Gabriel Zanuto\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-06 12:51:55\",\n            \"total\": \"100.80\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 9.980000000000000426325641456060111522674560546875\n        },\n        {\n            \"orders_id\": 1380880,\n            \"customers_id\": 18330,\n            \"customers_name\": \"CARLOS ALBERTO MESSIAS\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-06 11:53:11\",\n            \"total\": \"48.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 4.79900000000000037658764995285309851169586181640625\n        },\n        {\n            \"orders_id\": 1380837,\n            \"customers_id\": 18330,\n            \"customers_name\": \"CARLOS ALBERTO MESSIAS\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-06 10:58:15\",\n            \"total\": \"299.06\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 29.80600000000000449063009000383317470550537109375\n        },\n        {\n            \"orders_id\": 1380823,\n            \"customers_id\": 15494,\n            \"customers_name\": \"DEVAIR DA SILVA ADRIANO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-06 10:43:57\",\n            \"total\": \"24.71\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.370999999999999996447286321199499070644378662109375\n        },\n        {\n            \"orders_id\": 1380796,\n            \"customers_id\": 18330,\n            \"customers_name\": \"CARLOS ALBERTO MESSIAS\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-06 09:43:15\",\n            \"total\": \"265.42\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 26.4419999999999930651028989814221858978271484375\n        },\n        {\n            \"orders_id\": 1380794,\n            \"customers_id\": 16647,\n            \"customers_name\": \"CLAUDIO DE SOUZA\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-06 09:06:50\",\n            \"total\": \"149.98\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 14.8980000000000014637180356658063828945159912109375\n        },\n        {\n            \"orders_id\": 1380787,\n            \"customers_id\": 810304,\n            \"customers_name\": \"TEOTONIO FRANCO DE GODOY\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-06 07:22:27\",\n            \"total\": \"160.28\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 15.928000000000000824229573481716215610504150390625\n        },\n        {\n            \"orders_id\": 1380784,\n            \"customers_id\": 19081,\n            \"customers_name\": \"RENAN LUIZ\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-05 22:25:39\",\n            \"total\": \"48.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 4.79900000000000037658764995285309851169586181640625\n        },\n        {\n            \"orders_id\": 1380752,\n            \"customers_id\": 822995,\n            \"customers_name\": \"Gabriela Rossati Moraes\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-05 16:36:56\",\n            \"total\": \"27.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.6989999999999998436805981327779591083526611328125\n        },\n        {\n            \"orders_id\": 1380749,\n            \"customers_id\": 822995,\n            \"customers_name\": \"Gabriela Rossati Moraes\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-05 16:33:13\",\n            \"total\": \"309.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 30.8990000000000009094947017729282379150390625\n        },\n        {\n            \"orders_id\": 1380743,\n            \"customers_id\": 702817,\n            \"customers_name\": \"RICARDO HIROMITSU ESSUMI\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-05 16:17:22\",\n            \"total\": \"79.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 7.89900000000000002131628207280300557613372802734375\n        },\n        {\n            \"orders_id\": 1380703,\n            \"customers_id\": 667729,\n            \"customers_name\": \"DANIEL DOS SANTOS CAVALHEIRO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-05 12:17:36\",\n            \"total\": \"213.46\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 21.245999999999998664179656771011650562286376953125\n        },\n        {\n            \"orders_id\": 1380702,\n            \"customers_id\": 15234,\n            \"customers_name\": \"DENISSON GEREZ E SILVA\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-05 12:17:26\",\n            \"total\": \"84.89\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 8.3890000000000011226575225009582936763763427734375\n        },\n        {\n            \"orders_id\": 1380674,\n            \"customers_id\": 7912,\n            \"customers_name\": \"ROBSON GRANDOLFFI\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-05 11:17:17\",\n            \"total\": \"26.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.6989999999999998436805981327779591083526611328125\n        },\n        {\n            \"orders_id\": 1380672,\n            \"customers_id\": 7912,\n            \"customers_name\": \"ROBSON GRANDOLFFI\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-05 11:12:07\",\n            \"total\": \"53.98\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 5.397999999999999687361196265555918216705322265625\n        },\n        {\n            \"orders_id\": 1380667,\n            \"customers_id\": 7527,\n            \"customers_name\": \"Luís Carlos de Oliveira\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-05 11:06:10\",\n            \"total\": \"87.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 8.6989999999999998436805981327779591083526611328125\n        },\n        {\n            \"orders_id\": 1380659,\n            \"customers_id\": 15308,\n            \"customers_name\": \"OSMAR ABRÃO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-05 10:50:08\",\n            \"total\": \"140.62\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 13.961999999999999744204615126363933086395263671875\n        },\n        {\n            \"orders_id\": 1380657,\n            \"customers_id\": 813615,\n            \"customers_name\": \"Project ONE\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-05 10:45:29\",\n            \"total\": \"50.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 4.9990000000000005542233338928781449794769287109375\n        },\n        {\n            \"orders_id\": 1380636,\n            \"customers_id\": 14235,\n            \"customers_name\": \"ANDRÉ NEVES\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-05 08:14:42\",\n            \"total\": \"158.98\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 15.7980000000000000426325641456060111522674560546875\n        },\n        {\n            \"orders_id\": 1380617,\n            \"customers_id\": 18330,\n            \"customers_name\": \"CARLOS ALBERTO MESSIAS\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-04 17:56:02\",\n            \"total\": \"48.78\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 4.7780000000000004689582056016661226749420166015625\n        },\n        {\n            \"orders_id\": 1380613,\n            \"customers_id\": 18330,\n            \"customers_name\": \"CARLOS ALBERTO MESSIAS\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-04 17:16:20\",\n            \"total\": \"79.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 7.89900000000000002131628207280300557613372802734375\n        },\n        {\n            \"orders_id\": 1380606,\n            \"customers_id\": 810793,\n            \"customers_name\": \"CARINA LOZANO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-04 16:40:44\",\n            \"total\": \"57.35\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 4.79900000000000037658764995285309851169586181640625\n        },\n        {\n            \"orders_id\": 1380602,\n            \"customers_id\": 26899,\n            \"customers_name\": \"LUAN CAIO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-04 16:16:34\",\n            \"total\": \"27.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.6989999999999998436805981327779591083526611328125\n        },\n        {\n            \"orders_id\": 1380574,\n            \"customers_id\": 816027,\n            \"customers_name\": \"JHONNY RODRIGO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-04 13:53:05\",\n            \"total\": \"27.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.6989999999999998436805981327779591083526611328125\n        },\n        {\n            \"orders_id\": 1380570,\n            \"customers_id\": 817136,\n            \"customers_name\": \"GRÁFICA CIPOLA\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-04 13:39:58\",\n            \"total\": \"237.97\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 23.696999999999999175770426518283784389495849609375\n        },\n        {\n            \"orders_id\": 1380555,\n            \"customers_id\": 20597,\n            \"customers_name\": \"ISVI MARQUES DA SILVA\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-04 12:25:04\",\n            \"total\": \"27.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.6989999999999998436805981327779591083526611328125\n        },\n        {\n            \"orders_id\": 1380549,\n            \"customers_id\": 18330,\n            \"customers_name\": \"CARLOS ALBERTO MESSIAS\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-04 12:03:29\",\n            \"total\": \"25.61\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.4610000000000002984279490192420780658721923828125\n        },\n        {\n            \"orders_id\": 1380525,\n            \"customers_id\": 18330,\n            \"customers_name\": \"CARLOS ALBERTO MESSIAS\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-04 11:17:45\",\n            \"total\": \"25.61\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.4610000000000002984279490192420780658721923828125\n        },\n        {\n            \"orders_id\": 1380521,\n            \"customers_id\": 7912,\n            \"customers_name\": \"ROBSON GRANDOLFFI\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-04 11:14:46\",\n            \"total\": \"26.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.6989999999999998436805981327779591083526611328125\n        },\n        {\n            \"orders_id\": 1380517,\n            \"customers_id\": 806716,\n            \"customers_name\": \"RAFAEL MARTINS\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-04 10:56:15\",\n            \"total\": \"27.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.6989999999999998436805981327779591083526611328125\n        },\n        {\n            \"orders_id\": 1380514,\n            \"customers_id\": 7912,\n            \"customers_name\": \"ROBSON GRANDOLFFI\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-04 10:52:25\",\n            \"total\": \"26.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.6989999999999998436805981327779591083526611328125\n        },\n        {\n            \"orders_id\": 1380499,\n            \"customers_id\": 667729,\n            \"customers_name\": \"DANIEL DOS SANTOS CAVALHEIRO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-04 09:46:18\",\n            \"total\": \"48.22\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 4.72200000000000041922021409845910966396331787109375\n        },\n        {\n            \"orders_id\": 1380488,\n            \"customers_id\": 14062,\n            \"customers_name\": \"PAULO MAGOSSO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-04 08:19:28\",\n            \"total\": \"26.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.599000000000000198951966012828052043914794921875\n        },\n        {\n            \"orders_id\": 1380486,\n            \"customers_id\": 14062,\n            \"customers_name\": \"PAULO MAGOSSO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-04 07:52:01\",\n            \"total\": \"176.24\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 17.5240000000000009094947017729282379150390625\n        },\n        {\n            \"orders_id\": 1380485,\n            \"customers_id\": 14062,\n            \"customers_name\": \"PAULO MAGOSSO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-04 07:46:02\",\n            \"total\": \"26.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.599000000000000198951966012828052043914794921875\n        },\n        {\n            \"orders_id\": 1380473,\n            \"customers_id\": 26899,\n            \"customers_name\": \"LUAN CAIO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-03 17:42:04\",\n            \"total\": \"54.98\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 5.397999999999999687361196265555918216705322265625\n        },\n        {\n            \"orders_id\": 1380471,\n            \"customers_id\": 18673,\n            \"customers_name\": \"CHARLES LOURENÇO ARAGÃO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-03 17:03:24\",\n            \"total\": \"79.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 7.89900000000000002131628207280300557613372802734375\n        },\n        {\n            \"orders_id\": 1380469,\n            \"customers_id\": 704886,\n            \"customers_name\": \"EDMILSON FABIO VIANA\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-03 16:52:13\",\n            \"total\": \"84.40\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 7.504000000000001335820343228988349437713623046875\n        },\n        {\n            \"orders_id\": 1380461,\n            \"customers_id\": 15501,\n            \"customers_name\": \"TADEU CAVALHEIRO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-03 16:23:21\",\n            \"total\": \"26.36\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.536000000000000031974423109204508364200592041015625\n        },\n        {\n            \"orders_id\": 1380459,\n            \"customers_id\": 18330,\n            \"customers_name\": \"CARLOS ALBERTO MESSIAS\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-03 16:13:05\",\n            \"total\": \"404.62\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 40.361999999999994770405464805662631988525390625\n        },\n        {\n            \"orders_id\": 1380445,\n            \"customers_id\": 11863,\n            \"customers_name\": \"CASSIO TUBONE\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-03 14:40:14\",\n            \"total\": \"79.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 7.89900000000000002131628207280300557613372802734375\n        },\n        {\n            \"orders_id\": 1380439,\n            \"customers_id\": 823571,\n            \"customers_name\": \"Samuel Stuani Brigatto\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-03 13:25:47\",\n            \"total\": \"154.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 15.3990000000000009094947017729282379150390625\n        },\n        {\n            \"orders_id\": 1380436,\n            \"customers_id\": 824184,\n            \"customers_name\": \"MARCIO DE OLIVEIRA\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-03 13:10:46\",\n            \"total\": \"53.54\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 5.2539999999999995594635038287378847599029541015625\n        },\n        {\n            \"orders_id\": 1380403,\n            \"customers_id\": 7527,\n            \"customers_name\": \"Luís Carlos de Oliveira\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-03 11:03:22\",\n            \"total\": \"27.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.6989999999999998436805981327779591083526611328125\n        },\n        {\n            \"orders_id\": 1380399,\n            \"customers_id\": 7912,\n            \"customers_name\": \"ROBSON GRANDOLFFI\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-03 10:35:56\",\n            \"total\": \"29.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.999000000000000110134124042815528810024261474609375\n        },\n        {\n            \"orders_id\": 1380389,\n            \"customers_id\": 806208,\n            \"customers_name\": \"HENRIQUE CASTELHANO DA LUZ\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-03 09:52:20\",\n            \"total\": \"79.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 7.89900000000000002131628207280300557613372802734375\n        },\n        {\n            \"orders_id\": 1380387,\n            \"customers_id\": 667729,\n            \"customers_name\": \"DANIEL DOS SANTOS CAVALHEIRO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-03 09:45:16\",\n            \"total\": \"48.22\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 4.72200000000000041922021409845910966396331787109375\n        },\n        {\n            \"orders_id\": 1380381,\n            \"customers_id\": 18673,\n            \"customers_name\": \"CHARLES LOURENÇO ARAGÃO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-03 09:22:05\",\n            \"total\": \"26.36\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.536000000000000031974423109204508364200592041015625\n        },\n        {\n            \"orders_id\": 1380380,\n            \"customers_id\": 18673,\n            \"customers_name\": \"CHARLES LOURENÇO ARAGÃO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-03 09:14:30\",\n            \"total\": \"26.36\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.536000000000000031974423109204508364200592041015625\n        },\n        {\n            \"orders_id\": 1380366,\n            \"customers_id\": 18384,\n            \"customers_name\": \"fernando almeida\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-03 01:10:24\",\n            \"total\": \"87.99\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 8.6989999999999998436805981327779591083526611328125\n        },\n        {\n            \"orders_id\": 1380364,\n            \"customers_id\": 15501,\n            \"customers_name\": \"TADEU CAVALHEIRO\",\n            \"pedido_areceber\": \"0.00\",\n            \"orders_subdominio\": \"clienteouro\",\n            \"orders_dataliberacao\": \"2022-01-02 22:28:11\",\n            \"total\": \"26.36\",\n            \"convertido\": 0,\n            \"conversivel\": 1,\n            \"comissao\": 2.536000000000000031974423109204508364200592041015625\n        }\n    ],\n    \"total_converter\": 0,\n    \"total_convertido\": 0,\n    \"qtd_convertido\": 0\n}"
						}
					]
				},
				{
					"name": "Busca pedidos email local",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"email\": \"alan.bertolucci@mrprint.com.br\",\r\n    \"dataInicial\": \"2022-01-01\",\r\n    \"dataFinal\": \"2022-02-08\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/rep-listar-pedidos-email",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"rep-listar-pedidos-email"
							]
						}
					},
					"response": []
				},
				{
					"name": "inserir comissao",
					"request": {
						"method": "GET",
						"header": []
					},
					"response": []
				},
				{
					"name": "Busca representantes",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url_local}}/bubble/busca-representantes",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"busca-representantes"
							]
						}
					},
					"response": []
				},
				{
					"name": "Adiciona representante",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"customer\": \"824169\",\r\n    \"subdomain\": \"clienteouro\",\r\n    \"auto_commission\": \"Sim\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/adiciona-representante",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"adiciona-representante"
							]
						}
					},
					"response": []
				},
				{
					"name": "Edita representante",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id\": \"4\",\r\n    \"customer\": \"829100\",\r\n    \"subdomain\": \"dg\",\r\n    \"auto_commission\": \"Sim\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/edita-representante",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"edita-representante"
							]
						}
					},
					"response": []
				},
				{
					"name": "Remove representante",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n     \"id\": \"9\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/remove-representante",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"remove-representante"
							]
						}
					},
					"response": []
				}
			],
			"description": "Abaixo estão as rotas que gerenciam oacesso às carteiras de representantes e também o lançamento de comissões por representante e carteira"
		},
		{
			"name": "Expedição",
			"item": [
				{
					"name": "busca-pedidos-periodo-600-por-balcao",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"data_inicio\": \"2021-01-01\",\r\n    \"data_fim\": \"2022-01-01\",\r\n    \"balcao\": \"BR10056\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/busca-pedidos-periodo-600-por-balcao",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"busca-pedidos-periodo-600-por-balcao"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca-balcao-do-periodo-600-por-empresa",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"data_inicio\": \"2021-01-01\",\r\n    \"data_fim\": \"2022-01-01\",\r\n    \"empresa\": \"JADLOG\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/busca-balcao-do-periodo-600-por-empresa",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"busca-balcao-do-periodo-600-por-empresa"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca-pedidos-500",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"empresa\": \"JADLOG\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/exp-busca-pedidos-500",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"exp-busca-pedidos-500"
							]
						}
					},
					"response": []
				},
				{
					"name": "exp-busca-item-pedido",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_pedido\": \"1405058\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/exp-busca-item-pedido",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"exp-busca-item-pedido"
							]
						}
					},
					"response": []
				},
				{
					"name": "seta pedido 505",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"orders_id\": \"1381471\",\r\n    \"user\": \"alan@mrprint.com.br\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/exp-seta-status-505",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"exp-seta-status-505"
							]
						}
					},
					"response": []
				},
				{
					"name": "Lista StandBy",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url_local}}/bubble/exp-lista-stand-by",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"exp-lista-stand-by"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "CRM",
			"item": [
				{
					"name": "Atualiza carteira crm",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dominio\": \"osa\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/atualiza-carteira-crm",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"atualiza-carteira-crm"
							]
						}
					},
					"response": []
				},
				{
					"name": "Adiciona cliente carteira",
					"request": {
						"method": "GET",
						"header": []
					},
					"response": []
				},
				{
					"name": "busca Clientes",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"type\": \"6\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/busca-info-clientes-tipo-carteira",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"busca-info-clientes-tipo-carteira"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca info cliente crm",
					"request": {
						"method": "GET",
						"header": []
					},
					"response": []
				}
			]
		},
		{
			"name": "SAC",
			"item": [
				{
					"name": "Busca pedido por id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url_local}}/bubble/busca-pedido-por-id/1386052",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"busca-pedido-por-id",
								"1386052"
							]
						}
					},
					"response": []
				},
				{
					"name": "Insere desconto por ID",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"customers_id\": \"824169\",\r\n    \"fixo\": \"0\",\r\n    \"porcentagem\": \"10\",\r\n    \"products_id\": \"133960\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/insere-desconto-por-id",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"insere-desconto-por-id"
							]
						}
					},
					"response": []
				},
				{
					"name": "Buscar nota pedido",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{url_local}}/bubble/buscar-nota-pedido/1387938",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"buscar-nota-pedido",
								"1387938"
							]
						}
					},
					"response": []
				},
				{
					"name": "Seleciona Cadastro",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id\": \"829100\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/seleciona-cadastro-sac/1284",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"seleciona-cadastro-sac",
								"1284"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca Obs Cliente",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url_local}}/bubble/busca-obs-cliente/829100",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"busca-obs-cliente",
								"829100"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca pedidos por id",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{url_local}}/bubble/busca-pedidos/208",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"busca-pedidos",
								"208"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca Itens por Pedido",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url_local}}/bubble/busca-itens-pedido/1395182",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"busca-itens-pedido",
								"1395182"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca pedidos excluidos",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url_local}}/bubble/busca-pedidos-excluido/824169",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"busca-pedidos-excluido",
								"824169"
							]
						}
					},
					"response": []
				},
				{
					"name": "seleciona balcoes proximos",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url_local}}/bubble/seleciona-balcoes-proximos/208",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"seleciona-balcoes-proximos",
								"208"
							]
						}
					},
					"response": []
				},
				{
					"name": "seleciona bal",
					"request": {
						"method": "GET",
						"header": []
					},
					"response": []
				},
				{
					"name": "Liberar cadastro",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id\": \"829100\",\r\n    \"user\": \"alan@mrprint.com.br\",\r\n    \"justification\": \"teste\",\r\n    \"suspend\": \"0\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/libera-suspende-cadastro",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"libera-suspende-cadastro"
							]
						}
					},
					"response": []
				},
				{
					"name": "Insere Obs Cliente",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"customers_id\": \"829100\",\r\n    \"customers_obs\": \"teste\",\r\n    \"date\": \"2022-03-28 12:00:00\",\r\n    \"user\": \"alan@mrprint.com.br\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/insere-obs-cliente",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"insere-obs-cliente"
							]
						}
					},
					"response": []
				},
				{
					"name": "Checa email disponível",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"customers_id\": 829919,\r\n    \"email\": \"bertoluccialan23@gmail.com\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/checar-email-disponivel",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"checar-email-disponivel"
							]
						}
					},
					"response": []
				},
				{
					"name": "Checa Telefone Disponível",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"customers_id\": 824169,\r\n    \"telefone\": \"83999064944\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/checar-telefone-disponivel",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"checar-telefone-disponivel"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca Histórico Conta Corrente Cliente",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"customers_id\": 208\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/busca-conta-corrente-historico",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"busca-conta-corrente-historico"
							]
						}
					},
					"response": []
				},
				{
					"name": "Checa se tem item Elyon",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url_local}}/bubble/checa-se-tem-item-elyon/1381036",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"checa-se-tem-item-elyon",
								"1381036"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca Rastreio por Pedido",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url_local}}/bubble/busca-rastreio-por-pedido/851655",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"busca-rastreio-por-pedido",
								"851655"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca Nota Por Pedido",
					"request": {
						"method": "GET",
						"header": []
					},
					"response": []
				}
			]
		},
		{
			"name": "Bubble Controller",
			"item": [
				{
					"name": "Busca status history",
					"request": {
						"method": "GET",
						"header": []
					},
					"response": []
				}
			]
		},
		{
			"name": "Categoria",
			"item": [
				{
					"name": "Atualiza formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6367\",\r\n    \"new_w\": \"18\",\r\n    \"new_h\": \"24\",\r\n    \"formato_w\": \"18.50\",\r\n    \"formato_h\": \"24.50\",\r\n    \"user\": \"alan@mrprint.com.br\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/atualiza-formato",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"atualiza-formato"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza Cor",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6367\",\r\n    \"formato_w\": \"18.50\",\r\n    \"formato_h\": \"24.50\",\r\n    \"cores\": \"4x4\",\r\n    \"new_cores\": \"4x1\",\r\n    \"user\": \"alan@mrprint.com.br\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/atualiza-cores",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"atualiza-cores"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza Substrato e Gramatura",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6367\",\r\n    \"formato_w\": \"18.50\",\r\n    \"formato_h\": \"24.50\",\r\n    \"cores\": \"4x4\",\r\n    \"substrato\": \"aaa\",\r\n    \"gramatura\": \"123\",\r\n    \"new_substrato\": \"couche\",\r\n    \"new_gramatura\": \"260\",\r\n    \"user\": \"alan@mrprint.com.br\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/atualiza-substrato",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"atualiza-substrato"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza Enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6367\",\r\n    \"formato_w\": \"18.50\",\r\n    \"formato_h\": \"24.50\",\r\n    \"cores\": \"4x4\",\r\n    \"substrato\": \"aaa\",\r\n    \"gramatura\": \"123\",\r\n    \"enobrecimento\": \"cromolux\",\r\n    \"new_substrato\": \"couche\",\r\n    \"new_gramatura\": \"260\",\r\n    \"new_enobrecimento\": \"teste\",\r\n    \"user\": \"alan@mrprint.com.br\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/atualiza-enobrecimento",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"atualiza-enobrecimento"
							]
						}
					},
					"response": []
				},
				{
					"name": "Duplicar",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6334\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/duplicar-categoria",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"duplicar-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "Duplicar Formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6334\",\r\n    \"new_w\": \"10.80\",\r\n    \"new_h\": \"6.80\",\r\n    \"formato_w\": \"8.80\",\r\n    \"formato_h\": \"4.80\",\r\n    \"multiplicador\": \"2\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/duplicar-formato",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"duplicar-formato"
							]
						}
					},
					"response": []
				},
				{
					"name": "Duplicar Cor",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6334\",\r\n    \"formato_w\": \"8.80\",\r\n    \"formato_h\": \"4.80\",\r\n    \"multiplicador\": \"2\",\r\n    \"cores\": \"4x0\",\r\n    \"novacor\": \"4x1\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/duplicar-cor",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"duplicar-cor"
							]
						}
					},
					"response": []
				},
				{
					"name": "Duplicar Susbtrato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6334\",\r\n    \"formato_w\": \"8.80\",\r\n    \"formato_h\": \"4.80\",\r\n    \"multiplicador\": \"2\",\r\n    \"cores\": \"4x0\",\r\n    \"substrato\": \"reciclado\",\r\n    \"gramatura\": \"240\",\r\n    \"novosubstrato\": \"peroplast\",\r\n    \"novagramatura\": \"300\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/duplicar-substrato",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"duplicar-substrato"
							]
						}
					},
					"response": []
				},
				{
					"name": "Duplicar Enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6334\",\r\n    \"formato_w\": \"8.80\",\r\n    \"formato_h\": \"4.80\",\r\n    \"multiplicador\": \"2\",\r\n    \"cores\": \"4x0\",\r\n    \"substrato\": \"reciclado\",\r\n    \"gramatura\": \"240\",\r\n    \"enobrecimento\": \"sem-verniz\",\r\n    \"novoenobrecimento\": \"sem-enobrecimento\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/duplicar-enobrecimento",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"duplicar-enobrecimento"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Produto",
			"item": [
				{
					"name": "Atualiza por id",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n        \"products_id\": 153634,\r\n        \"products_model\": \"ELYON\", \r\n        \"products_digital\": 1, \r\n        \"minorder\": 0, \r\n        \"maxorder\": null, \r\n        \"products_n\": \"210902 - LAMINA ESPECIAL CORTE E VINCO\", \r\n        \"products_sarte\": 1, \r\n        \"sem_producao\": 0, \r\n        \"suppliers_id\": 8, \r\n        \"custom_made\": \"N\", \r\n        \"width_limit\": null, \r\n        \"height_limit\": 1, \r\n        \"data_inicio\": \"0000-00-00 00:00:00\", \r\n        \"data_fim\": \"0000-00-00 00:00:00\", \r\n        \"width_min\": 1, \r\n        \"height_min\": 1, \r\n        \"products_hide_info\": \"S\", \r\n        \"products_artes_heigth\": \"1.00\", \r\n        \"products_artes_width\": \"1.00\", \r\n        \"products_medida_arte_diferente\": \"S\", \r\n        \"espacamento\": \"0.00\", \r\n        \"sangria\": \"0.20\", \r\n        \"products_folhas\": 0,\r\n        \"user\": \"alan@mrprint.com.br\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/produtos-atualiza-por-id",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"produtos-atualiza-por-id"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca Histórico",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url_local}}/bubble/busca-historico-produtos",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"busca-historico-produtos"
							]
						}
					},
					"response": []
				},
				{
					"name": "Filtra lista prazo",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6288\",\r\n    \"formato_w\": \"8.80\",\r\n    \"formato_h\": \"4.80\",\r\n    \"data\": \"2022-03-02 00:00:00\",\r\n    \"cores\": \"4x0\",\r\n    \"substrato\": \"couche\",\r\n    \"gramatura\": \"250\",\r\n    \"enobrecimento\": \"verniz-total-frente\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/produtos-filtro-lista-prazos",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"produtos-filtro-lista-prazos"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca acabamento default",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6375\",\r\n    \"formato_h\": \"4.80\",\r\n    \"formato_w\": \"8.80\",\r\n    \"cor\": \"4x1\",\r\n    \"substrato\": \"couche\",\r\n    \"gramatura\": \"250\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/busca-acabamento-default",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"busca-acabamento-default"
							]
						}
					},
					"response": []
				},
				{
					"name": "associa acabamento default",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dados\": \"\",\r\n    \"acabamentos\": \"corte-vinco, teste, testando\",\r\n    \"products_id\": \"153859\",\r\n    \"user\": \"alan@mrprint.com.br\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/associa-acabamento-default",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"associa-acabamento-default"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza Prazo",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"prod_id\": \"153793\",\r\n    \"prazo\": \"5\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/atualiza-prazo-produto",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"atualiza-prazo-produto"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cria produto matriz",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"prods\": \"136046, 136040, 136042\",\r\n    \"qtd_modulo\": 101\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/adiciona-produto-prazo",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"adiciona-produto-prazo"
							]
						}
					},
					"response": []
				},
				{
					"name": "Duplicar Prazo",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6334\",\r\n    \"formato_w\": \"8.80\",\r\n    \"formato_h\": \"4.80\",\r\n    \"multiplicador\": \"2\",\r\n    \"cores\": \"4x0\",\r\n    \"substrato\": \"reciclado\",\r\n    \"gramatura\": \"240\",\r\n    \"enobrecimento\": \"sem-verniz\",\r\n    \"prazo\": \"4\",\r\n    \"novo_prazo\": \"2\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/duplicar-prazo-produto",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"duplicar-prazo-produto"
							]
						}
					},
					"response": []
				},
				{
					"name": "Duplicar Quantidade",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6334\",\r\n    \"formato_w\": \"8.80\",\r\n    \"formato_h\": \"4.80\",\r\n    \"multiplicador\": \"2\",\r\n    \"cores\": \"4x0\",\r\n    \"substrato\": \"reciclado\",\r\n    \"gramatura\": \"240\",\r\n    \"enobrecimento\": \"sem-verniz\",\r\n    \"quantidade\": \"1000\",\r\n    \"nova_quantidade\": \"2000\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/duplicar-quantidade-produto",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"duplicar-quantidade-produto"
							]
						}
					},
					"response": []
				},
				{
					"name": "Duplicar Produto Para Negociação Especial",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"prid\": \"229881\",\r\n    \"cids\": \"829100\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/duplica-produto-para-negociacoes-especiais",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"duplica-produto-para-negociacoes-especiais"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza Nome Produto por Categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/atualiza-nome-produto-por-categoria",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"atualiza-nome-produto-por-categoria"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Controle Digital",
			"item": [
				{
					"name": "Busca DIgital",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url_local}}/bubble/busca-digital",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"busca-digital"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca Digital e Offset",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url_local}}/bubble/busca-produtos-digital-offset",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"busca-produtos-digital-offset"
							]
						}
					},
					"response": []
				},
				{
					"name": "baixa Digital",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/baixa-digital",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"baixa-digital"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Lotes",
			"item": [
				{
					"name": "Busca pedidos",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url_local}}/bubble/busca-pedidos-420",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"busca-pedidos-420"
							]
						}
					},
					"response": []
				},
				{
					"name": "Trocar por tipo",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"items_ids\": \"123123123,234234234,345345345,456456456,567567567,678678678\",\r\n    \"dig\": 0,\r\n    \"model\": \"DIG\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/troca-lote-por-tipo",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"troca-lote-por-tipo"
							]
						}
					},
					"response": []
				},
				{
					"name": "Troca de modulação",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"op_id\": \"2102180\",\r\n    \"new_mod\": 10\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/analise-troca-modulacao",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"analise-troca-modulacao"
							]
						}
					},
					"response": []
				},
				{
					"name": "Baixa Lote",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"lote\": \"E010122IMAS\",\r\n    \"user\": \"alan@mrprint.com.br\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/baixa-lote",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"baixa-lote"
							]
						}
					},
					"response": []
				},
				{
					"name": "Lista Lotes Imas Impressos",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{url_local}}/bubble/lista-lotes-imas-impressos",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"lista-lotes-imas-impressos"
							]
						}
					},
					"response": []
				},
				{
					"name": "Itens por categoria",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"IMAS\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/lotes-itens-por-categoria",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"lotes-itens-por-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "Lista itens prelote",
					"request": {
						"method": "GET",
						"header": []
					},
					"response": []
				}
			]
		},
		{
			"name": "Feriados",
			"item": [
				{
					"name": "Insere Feriado",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"data\": \"12/10\",\r\n    \"descricao\": \"dia da Nossa Senhora Aparecida\",\r\n    \"status\": \"1\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/insere-feriado",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"insere-feriado"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza Feriado",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"data\": \"01/05\",\r\n    \"nova_data\": \"01/05\",\r\n    \"descricao\": \"Dia do Trabalhador\",\r\n    \"status\": 1\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/atualiza-feriado",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"atualiza-feriado"
							]
						}
					},
					"response": []
				},
				{
					"name": "Exclui Feriado",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"data\": \"12/10\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/exclui-feriado",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"exclui-feriado"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca feriado",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url_local}}/bubble/busca-feriado",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"busca-feriado"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Relatório",
			"item": [
				{
					"name": "Busca Logs getnet",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"data\": \"2022-05-16\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/busca-logs",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"busca-logs"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Desconto",
			"item": [
				{
					"name": "Aplica desconto em Massa",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"from\": \"2567\",\r\n    \"to\": \"123,123,123,123,432\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/aplicacao-desconto-massa",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"aplicacao-desconto-massa"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Analista",
			"item": [
				{
					"name": "Total Pedidos Cliente",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"customers_id\": \"824169\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/total-pedidos-cliente",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"total-pedidos-cliente"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update status item Pedido",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"orders_id\": \"1381471\",\r\n    \"status\": \"299\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/update-status-item-pedido",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"update-status-item-pedido"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Status Pedido",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"orders_id\": \"1381471\",\r\n    \"status\": \"500\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url_local}}/bubble/update-status-pedido",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"update-status-pedido"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Clientes",
			"item": [
				{
					"name": "pedidos Para Cupom",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url_local}}/bubble/pedidos-para-cupom/704025",
							"host": [
								"{{url_local}}"
							],
							"path": [
								"bubble",
								"pedidos-para-cupom",
								"704025"
							]
						}
					},
					"response": []
				}
			]
		}
	]
}