{
	"info": {
		"_postman_id": "a67bd1db-89ce-42f0-8795-e4c29b2737bf",
		"name": "Painel administrativo (ADM)",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "25514451",
		"_collection_link": "https://orange-crater-836988.postman.co/workspace/Team-Workspace~31be1ea0-8b38-4d94-860f-349d47af29c2/collection/25514451-a67bd1db-89ce-42f0-8795-e4c29b2737bf?action=share&creator=25514451&source=collection_link"
	},
	"item": [
		{
			"name": "Fretes",
			"item": [
				{
					"name": "Busca de fretes da tela principal",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{api}}/bubble/busca-todas-empresa-frete?idFranquia=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-todas-empresa-frete"
							],
							"query": [
								{
									"key": "idFranquia",
									"value": "1"
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "Busca de fretes da tela principal Copy",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-supplier-por-id?id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-supplier-por-id"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "Busca frete especial",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-frete-especial?id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-frete-especial"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "adiciona frete especial",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/adiciona-frete-especial",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"adiciona-frete-especial"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "altera frete especial",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/altera-frete-especial",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"altera-frete-especial"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "remove frete especial",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/remove-frete-especial",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"remove-frete-especial"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "busca fretes principal",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-fretes-principal",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-fretes-principal"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "altera frete principal",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/altera-frete-principal?res=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"altera-frete-principal"
							],
							"query": [
								{
									"key": "res",
									"value": "1"
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "adiciona frete principal",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/adiciona-frete-principal?res=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"adiciona-frete-principal"
							],
							"query": [
								{
									"key": "res",
									"value": "1"
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "exclui frete principal",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/exclui-frete-principal?res=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exclui-frete-principal"
							],
							"query": [
								{
									"key": "res",
									"value": "1"
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "busca frete tipo",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-frete-tipo",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-frete-tipo"
							],
							"query": [
								{
									"key": "res",
									"value": "1",
									"disabled": true
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "altera frete tipo",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/altera-frete-tipo",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"altera-frete-tipo"
							],
							"query": [
								{
									"key": "res",
									"value": "1",
									"disabled": true
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "remove frete tipo",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/remove-frete-tipo",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"remove-frete-tipo"
							],
							"query": [
								{
									"key": "res",
									"value": "1",
									"disabled": true
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "busca motoboy ceps",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-motoboy-ceps?moto_ceps=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-motoboy-ceps"
							],
							"query": [
								{
									"key": "moto_ceps",
									"value": "1"
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "adiciona frete tipo",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/adiciona-frete-tipo",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"adiciona-frete-tipo"
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "adiciona motoboy ceps",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/adiciona-motoboy-ceps?moto_ceps=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"adiciona-motoboy-ceps"
							],
							"query": [
								{
									"key": "moto_ceps",
									"value": "1"
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "altera motoby ceps",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/altera-motoboy-ceps?moto_ceps=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"altera-motoboy-ceps"
							],
							"query": [
								{
									"key": "moto_ceps",
									"value": "1"
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "exclui motoboy ceps",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/exclui-motoboy-ceps?moto_ceps=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exclui-motoboy-ceps"
							],
							"query": [
								{
									"key": "moto_ceps",
									"value": "1"
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "busca frete zona",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-frete-zona?moto_ceps=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-frete-zona"
							],
							"query": [
								{
									"key": "moto_ceps",
									"value": "1"
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "adiciona frete zona",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/adiciona-frete-zona?zones=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"adiciona-frete-zona"
							],
							"query": [
								{
									"key": "zones",
									"value": "1"
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "altera frete zona",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/altera-frete-zona?zones=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"altera-frete-zona"
							],
							"query": [
								{
									"key": "zones",
									"value": "1"
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "remove frete zona",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/remove-frete-zona?zones=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"remove-frete-zona"
							],
							"query": [
								{
									"key": "zones",
									"value": "1"
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				},
				{
					"name": "busca cidade por estado",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-cidade-por-estado?zones=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-cidade-por-estado"
							],
							"query": [
								{
									"key": "zones",
									"value": "1"
								}
							]
						},
						"description": "Esta rota busca todos os fretes não-especiais para a tela principal de fretes do adm"
					},
					"response": []
				}
			],
			"description": "Rotas referentes à tela de fretes e seus desdobramentos"
		},
		{
			"name": "Financeiro",
			"item": [
				{
					"name": "Lista de pedidos da tela principal",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "2",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/financeiro-lista-principal",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"financeiro-lista-principal"
							],
							"query": [
								{
									"key": "idFranquia",
									"value": "1",
									"disabled": true
								}
							]
						}
					},
					"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": "{{api}}/bubble/realizar-liberacao",
							"host": [
								"{{api}}"
							],
							"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": [
							{
								"key": "idFranquia",
								"value": "2",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/financeiro-vendas-por-periodo",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"financeiro-vendas-por-periodo"
							],
							"query": [
								{
									"key": "idFranquia",
									"value": "1",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "limpar nota fiscal",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/limpar-nota-fiscal?pedido=1&res=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"limpar-nota-fiscal"
							],
							"query": [
								{
									"key": "pedido",
									"value": "1"
								},
								{
									"key": "res",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "realizar pagamento",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/realizar-pagamento?crm=1&auth_emails_arr=1&res=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"realizar-pagamento"
							],
							"query": [
								{
									"key": "crm",
									"value": "1"
								},
								{
									"key": "auth_emails_arr",
									"value": "1"
								},
								{
									"key": "res",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "realizar pagamento multiplo",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/realizar-pagamento-multiplo?listaPedidos=1&listaPedidos=1&formaPgto=1&comprovante=1&valorLancamento=1&funcionario=1&loja=1&loja=1&result&pagos=1&nao_pago=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"realizar-pagamento-multiplo"
							],
							"query": [
								{
									"key": "listaPedidos",
									"value": "1"
								},
								{
									"key": "listaPedidos",
									"value": "1"
								},
								{
									"key": "formaPgto",
									"value": "1"
								},
								{
									"key": "comprovante",
									"value": "1"
								},
								{
									"key": "valorLancamento",
									"value": "1"
								},
								{
									"key": "funcionario",
									"value": "1"
								},
								{
									"key": "loja",
									"value": "1"
								},
								{
									"key": "loja",
									"value": "1"
								},
								{
									"key": "result",
									"value": null
								},
								{
									"key": "pagos",
									"value": "1"
								},
								{
									"key": "nao_pago",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "financeiro lista lancamentos",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/financeiro-lista-lancamentos/{idPedido}?listaPedidos=1&listaPedidos=1&formaPgto=1&comprovante=1&valorLancamento=1&funcionario=1&loja=1&loja=1&result&pagos=1&nao_pago=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"financeiro-lista-lancamentos",
								"{idPedido}"
							],
							"query": [
								{
									"key": "listaPedidos",
									"value": "1"
								},
								{
									"key": "listaPedidos",
									"value": "1"
								},
								{
									"key": "formaPgto",
									"value": "1"
								},
								{
									"key": "comprovante",
									"value": "1"
								},
								{
									"key": "valorLancamento",
									"value": "1"
								},
								{
									"key": "funcionario",
									"value": "1"
								},
								{
									"key": "loja",
									"value": "1"
								},
								{
									"key": "loja",
									"value": "1"
								},
								{
									"key": "result",
									"value": null
								},
								{
									"key": "pagos",
									"value": "1"
								},
								{
									"key": "nao_pago",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "financeiro checar comprovante",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/financeiro-checar-comprovante",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"financeiro-checar-comprovante"
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "financeiro excluir lancamento",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/financeiro-excluir-lancamento",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"financeiro-excluir-lancamento"
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "financeiro emitir nfs",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/financeiro-emitir-nfs?idPedido=1&pedido=1&dadosNota=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"financeiro-emitir-nfs"
							],
							"query": [
								{
									"key": "idPedido",
									"value": "1"
								},
								{
									"key": "pedido",
									"value": "1"
								},
								{
									"key": "dadosNota",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "cupom lista",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/cupom-lista?idPedido=1&pedido=1&dadosNota=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"cupom-lista"
							],
							"query": [
								{
									"key": "idPedido",
									"value": "1"
								},
								{
									"key": "pedido",
									"value": "1"
								},
								{
									"key": "dadosNota",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "insere cupom",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/insere-cupom?cupom_id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"insere-cupom"
							],
							"query": [
								{
									"key": "cupom_id",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "deleta cupom",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/deleta-cupom?id=1&cupom=1&produtos=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"deleta-cupom"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "cupom",
									"value": "1"
								},
								{
									"key": "produtos",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "removecliente lista cupom",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/remove-cliente-lista-cupom?idPedido=1&pedido=1&dadosNota=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"remove-cliente-lista-cupom"
							],
							"query": [
								{
									"key": "idPedido",
									"value": "1"
								},
								{
									"key": "pedido",
									"value": "1"
								},
								{
									"key": "dadosNota",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "insere clientes lista cupom",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/insere-clientes-lista-cupom?idPedido=1&pedido=1&dadosNota=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"insere-clientes-lista-cupom"
							],
							"query": [
								{
									"key": "idPedido",
									"value": "1"
								},
								{
									"key": "pedido",
									"value": "1"
								},
								{
									"key": "dadosNota",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "lista cliente por cupom",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/lista-clientes-por-cupom?cupom=1&lista=1&result=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"lista-clientes-por-cupom"
							],
							"query": [
								{
									"key": "cupom",
									"value": "1"
								},
								{
									"key": "lista",
									"value": "1"
								},
								{
									"key": "result",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "lista clientes cupom all",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/lista-clientes-cupom-all?cupom=1&lista=1&result=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"lista-clientes-cupom-all"
							],
							"query": [
								{
									"key": "cupom",
									"value": "1"
								},
								{
									"key": "lista",
									"value": "1"
								},
								{
									"key": "result",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "desconto pedido",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/desconto-pedido?cupom=1&lista=1&result=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"desconto-pedido"
							],
							"query": [
								{
									"key": "cupom",
									"value": "1"
								},
								{
									"key": "lista",
									"value": "1"
								},
								{
									"key": "result",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "lista dados lanc mul",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/lista-dados-lanc-mul?id=1&cliente=1&pedidos=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"lista-dados-lanc-mul"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "cliente",
									"value": "1"
								},
								{
									"key": "pedidos",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "busca financeiro audit",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-financeiro-audit-pdv?id=1&cliente=1&pedidos=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-financeiro-audit-pdv"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "cliente",
									"value": "1"
								},
								{
									"key": "pedidos",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "baixa pedidos relatorio pdv",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/baixa-pedidos-relatorio-pdv?financeiro_id=1&user=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"baixa-pedidos-relatorio-pdv"
							],
							"query": [
								{
									"key": "financeiro_id",
									"value": "1"
								},
								{
									"key": "user",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "baixa pedidos auditoria pdv",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/baixa-pedidos-auditoria-pdv?financeiro_id=1&user=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"baixa-pedidos-auditoria-pdv"
							],
							"query": [
								{
									"key": "financeiro_id",
									"value": "1"
								},
								{
									"key": "user",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "busca saldo conta corrente",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-saldo-conta-corrente/{customers_id}?financeiro_id=1&user=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-saldo-conta-corrente",
								"{customers_id}"
							],
							"query": [
								{
									"key": "financeiro_id",
									"value": "1"
								},
								{
									"key": "user",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "financeiro bancos",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/financeiro-bancos?financeiro_id=1&user=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"financeiro-bancos"
							],
							"query": [
								{
									"key": "financeiro_id",
									"value": "1"
								},
								{
									"key": "user",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "cupom busca subdominios",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/cupom-busca-subdominios?financeiro_id=1&user=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"cupom-busca-subdominios"
							],
							"query": [
								{
									"key": "financeiro_id",
									"value": "1"
								},
								{
									"key": "user",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": "financeiro metodos pagamento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dataInicial\": \"2021-12-01\",\r\n    \"dataFinal\": \"2022-01-01\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/financeiro-metodos-pagamento?methods=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"financeiro-metodos-pagamento"
							],
							"query": [
								{
									"key": "methods",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Vendas por período e filial",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"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": [
							{
								"key": "idFranquia",
								"value": "2",
								"type": "text"
							}
						],
						"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"
								},
								{
									"key": "idFranquia",
									"value": "2",
									"disabled": true
								}
							]
						},
						"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": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/rep-listar-pedidos-email",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"rep-listar-pedidos-email"
							]
						}
					},
					"response": []
				},
				{
					"name": "inserir comissao",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": ""
						}
					},
					"response": []
				},
				{
					"name": "Busca representantes",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-representantes",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-representantes"
							],
							"query": [
								{
									"key": "",
									"value": "",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Adiciona representante",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"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": "{{api}}/bubble/adiciona-representante",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"adiciona-representante"
							]
						}
					},
					"response": []
				},
				{
					"name": "Edita representante",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"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": "{{api}}/bubble/edita-representante",
							"host": [
								"{{api}}"
							],
							"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": "{{api}}/bubble/remove-representante",
							"host": [
								"{{api}}"
							],
							"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": [
							{
								"key": "IdFranquia",
								"value": "2",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/busca-pedidos-periodo-600-por-balcao",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-pedidos-periodo-600-por-balcao"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca-balcao-do-periodo-600-por-empresa",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "2",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/busca-balcao-do-periodo-600-por-empresa",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-balcao-do-periodo-600-por-empresa"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca-pedidos-500",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "2",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"empresa\": \"JADLOG\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/exp-busca-pedidos-500",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-busca-pedidos-500"
							]
						}
					},
					"response": []
				},
				{
					"name": "exp-busca-item-pedido",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_pedido\": \"1405058\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/exp-busca-item-pedido",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-busca-item-pedido"
							]
						}
					},
					"response": []
				},
				{
					"name": "seta pedido 505",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"orders_id\": \"1381471\",\r\n    \"user\": \"alan@mrprint.com.br\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/exp-seta-status-505",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-seta-status-505"
							]
						}
					},
					"response": []
				},
				{
					"name": "Lista StandBy",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/exp-lista-stand-by",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-lista-stand-by"
							]
						}
					},
					"response": []
				},
				{
					"name": "ger menv saldo",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/get-menv-saldo",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"get-menv-saldo"
							]
						}
					},
					"response": []
				},
				{
					"name": "insere nota",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/insere-nota?pedido=1&chave=1&usuario=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"insere-nota"
							],
							"query": [
								{
									"key": "pedido",
									"value": "1"
								},
								{
									"key": "chave",
									"value": "1"
								},
								{
									"key": "usuario",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "insere rastreio",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/insere-rastreio?pedido=1&rastreio=1&rastreio=1&usuario=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"insere-rastreio"
							],
							"query": [
								{
									"key": "pedido",
									"value": "1"
								},
								{
									"key": "rastreio",
									"value": "1"
								},
								{
									"key": "rastreio",
									"value": "1"
								},
								{
									"key": "usuario",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "exp em transporte ou retirada",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/exp-busca-qtde-itens-pedido?id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-busca-qtde-itens-pedido"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "exp busca empresas frete 500",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/exp-busca-empresas-frete-500",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-busca-empresas-frete-500"
							]
						}
					},
					"response": []
				},
				{
					"name": "exp busca empresas frete 507",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/exp-busca-empresas-frete-507",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-busca-empresas-frete-507"
							]
						}
					},
					"response": []
				},
				{
					"name": "exp busca pedidos 507",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/exp-busca-pedidos-507",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-busca-pedidos-507"
							]
						}
					},
					"response": []
				},
				{
					"name": "exp busca empresas frete 510",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/exp-busca-empresas-frete-510",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-busca-empresas-frete-510"
							]
						}
					},
					"response": []
				},
				{
					"name": "exp busca pedidos 510",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/exp-busca-pedidos-510",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-busca-pedidos-510"
							]
						}
					},
					"response": []
				},
				{
					"name": "exp consolidacao",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/exp-consolidacao-510",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-consolidacao-510"
							]
						}
					},
					"response": []
				},
				{
					"name": "exp consolidacao 507 empresa",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/exp-consolidacao-507-empresa",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-consolidacao-507-empresa"
							]
						}
					},
					"response": []
				},
				{
					"name": "exp consolidacao 507 pedido",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/exp-consolidacao-507-pedido",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-consolidacao-507-pedido"
							]
						}
					},
					"response": []
				},
				{
					"name": "exp insere pedido stand by",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/exp-insere-pedido-stand-by?pedido=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-insere-pedido-stand-by"
							],
							"query": [
								{
									"key": "pedido",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "exp gera etiquetas por pedido",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/exp-gera-etiquetas-por-pedido?pedido=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-gera-etiquetas-por-pedido"
							],
							"query": [
								{
									"key": "pedido",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "tala pedidos 500",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/tela-pedidos-500?pedido=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"tela-pedidos-500"
							],
							"query": [
								{
									"key": "pedido",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "exp declaracao id",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/exp-declaracao-id?pedido=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-declaracao-id"
							],
							"query": [
								{
									"key": "pedido",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "exp declaracao empresa",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/exp-declaracao-empresa?pedido=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-declaracao-empresa"
							],
							"query": [
								{
									"key": "pedido",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "exp em tramposte ou retirada",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/exp-em-transporte-ou-retirada?pedido=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-em-transporte-ou-retirada"
							],
							"query": [
								{
									"key": "pedido",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "busca empresas do periodo 600",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-empresas-do-periodo-600?data_inicio=&data_fim=&aux=&data_inicio=31/07/1999&data_fim=01/08/1999&aux",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-empresas-do-periodo-600"
							],
							"query": [
								{
									"key": "data_inicio",
									"value": ""
								},
								{
									"key": "data_fim",
									"value": ""
								},
								{
									"key": "aux",
									"value": ""
								},
								{
									"key": "data_inicio",
									"value": "31/07/1999"
								},
								{
									"key": "data_fim",
									"value": "01/08/1999"
								},
								{
									"key": "aux",
									"value": null
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "alteracao frete",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/alteracao-frete?data_inicio=&data_fim=&aux=&data_inicio=31/07/1999&data_fim=01/08/1999&aux",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"alteracao-frete"
							],
							"query": [
								{
									"key": "data_inicio",
									"value": ""
								},
								{
									"key": "data_fim",
									"value": ""
								},
								{
									"key": "aux",
									"value": ""
								},
								{
									"key": "data_inicio",
									"value": "31/07/1999"
								},
								{
									"key": "data_fim",
									"value": "01/08/1999"
								},
								{
									"key": "aux",
									"value": null
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "busca pedidos filial",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-pedidos-filial",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-pedidos-filial"
							]
						}
					},
					"response": []
				},
				{
					"name": "baixa multiplos filial",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/baixa-multiplos-filial",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"baixa-multiplos-filial"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "CRM",
			"item": [
				{
					"name": "Atualiza carteira crm",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "2",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"dominio\": \"osa\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-carteira-crm",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-carteira-crm"
							]
						}
					},
					"response": []
				},
				{
					"name": "Adiciona cliente carteira",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": ""
						}
					},
					"response": []
				},
				{
					"name": "busca Clientes",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "2",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"type\": \"6\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-info-clientes-tipo-carteira",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-info-clientes-tipo-carteira"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca info cliente crm",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": ""
						}
					},
					"response": []
				},
				{
					"name": "busca carteiras",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-carteiras",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-carteiras"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca grupos carteiras",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-grupos-carteiras",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-grupos-carteiras"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca subgrupos por grupo",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-subgrupos-por-grupo",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-subgrupos-por-grupo"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca caretira por tipo",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-carteira-por-tipo",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-carteira-por-tipo"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca info grafico crm",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-info-grafico-crm",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-info-grafico-crm"
							]
						}
					},
					"response": []
				},
				{
					"name": "altera desconto carteira",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/altera-desconto-carteira",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"altera-desconto-carteira"
							]
						}
					},
					"response": []
				},
				{
					"name": "altera meta carteira",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/altera-meta-carteira",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"altera-meta-carteira"
							]
						}
					},
					"response": []
				},
				{
					"name": "remover carteira",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/remover-carteira",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"remover-carteira"
							]
						}
					},
					"response": []
				},
				{
					"name": "cria nova carteira",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/cria-nova-carteira",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"cria-nova-carteira"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca cliente crm",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-cliente-crm?idFranquia=1&customer=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-cliente-crm"
							],
							"query": [
								{
									"key": "idFranquia",
									"value": "1"
								},
								{
									"key": "customer",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "remover cliente crm",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{api}}/bubble/remover-cliente-crm?idFranquia=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"remover-cliente-crm"
							],
							"query": [
								{
									"key": "idFranquia",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "busca carteiras cliente",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-carteiras-cliente",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-carteiras-cliente"
							]
						}
					},
					"response": []
				},
				{
					"name": "move cliente carteira",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/move-cliente-carteira",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"move-cliente-carteira"
							]
						}
					},
					"response": []
				},
				{
					"name": "adicionar cliente carteira",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/adicionar-cliente-carteira",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"adicionar-cliente-carteira"
							]
						}
					},
					"response": []
				},
				{
					"name": "adiciona usuario carteira",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/adiciona-usuario-carteira",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"adiciona-usuario-carteira"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "SAC",
			"item": [
				{
					"name": "Busca pedido por id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{api}}/bubble/busca-pedido-por-id/1386052",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-pedido-por-id",
								"1386052"
							]
						}
					},
					"response": []
				},
				{
					"name": "Insere desconto por ID",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/insere-desconto-por-id",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"insere-desconto-por-id"
							]
						}
					},
					"response": []
				},
				{
					"name": "Buscar nota pedido",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{api}}/bubble/buscar-nota-pedido/1387938",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"buscar-nota-pedido",
								"1387938"
							]
						}
					},
					"response": []
				},
				{
					"name": "Seleciona Cadastro",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "2",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id\": \"829100\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/seleciona-cadastro-sac/1284",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"seleciona-cadastro-sac",
								"1284"
							],
							"query": [
								{
									"key": "idFranquia",
									"value": "2",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca Obs Cliente",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{api}}/bubble/busca-obs-cliente/829100?idFranquia=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-obs-cliente",
								"829100"
							],
							"query": [
								{
									"key": "idFranquia",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca pedidos por id",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{api}}/bubble/busca-pedidos/208",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-pedidos",
								"208"
							],
							"query": [
								{
									"key": "idFranquia",
									"value": "1",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca Itens por Pedido",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{api}}/bubble/busca-itens-pedido/1395182?idFranquia=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-itens-pedido",
								"1395182"
							],
							"query": [
								{
									"key": "idFranquia",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca pedidos excluidos",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{api}}/bubble/busca-pedidos-excluido/824169?idFranquia=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-pedidos-excluido",
								"824169"
							],
							"query": [
								{
									"key": "idFranquia",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "seleciona balcoes proximos",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{api}}/bubble/seleciona-balcoes-proximos/208",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"seleciona-balcoes-proximos",
								"208"
							],
							"query": [
								{
									"key": "idFranquia",
									"value": "1",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "seleciona bal",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": ""
						}
					},
					"response": []
				},
				{
					"name": "Liberar cadastro",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"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": "{{api}}/bubble/libera-suspende-cadastro",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"libera-suspende-cadastro"
							]
						}
					},
					"response": []
				},
				{
					"name": "Insere Obs Cliente",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/insere-obs-cliente",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"insere-obs-cliente"
							]
						}
					},
					"response": []
				},
				{
					"name": "Checa email disponível",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"customers_id\": 829919,\r\n    \"email\": \"bertoluccialan23@gmail.com\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/checar-email-disponivel",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"checar-email-disponivel"
							]
						}
					},
					"response": []
				},
				{
					"name": "Checa Telefone Disponível",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"customers_id\": 824169,\r\n    \"telefone\": \"83999064944\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/checar-telefone-disponivel",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"checar-telefone-disponivel"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca Histórico Conta Corrente Cliente",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"customers_id\": 208\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-conta-corrente-historico",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-conta-corrente-historico"
							],
							"query": [
								{
									"key": "idFranquia",
									"value": "1",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Checa se tem item Elyon",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{api}}/bubble/checa-se-tem-item-elyon/1381036",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"checa-se-tem-item-elyon",
								"1381036"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca Rastreio por Pedido",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{api}}/bubble/busca-rastreio-por-pedido/851655",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-rastreio-por-pedido",
								"851655"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca Nota Por Pedido",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": ""
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Bubble Controller",
			"item": [
				{
					"name": "Busca status history",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": ""
						}
					},
					"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": "{{api}}/bubble/atualiza-formato?idFranquia=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-formato"
							],
							"query": [
								{
									"key": "idFranquia",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza Cor",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/atualiza-cores?idFranquia=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-cores"
							],
							"query": [
								{
									"key": "idFranquia",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza Substrato e Gramatura",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/atualiza-substrato",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-substrato"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza Enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/atualiza-enobrecimento",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-enobrecimento"
							]
						}
					},
					"response": []
				},
				{
					"name": "Duplicar",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6334\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/duplicar-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"duplicar-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "Duplicar Formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/duplicar-formato",
							"host": [
								"{{api}}"
							],
							"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": "{{api}}/bubble/duplicar-cor",
							"host": [
								"{{api}}"
							],
							"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": "{{api}}/bubble/duplicar-substrato",
							"host": [
								"{{api}}"
							],
							"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": "{{api}}/bubble/duplicar-enobrecimento",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"duplicar-enobrecimento"
							]
						}
					},
					"response": []
				},
				{
					"name": "Criar categoria",
					"request": {
						"method": "POST",
						"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": "{{api}}/bubble/criar-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"criar-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "Deletar categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/deletar-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"deletar-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "Liga desliga produtos categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/liga-desliga-produtos-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"liga-desliga-produtos-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "Liga desliga formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/liga-desliga-formato",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"liga-desliga-formato"
							]
						}
					},
					"response": []
				},
				{
					"name": "Liga desliga cores",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"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": "{{api}}/bubble/liga-desliga-cores",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"liga-desliga-cores"
							]
						}
					},
					"response": []
				},
				{
					"name": "Liga desliga substrato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"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": "{{api}}/bubble/liga-desliga-substrato",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"liga-desliga-substrato"
							]
						}
					},
					"response": []
				},
				{
					"name": "Liga desliga enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"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": "{{api}}/bubble/liga-desliga-enobrecimento",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"liga-desliga-enobrecimento"
							]
						}
					},
					"response": []
				},
				{
					"name": "Deletar formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/deletar-formato",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"deletar-formato"
							]
						}
					},
					"response": []
				},
				{
					"name": "Deletar cor",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/deletar-cor",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"deletar-cor"
							]
						}
					},
					"response": []
				},
				{
					"name": "Deletar substrato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/deletar-substrato",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"deletar-substrato"
							]
						}
					},
					"response": []
				},
				{
					"name": "Deletar enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/deletar-substrato",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"deletar-substrato"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca dados categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"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": "{{api}}/bubble/busca-dados-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-dados-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza paginas categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/atualiza-paginas-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-paginas-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza Imagem Categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/atualiza-imagem-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-imagem-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza sob medida categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/atualiza-sob-medida-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-sob-medida-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza status categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/atualiza-status-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-status-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza status produto",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/atualiza-status-produto",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-status-produto"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza tem arte categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/atualiza-tem-arte-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-tem-arte-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza limites sob medida categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/atualiza-limites-sob-medida-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-limites-sob-medida-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza nome slug descricao categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/atualiza-nome-slug-descricao-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-nome-slug-descricao-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca dados produto por id",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/busca-dados-produto-por-id",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-dados-produto-por-id"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Produto",
			"item": [
				{
					"name": "Atualiza por id",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/produtos-atualiza-por-id",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"produtos-atualiza-por-id"
							]
						}
					},
					"response": []
				},
				{
					"name": "Troca model categoria",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "2",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/troca-model-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"troca-model-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "Muda status master",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/muda-status-master",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"muda-status-master"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca categorias",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"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": "{{api}}/bubble/busca-categorias",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-categorias"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca prazos acabamentos",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/busca-prazos-acabamentos",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-prazos-acabamentos"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca acabamentos produtos",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/busca-acabamentos-produtos",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-acabamentos-produtos"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca acabamentos por id",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"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": "{{api}}/bubble/busca-acabamentos-por-prid/{id}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-acabamentos-por-prid",
								"{id}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca todas negociacoes especiais",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"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": "{{api}}/bubble/busca-todas-negociacoes-especiais",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-todas-negociacoes-especiais"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca menu categorias produtos",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/busca-menu-categorias-produtos",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-menu-categorias-produtos"
							]
						}
					},
					"response": []
				},
				{
					"name": "Produtos formatos por categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/produtos-formatos-por-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"produtos-formatos-por-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "Produtos cores por formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/produtos-cores-por-formato",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"produtos-cores-por-formato"
							]
						}
					},
					"response": []
				},
				{
					"name": "Produtos substrato por cores",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/produtos-substrato-por-cores",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"produtos-substrato-por-cores"
							]
						}
					},
					"response": []
				},
				{
					"name": "Produtos enobrecimento por substrato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/produtos-enobrecimento-por-substrato",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"produtos-enobrecimento-por-substrato"
							]
						}
					},
					"response": []
				},
				{
					"name": "Desliga na vitrine",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/desligar-na-vitrine",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"desligar-na-vitrine"
							]
						}
					},
					"response": []
				},
				{
					"name": "Associar master",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/associar-master",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"associar-master"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza ordem exibicao vitrine",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/atualiza-ordem-exibicao-vitrine",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-ordem-exibicao-vitrine"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza sempre entra analise /{id}/{ndl}",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "2",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/atualiza-sempre-entra-analise/{id}/{ndl}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-sempre-entra-analise",
								"{id}",
								"{ndl}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca nome produto por id/{id}",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/busca-nome-produto-por-id/{id}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-nome-produto-por-id",
								"{id}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Produtos atualiza por id",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/produtos-atualiza-por-id",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"produtos-atualiza-por-id"
							]
						}
					},
					"response": []
				},
				{
					"name": "Deleta acabamento prid/{id}",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"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": "{{api}}/bubble/deleta-acabamento-prid/{id}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"deleta-acabamento-prid",
								"{id}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca Histórico",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-historico-produtos",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-historico-produtos"
							],
							"query": [
								{
									"key": "",
									"value": "",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Filtra lista prazo",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/produtos-filtro-lista-prazos",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"produtos-filtro-lista-prazos"
							],
							"query": [
								{
									"key": "",
									"value": "",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca acabamento default",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/busca-acabamento-default",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-acabamento-default"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca pedidos areceber id{id}",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/busca-pedidos-areceber-id/{id}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-pedidos-areceber-id",
								"{id}"
							]
						}
					},
					"response": []
				},
				{
					"name": "associa acabamento default",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/associa-acabamento-default",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"associa-acabamento-default"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza Prazo",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"prod_id\": \"153793\",\r\n    \"prazo\": \"5\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-prazo-produto",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-prazo-produto"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cria produto matriz",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"prods\": \"136046, 136040, 136042\",\r\n    \"qtd_modulo\": 101\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/adiciona-produto-prazo",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"adiciona-produto-prazo"
							]
						}
					},
					"response": []
				},
				{
					"name": "Duplicar Prazo",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/duplicar-prazo-produto?categoria=1&multiplicador=1&formato_w=1&formato_h=1&cores=1&substrato=1&gramatura=1&enobrecimento=1&prazo=1&novo_prazo=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"duplicar-prazo-produto"
							],
							"query": [
								{
									"key": "categoria",
									"value": "1"
								},
								{
									"key": "multiplicador",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cores",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "enobrecimento",
									"value": "1"
								},
								{
									"key": "prazo",
									"value": "1"
								},
								{
									"key": "novo_prazo",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Duplicar Quantidade",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/duplicar-quantidade-produto",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"duplicar-quantidade-produto"
							]
						}
					},
					"response": []
				},
				{
					"name": "Duplicar Produto Para Negociação Especial",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"prid\": \"229881\",\r\n    \"cids\": \"829100\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/duplica-produto-para-negociacoes-especiais",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"duplica-produto-para-negociacoes-especiais"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza Nome Produto por Categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-nome-produto-por-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-nome-produto-por-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza prazo",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-prazo",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-prazo"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca Substratos",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-substratos",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-substratos"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca enobrecimentos",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-enobrecimentos",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-enobrecimentos"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca todos enobrecimentos",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-suppliers-id",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-suppliers-id"
							]
						}
					},
					"response": []
				},
				{
					"name": "Insere enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/insere-enobrecimento?slug=&descricao=teste&status",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"insere-enobrecimento"
							],
							"query": [
								{
									"key": "slug",
									"value": ""
								},
								{
									"key": "descricao",
									"value": "teste"
								},
								{
									"key": "status",
									"value": null
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza enobrecimento slug",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-enobrecimento-slug",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-enobrecimento-slug"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza enobrecimento descricao",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							},
							{
								"key": "descricao",
								"value": "teste",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-enobrecimento-descricao?id=1&descricao=teste",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-enobrecimento-descricao"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "descricao",
									"value": "teste"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "busca suppliers id",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "2",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-suppliers-id?dados=1&suppliers_id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-suppliers-id"
							],
							"query": [
								{
									"key": "dados",
									"value": "1"
								},
								{
									"key": "suppliers_id",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "exclui enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/exclui-enobrecimento?id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exclui-enobrecimento"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "conta-uso-enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/conta-uso-enobrecimento?slug=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"conta-uso-enobrecimento"
							],
							"query": [
								{
									"key": "slug",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "busca quantidade por categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-quantidade-por-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-quantidade-por-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca suppliers",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-suppliers",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-suppliers"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca-custom-por-categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-custom-por-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-custom-por-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca custom por formato categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-custom-por-formato-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-custom-por-formato-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza custom made por categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "2",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-custom-made-por-categoria?sobmedida=1&width_min=1&width_limit=1&height_min=1&height_limit=1&categoria=25",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-custom-made-por-categoria"
							],
							"query": [
								{
									"key": "sobmedida",
									"value": "1"
								},
								{
									"key": "width_min",
									"value": "1"
								},
								{
									"key": "width_limit",
									"value": "1"
								},
								{
									"key": "height_min",
									"value": "1"
								},
								{
									"key": "height_limit",
									"value": "1"
								},
								{
									"key": "categoria",
									"value": "25"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza custom made por categoria Copy",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-custom-made-por-formato?largura_minima=1&altura_minima=1&largura_maxima=1&altura_maxima=1&custom_made=1&formato_w=1&formato_h=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-custom-made-por-formato"
							],
							"query": [
								{
									"key": "largura_minima",
									"value": "1"
								},
								{
									"key": "altura_minima",
									"value": "1"
								},
								{
									"key": "largura_maxima",
									"value": "1"
								},
								{
									"key": "altura_maxima",
									"value": "1"
								},
								{
									"key": "custom_made",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza sangria por categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-sangria-por-categoria?cat_id=1&formato_w=1&formato_h=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-sangria-por-categoria"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza espacamento por categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-espacamento-por-categoria?cat_id=1&formato_w=1&formato_h=1&=",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-espacamento-por-categoria"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": null,
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza digital por categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-digital-por-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-digital-por-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza fornecedor por categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-fornecedor-por-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-fornecedor-por-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza data inicio fim por categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-data-inicio-fim-por-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-data-inicio-fim-por-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza nome produto por categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-nome-produto-por-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-nome-produto-por-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza sangria por formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-sangria-por-formato",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-sangria-por-formato"
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza espacamento por formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-espacamento-por-formato",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-espacamento-por-formato"
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza digital por formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-enobrecimento-status?id=1&status=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-enobrecimento-status"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "status",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza fornecedor por formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-fornecedor-por-formato?cat_id=1&formato_w=1&formato_h=1&fornecedor=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-fornecedor-por-formato"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "fornecedor",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza Data Inicio Fim Por Formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-data-inicio-fim-por-formato?cat_id=1&formato_w=1&formato_h=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-data-inicio-fim-por-formato"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza sem producao por formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-sem-producao-por-formato?cat_id=1&formato_w=1&formato_h=1&sem_producao=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-sem-producao-por-formato"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "sem_producao",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza sem arte por formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-sem-producao-por-formato?cat_id=1&formato_w=1&formato_h=1&sem_producao=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-sem-producao-por-formato"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "sem_producao",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza Hide Info Por Formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"6333\",\r\n    \"nome\": \"Tágs\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-hide-info-por-formato?cat_id=1&formato_w=1&formato_h=1&sem_producao=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-hide-info-por-formato"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "sem_producao",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza products folhas por formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-products-folhas-por-formato?cat_id=1&formato_w=1&formato_h=1&folhas=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-products-folhas-por-formato"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "folhas",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza Model Por Formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-medida-arte-diferente-por-formato",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-medida-arte-diferente-por-formato"
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza valor minimo por formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-valor-minimo-por-formato",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-valor-minimo-por-formato"
							]
						}
					},
					"response": []
				},
				{
					"name": "majora price por cor",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/majora-price-por-cor?cat_id=1&formato_w=1&multiplicador=1&formato_h=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"majora-price-por-cor"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "multiplicador",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "majora price por substrato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/majora-price-por-substrato?cat_id=1&formato_w=1&multiplicador=1&formato_h=1&substrato=1&gramatura=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"majora-price-por-substrato"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "multiplicador",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "majora price por enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/majora-price-por-enobrecimento?cat_id=1&formato_w=1&multiplicador=1&formato_h=1&substrato=1&gramatura=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"majora-price-por-enobrecimento"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "multiplicador",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "majora price por categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/majora-price-por-categoria?cat_id=1&formato_w=1&multiplicador=1&formato_h=1&substrato=1&gramatura=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"majora-price-por-categoria"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "multiplicador",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "busca acabamentos",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-acabamentos",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-acabamentos"
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza acabamento slug",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-acabamento-slug?slug=25&id=25",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-acabamento-slug"
							],
							"query": [
								{
									"key": "slug",
									"value": "25"
								},
								{
									"key": "id",
									"value": "25"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza acabamento nome",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-acabamento-nome?nome=&id=25",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-acabamento-nome"
							],
							"query": [
								{
									"key": "nome",
									"value": ""
								},
								{
									"key": "id",
									"value": "25"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza acabamento grupo",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-acabamento-grupo?nome=&id=25",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-acabamento-grupo"
							],
							"query": [
								{
									"key": "nome",
									"value": ""
								},
								{
									"key": "id",
									"value": "25"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza acabamento setup",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-acabamento-setup?nome=&id=25",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-acabamento-setup"
							],
							"query": [
								{
									"key": "nome",
									"value": ""
								},
								{
									"key": "id",
									"value": "25"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza acabamento quantidade",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-acabamento-quantidade?nome=&id=25",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-acabamento-quantidade"
							],
							"query": [
								{
									"key": "nome",
									"value": ""
								},
								{
									"key": "id",
									"value": "25"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza acabamento valor",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-acabamento-valor?nome=&id=25",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-acabamento-valor"
							],
							"query": [
								{
									"key": "nome",
									"value": ""
								},
								{
									"key": "id",
									"value": "25"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza acabamento prazo",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-acabamento-prazo?nome=&id=25",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-acabamento-prazo"
							],
							"query": [
								{
									"key": "nome",
									"value": ""
								},
								{
									"key": "id",
									"value": "25"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza acabamento peso",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-acabamento-peso?nome=&id=25",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-acabamento-peso"
							],
							"query": [
								{
									"key": "nome",
									"value": ""
								},
								{
									"key": "id",
									"value": "25"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza acabamento descricao",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-acabamento-descricao?nome=&id=25",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-acabamento-descricao"
							],
							"query": [
								{
									"key": "nome",
									"value": ""
								},
								{
									"key": "id",
									"value": "25"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza acabamento arredondado",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							},
							{
								"key": "gabarito",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-acabamento-arredondado?nome=&id=4",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-acabamento-arredondado"
							],
							"query": [
								{
									"key": "nome",
									"value": ""
								},
								{
									"key": "id",
									"value": "4"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza acabamento porcentagem",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-acabamento-porcentagem?gabarito=1&id=4",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-acabamento-porcentagem"
							],
							"query": [
								{
									"key": "gabarito",
									"value": "1"
								},
								{
									"key": "id",
									"value": "4"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza acabamento gabarito vertical",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "2",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-acabamento-gabarito-vertical?gabarito=1&id=25555",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-acabamento-gabarito-vertical"
							],
							"query": [
								{
									"key": "gabarito",
									"value": "1"
								},
								{
									"key": "id",
									"value": "25555"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza acabamento gabarito horizontal",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-acabamento-gabarito-horizontal?gabarito=1&id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-acabamento-gabarito-horizontal"
							],
							"query": [
								{
									"key": "gabarito",
									"value": "1"
								},
								{
									"key": "id",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "deleta acabamento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/deleta-acabamento?id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"deleta-acabamento"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "insere acabamento",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/insere-acabamento?slug=TESTE&nome=1&grupo=1&valor_setup=1&valor=1&prazo=1&descricao=1&arredondado=1&descricao=1&quantidade=1&porcentagem=1&peso=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"insere-acabamento"
							],
							"query": [
								{
									"key": "slug",
									"value": "TESTE"
								},
								{
									"key": "nome",
									"value": "1"
								},
								{
									"key": "grupo",
									"value": "1"
								},
								{
									"key": "valor_setup",
									"value": "1"
								},
								{
									"key": "valor",
									"value": "1"
								},
								{
									"key": "prazo",
									"value": "1"
								},
								{
									"key": "descricao",
									"value": "1"
								},
								{
									"key": "arredondado",
									"value": "1"
								},
								{
									"key": "descricao",
									"value": "1"
								},
								{
									"key": "quantidade",
									"value": "1"
								},
								{
									"key": "porcentagem",
									"value": "1"
								},
								{
									"key": "peso",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "conta produtos por fornecedor",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/conta-produtos-por-fornecedor?id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"conta-produtos-por-fornecedor"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "insere supplier",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/insere-supplier?nome=1&descricao=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"insere-supplier"
							],
							"query": [
								{
									"key": "nome",
									"value": "1"
								},
								{
									"key": "descricao",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "deleta supplier",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/conta-produtos-por-fornecedor?id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"conta-produtos-por-fornecedor"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "insere labels",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/insere-labels?descricao=1&cores=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"insere-labels"
							],
							"query": [
								{
									"key": "descricao",
									"value": "1"
								},
								{
									"key": "cores",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza labels",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-label-menu?label_id=1&menu_id=1&existe=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-label-menu"
							],
							"query": [
								{
									"key": "label_id",
									"value": "1"
								},
								{
									"key": "menu_id",
									"value": "1"
								},
								{
									"key": "existe",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "deleta labels menu",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/deleta-label-menu?id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"deleta-label-menu"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "deleta labels",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/deleta-labels?id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"deleta-labels"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza labels cores",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-labels-cores?id=1&cores=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-labels-cores"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "cores",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza labels description",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-labels-description?id=1&descricao=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-labels-description"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "descricao",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza fornecedor nome",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-fornecedor-nome?id=1&nome=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-fornecedor-nome"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "nome",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza fornecedor descric ao",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-fornecedor-descricao?id=1&descricao=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-fornecedor-descricao"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "descricao",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza substrato slug",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "2",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-substrato-slug?id=3&descricao=3",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-substrato-slug"
							],
							"query": [
								{
									"key": "id",
									"value": "3"
								},
								{
									"key": "descricao",
									"value": "3"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza substrato descricao",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-substrato-descricao?id=3&descricao=3",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-substrato-descricao"
							],
							"query": [
								{
									"key": "id",
									"value": "3"
								},
								{
									"key": "descricao",
									"value": "3"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza substrato status",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-substrato-status?id=3&descricao=3",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-substrato-status"
							],
							"query": [
								{
									"key": "id",
									"value": "3"
								},
								{
									"key": "descricao",
									"value": "3"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "insere-substrato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/insere-substrato?slug=1&descricao=1&status=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"insere-substrato"
							],
							"query": [
								{
									"key": "slug",
									"value": "1"
								},
								{
									"key": "descricao",
									"value": "1"
								},
								{
									"key": "status",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "busca todos substratos",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-todos-substratos?slug=1&descricao=1&status=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-todos-substratos"
							],
							"query": [
								{
									"key": "slug",
									"value": "1"
								},
								{
									"key": "descricao",
									"value": "1"
								},
								{
									"key": "status",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "deleta substrato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/deleta-substrato?slug=1&descricao=1&status=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"deleta-substrato"
							],
							"query": [
								{
									"key": "slug",
									"value": "1"
								},
								{
									"key": "descricao",
									"value": "1"
								},
								{
									"key": "status",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "enviou todas as artes",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/enviou-todas-as-artes?id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"enviou-todas-as-artes"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "associa acabamento por categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/associa-acabamento-por-categoria?id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"associa-acabamento-por-categoria"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "",
									"value": "1",
									"disabled": true
								},
								{
									"key": "",
									"value": "1",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "exclui acabamento por categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/exclui-acabamento-por-categoria?id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exclui-acabamento-por-categoria"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "",
									"value": "1",
									"disabled": true
								},
								{
									"key": "",
									"value": "1",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "busca acabamento por id produto",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-acabamento-por-id-produto?id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-acabamento-por-id-produto"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "adiciona acabamento por id",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/adiciona-acabamento-por-id-produto?id=2",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"adiciona-acabamento-por-id-produto"
							],
							"query": [
								{
									"key": "id",
									"value": "2"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "exclui acabamento por id produto",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/exclui-acabamento-por-id-produto?id=1&produto=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exclui-acabamento-por-id-produto"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "produto",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "associa acabamento por categoria formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/associa-acabamento-por-categoria-formato?id=1&categoria=1&formato_w=1&formato_h=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"associa-acabamento-por-categoria-formato"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "categoria",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "exclui acabamento por categoria formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/exclui-acabamento-por-categoria-formato?id=1&categoria=1&formato_w=1&formato_h=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exclui-acabamento-por-categoria-formato"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "categoria",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "associa acabamento por categoria cor",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/associa-acabamento-por-categoria-cor?id=1&categoria=1&formato_w=1&formato_h=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"associa-acabamento-por-categoria-cor"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "categoria",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "exclui acabamento por categoria cor",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/exclui-acabamento-por-categoria-cor?id=1&categoria=1&formato_w=1&formato_h=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exclui-acabamento-por-categoria-cor"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "categoria",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "associa acabamento por categoria substrato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/associa-acabamento-por-categoria-substrato?id=1&categoria=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"associa-acabamento-por-categoria-substrato"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "categoria",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "exclui acabamento por categoria substrato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/exclui-acabamento-por-categoria-substrato?id=1&categoria=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&query=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exclui-acabamento-por-categoria-substrato"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "categoria",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "query",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "associa acabamento pro categoria substrato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/associa-acabamento-por-categoria-substrato?id=1&categoria=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"associa-acabamento-por-categoria-substrato"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "categoria",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "exclui acabamento por categoria enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/exclui-acabamento-por-categoria-enobrecimento?id=1&categoria=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exclui-acabamento-por-categoria-enobrecimento"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "categoria",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza gabarito especial",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-gabarito-especial?id=1&categoria=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-gabarito-especial"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "categoria",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza gabarito horizontal",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-gabarito-horizontal?id=1&categoria=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-gabarito-horizontal"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "categoria",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza gabarito especial",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-gabarito-especial?id=1&categoria=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-gabarito-especial"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "categoria",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza gabarito especial por cor",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-gabarito-especial-por-cor?status=1&cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-gabarito-especial-por-cor"
							],
							"query": [
								{
									"key": "status",
									"value": "1"
								},
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza descricao por formato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-descricao-por-formato?categoria=1&descricao=1&prods=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-descricao-por-formato"
							],
							"query": [
								{
									"key": "categoria",
									"value": "1"
								},
								{
									"key": "descricao",
									"value": "1"
								},
								{
									"key": "prods",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "associa acabamento por categoria substrato Copy 19",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-digital-por-cor?cat_id=1&formato_w=1&formato_h=1&cor=1&digital=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-digital-por-cor"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "digital",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza digital por cor",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-digital-por-cor?cat_id=1&formato_w=1&formato_h=1&cor=1&fornecedor=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-digital-por-cor"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "fornecedor",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza sem producao por cor",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-sem-producao-por-cor?cat_id=1&formato_w=1&formato_h=1&cor=1&sem_producao=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-sem-producao-por-cor"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "sem_producao",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza sem arte por cor",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-sem-arte-por-cor?cat_id=1&formato_w=1&formato_h=1&cor=1&sem_arte=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-sem-arte-por-cor"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "sem_arte",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza sangria por substrato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-sangria-por-substrato?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&sangria=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-sangria-por-substrato"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "sangria",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza data inicio fim por substrato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-data-inicio-fim-por-substrato?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&fornecedor=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-data-inicio-fim-por-substrato"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "fornecedor",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza sem producao por substrato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-sem-producao-por-substrato?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&sem_producao=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-sem-producao-por-substrato"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "sem_producao",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza sem arte por substrato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-sem-arte-por-substrato?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&sem_arte=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-sem-arte-por-substrato"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "sem_arte",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza hide info por substrato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-hide-info-por-substrato?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&hide_info=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-hide-info-por-substrato"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "hide_info",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza model por substrato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-model-por-substrato?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&digital=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-model-por-substrato"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "digital",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza valor minimo por substrato",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-valor-minimo-por-substrato?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&digital=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-valor-minimo-por-substrato"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "digital",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza sanfria por enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-sangria-por-enobrecimento?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&cobertura=1&sangria=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-sangria-por-enobrecimento"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "cobertura",
									"value": "1"
								},
								{
									"key": "sangria",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza espacamento por enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-espacamento-por-enobrecimento?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&cobertura=1&sangria=1&espacamento=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-espacamento-por-enobrecimento"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "cobertura",
									"value": "1"
								},
								{
									"key": "sangria",
									"value": "1"
								},
								{
									"key": "espacamento",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza digital por enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-digital-por-enobrecimento?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&cobertura=1&sangria=1&digital=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-digital-por-enobrecimento"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "cobertura",
									"value": "1"
								},
								{
									"key": "sangria",
									"value": "1"
								},
								{
									"key": "digital",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza fornecedeor por enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-fornecedor-por-enobrecimento?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&cobertura=1&fornecedor=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-fornecedor-por-enobrecimento"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "cobertura",
									"value": "1"
								},
								{
									"key": "fornecedor",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza data inicio fim por enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-data-inicio-fim-por-enobrecimento?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&cobertura=1&sangria=1&espacamento=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-data-inicio-fim-por-enobrecimento"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "cobertura",
									"value": "1"
								},
								{
									"key": "sangria",
									"value": "1"
								},
								{
									"key": "espacamento",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza sem procucao por enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-sem-producao-por-enobrecimento?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&cobertura=1&sangria=1&sem_producao=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-sem-producao-por-enobrecimento"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "cobertura",
									"value": "1"
								},
								{
									"key": "sangria",
									"value": "1"
								},
								{
									"key": "sem_producao",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza sem arte por enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-sem-arte-por-enobrecimento?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&cobertura=1&sem_arte=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-sem-arte-por-enobrecimento"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "cobertura",
									"value": "1"
								},
								{
									"key": "sem_arte",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza hide info por enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-hide-info-por-enobrecimento?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&cobertura=1&sangria=1&espacamento=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-hide-info-por-enobrecimento"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "cobertura",
									"value": "1"
								},
								{
									"key": "sangria",
									"value": "1"
								},
								{
									"key": "espacamento",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza model por enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-model-por-enobrecimento?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&cobertura=1&sangria=1&espacamento=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-model-por-enobrecimento"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "cobertura",
									"value": "1"
								},
								{
									"key": "sangria",
									"value": "1"
								},
								{
									"key": "espacamento",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza valor minimo por enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-valor-minimo-por-enobrecimento?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&cobertura=1&sangria=1&espacamento=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-valor-minimo-por-enobrecimento"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "cobertura",
									"value": "1"
								},
								{
									"key": "sangria",
									"value": "1"
								},
								{
									"key": "espacamento",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza gabarito especial por enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-gabarito-especial-por-enobrecimento?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&cobertura=1&sangria=1&espacamento=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-gabarito-especial-por-enobrecimento"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "cobertura",
									"value": "1"
								},
								{
									"key": "sangria",
									"value": "1"
								},
								{
									"key": "espacamento",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza gabarito por enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-gabarito-especial-por-enobrecimento?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&cobertura=1&sangria=1&espacamento=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-gabarito-especial-por-enobrecimento"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "cobertura",
									"value": "1"
								},
								{
									"key": "sangria",
									"value": "1"
								},
								{
									"key": "espacamento",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza gabarito vertical por enobrecimento",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-gabarito-vertical-por-enobrecimento?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&cobertura=1&sangria=1&espacamento=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-gabarito-vertical-por-enobrecimento"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "cobertura",
									"value": "1"
								},
								{
									"key": "sangria",
									"value": "1"
								},
								{
									"key": "espacamento",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "duplicar quantidade produto",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/duplicar-quantidade-produto?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&enobrecimento=1&quantidadade=1&nova_quantidade=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"duplicar-quantidade-produto"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "enobrecimento",
									"value": "1"
								},
								{
									"key": "quantidadade",
									"value": "1"
								},
								{
									"key": "nova_quantidade",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "deletar quantidade produto",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/deletar-quantidade-produto?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&cobertura=1&sangria=1&espacamento=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"deletar-quantidade-produto"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "cobertura",
									"value": "1"
								},
								{
									"key": "sangria",
									"value": "1"
								},
								{
									"key": "espacamento",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "deletar produto por id",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/deletar-produto-por-id?id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"deletar-produto-por-id"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "insere nova categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/insere-nova-categoria?nome=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"insere-nova-categoria"
							],
							"query": [
								{
									"key": "nome",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "busca negociacoes especiais",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-negociacoes-especiais?cat_id=1&formato_w=1&formato_h=1&cor=1&substrato=1&gramatura=1&cobertura=1&sangria=1&espacamento=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-negociacoes-especiais"
							],
							"query": [
								{
									"key": "cat_id",
									"value": "1"
								},
								{
									"key": "formato_w",
									"value": "1"
								},
								{
									"key": "formato_h",
									"value": "1"
								},
								{
									"key": "cor",
									"value": "1"
								},
								{
									"key": "substrato",
									"value": "1"
								},
								{
									"key": "gramatura",
									"value": "1"
								},
								{
									"key": "cobertura",
									"value": "1"
								},
								{
									"key": "sangria",
									"value": "1"
								},
								{
									"key": "espacamento",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "duplica produto para negociacoes",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/duplica-produto-para-negociacoes-especiais?prid=1&cids=1&colunas=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"duplica-produto-para-negociacoes-especiais"
							],
							"query": [
								{
									"key": "prid",
									"value": "1"
								},
								{
									"key": "cids",
									"value": "1"
								},
								{
									"key": "colunas",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "insere negociacoes especial do cliente",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/insere-negociacao-especial-do-cliente?prid=1&cid=1&model=1&existe=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"insere-negociacao-especial-do-cliente"
							],
							"query": [
								{
									"key": "prid",
									"value": "1"
								},
								{
									"key": "cid",
									"value": "1"
								},
								{
									"key": "model",
									"value": "1"
								},
								{
									"key": "existe",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "remove negociacao especial do cliente",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/remove-negociacao-especial-do-cliente?prid=1&cid=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"remove-negociacao-especial-do-cliente"
							],
							"query": [
								{
									"key": "prid",
									"value": "1"
								},
								{
									"key": "cid",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "remove negociacao especial tudo",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/remove-negociacao-especial-tudo?prid=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"remove-negociacao-especial-tudo"
							],
							"query": [
								{
									"key": "prid",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "busca clientes por produto",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-clientes-por-produto-negociacao?prid=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-clientes-por-produto-negociacao"
							],
							"query": [
								{
									"key": "prid",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "status negociacao especial do cliente por produtol",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/status-negociacao-especial-do-cliente-por-produto?prid=1&cid=1&status=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"status-negociacao-especial-do-cliente-por-produto"
							],
							"query": [
								{
									"key": "prid",
									"value": "1"
								},
								{
									"key": "cid",
									"value": "1"
								},
								{
									"key": "status",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza acabamento default",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-acabamento-default?prid=1&cid=1&status=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-acabamento-default"
							],
							"query": [
								{
									"key": "prid",
									"value": "1"
								},
								{
									"key": "cid",
									"value": "1"
								},
								{
									"key": "status",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "busca categorias menu master slaves",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-categorias-menu-master-slaves?prid=1&cid=1&status=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-categorias-menu-master-slaves"
							],
							"query": [
								{
									"key": "prid",
									"value": "1"
								},
								{
									"key": "cid",
									"value": "1"
								},
								{
									"key": "status",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "busca categorias menu slaves",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-categorias-menu-slaves/{master_id}?prid=1&cid=1&status=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-categorias-menu-slaves",
								"{master_id}"
							],
							"query": [
								{
									"key": "prid",
									"value": "1"
								},
								{
									"key": "cid",
									"value": "1"
								},
								{
									"key": "status",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "produtos count produtos por supplier",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/produtos-count-produtos-por-supplier/{supplier}?prid=1&cid=1&status=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"produtos-count-produtos-por-supplier",
								"{supplier}"
							],
							"query": [
								{
									"key": "prid",
									"value": "1"
								},
								{
									"key": "cid",
									"value": "1"
								},
								{
									"key": "status",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "busca produtos tipo arte",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-produtos-tipo-arte?prid=1&cid=1&status=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-produtos-tipo-arte"
							],
							"query": [
								{
									"key": "prid",
									"value": "1"
								},
								{
									"key": "cid",
									"value": "1"
								},
								{
									"key": "status",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "altera produtos tipo arte",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/altera-produtos-tipo-arte?opc=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"altera-produtos-tipo-arte"
							],
							"query": [
								{
									"key": "opc",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "adiciona produtos tipo arte",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/adiciona-produtos-tipo-arte?opc=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"adiciona-produtos-tipo-arte"
							],
							"query": [
								{
									"key": "opc",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "remove produtos tipo arte",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/remove-produtos-tipo-arte?opc=2",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"remove-produtos-tipo-arte"
							],
							"query": [
								{
									"key": "opc",
									"value": "2"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "config producao values",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/config-producao-values?dados=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"config-producao-values"
							],
							"query": [
								{
									"key": "dados",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "config padroes values",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/config-padroes-values",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"config-padroes-values"
							]
						}
					},
					"response": []
				},
				{
					"name": "config financeiro values",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/config-financeiro-values",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"config-financeiro-values"
							]
						}
					},
					"response": []
				},
				{
					"name": "config comercial values",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/config-comercial-values",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"config-comercial-values"
							]
						}
					},
					"response": []
				},
				{
					"name": "config financeiro values",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/config-financeiro-values",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"config-financeiro-values"
							]
						}
					},
					"response": []
				},
				{
					"name": "config salvar comercial",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/config-salvar-comercial",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"config-salvar-comercial"
							]
						}
					},
					"response": []
				},
				{
					"name": "config menv",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/config-menv",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"config-menv"
							]
						}
					},
					"response": []
				},
				{
					"name": "config busca ip filial",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/config-busca-ip-filial",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"config-busca-ip-filial"
							]
						}
					},
					"response": []
				},
				{
					"name": "config deleta ip filial",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/config-deleta-ip-filial?ip_id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"config-deleta-ip-filial"
							],
							"query": [
								{
									"key": "ip_id",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "config atualiza ip filial",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/config-atualiza-ip-filial?ip=aaaaaaaaa&sigla=1&descricao=1&ip_id=1&dominio=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"config-atualiza-ip-filial"
							],
							"query": [
								{
									"key": "ip",
									"value": "aaaaaaaaa"
								},
								{
									"key": "sigla",
									"value": "1"
								},
								{
									"key": "descricao",
									"value": "1"
								},
								{
									"key": "ip_id",
									"value": "1"
								},
								{
									"key": "dominio",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza status pedido",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-status-pedido?orders_id=1&orders_status_id=1&customer_notified=1&comments=1&user=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-status-pedido"
							],
							"query": [
								{
									"key": "orders_id",
									"value": "1"
								},
								{
									"key": "orders_status_id",
									"value": "1"
								},
								{
									"key": "customer_notified",
									"value": "1"
								},
								{
									"key": "comments",
									"value": "1"
								},
								{
									"key": "user",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "insert short fast comment",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/insert-short-fast-comment",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"insert-short-fast-comment"
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza status interno pedidod",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-status-interno-pedido?orders_id=1&orders_status_id=1&comments=1&user=1&customer_notified=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-status-interno-pedido"
							],
							"query": [
								{
									"key": "orders_id",
									"value": "1"
								},
								{
									"key": "orders_status_id",
									"value": "1"
								},
								{
									"key": "comments",
									"value": "1"
								},
								{
									"key": "user",
									"value": "1"
								},
								{
									"key": "customer_notified",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "busca cupom por pedido",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-cupom-por-pedido?pedido=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-cupom-por-pedido"
							],
							"query": [
								{
									"key": "pedido",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "mudar bloqueio cliente",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/mudar-bloqueio-cliente?cliente=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"mudar-bloqueio-cliente"
							],
							"query": [
								{
									"key": "cliente",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "sac consulta cliente cpf",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/sac-consulta-cliente-cpf?cpf=1&data_nasc=1&dados=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"sac-consulta-cliente-cpf"
							],
							"query": [
								{
									"key": "cpf",
									"value": "1"
								},
								{
									"key": "data_nasc",
									"value": "1"
								},
								{
									"key": "dados",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "seleciona cadastro",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/seleciona-cadastro/{id}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"seleciona-cadastro",
								"{id}"
							]
						}
					},
					"response": []
				},
				{
					"name": "sac pedido id",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/sac-pedido-id/{id}?orders.orders_id=1&orders.customers_id=1&customers.customers_subdominio=1&orders_status.reduzido=1&orders_weight=1&customers_frete=1&valor_total=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"sac-pedido-id",
								"{id}"
							],
							"query": [
								{
									"key": "orders.orders_id",
									"value": "1"
								},
								{
									"key": "orders.customers_id",
									"value": "1"
								},
								{
									"key": "customers.customers_subdominio",
									"value": "1"
								},
								{
									"key": "orders_status.reduzido",
									"value": "1"
								},
								{
									"key": "orders_weight",
									"value": "1"
								},
								{
									"key": "customers_frete",
									"value": "1"
								},
								{
									"key": "valor_total",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "criar grupo menu",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/criar-grupo-menu?nome=1&descricao=1&ativo=1&badge=1&badge_color=1&ordem=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"criar-grupo-menu"
							],
							"query": [
								{
									"key": "nome",
									"value": "1"
								},
								{
									"key": "descricao",
									"value": "1"
								},
								{
									"key": "ativo",
									"value": "1"
								},
								{
									"key": "badge",
									"value": "1"
								},
								{
									"key": "badge_color",
									"value": "1"
								},
								{
									"key": "ordem",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualizar grupo menu",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualizar-grupo-menu",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualizar-grupo-menu"
							]
						}
					},
					"response": []
				},
				{
					"name": "excluir grupo menu",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/excluir-grupo-menu",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"excluir-grupo-menu"
							]
						}
					},
					"response": []
				},
				{
					"name": "get grupos menu",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/get-grupos-menu",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"get-grupos-menu"
							]
						}
					},
					"response": []
				},
				{
					"name": "buscar produtos do grupo",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/buscar-produtos-do-grupo",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"buscar-produtos-do-grupo"
							]
						}
					},
					"response": []
				},
				{
					"name": "remover grupo do produto",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/remover-grupo-do-produto",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"remover-grupo-do-produto"
							]
						}
					},
					"response": []
				},
				{
					"name": "adicionar grupo do produto",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/adicionar-grupo-do-produto",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"adicionar-grupo-do-produto"
							]
						}
					},
					"response": []
				},
				{
					"name": "mover grupo menu",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/mover-grupo-menu?id=1&upDown=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"mover-grupo-menu"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "upDown",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "get produtos mega menu",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/get-produtos-mega-menu?dados=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"get-produtos-mega-menu"
							],
							"query": [
								{
									"key": "dados",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza ordem exibicao vitrine",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-ordem-exibicao-vitrine?categoria=1&ordem=1&itens_depois=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-ordem-exibicao-vitrine"
							],
							"query": [
								{
									"key": "categoria",
									"value": "1"
								},
								{
									"key": "ordem",
									"value": "1"
								},
								{
									"key": "itens_depois",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "buscar nota",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/buscar-nota",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"buscar-nota"
							]
						}
					},
					"response": []
				},
				{
					"name": "cadastros pedidos grafico",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/cadastros-pedidos-grafico/{id}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"cadastros-pedidos-grafico",
								"{id}"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Controle Digital",
			"item": [
				{
					"name": "Busca DIgital",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "2",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-digital",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-digital"
							]
						}
					},
					"response": []
				},
				{
					"name": "baixa Digital",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/baixa-digital",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"baixa-digital"
							]
						}
					},
					"response": []
				},
				{
					"name": "get dados imposicao",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/get-dados-imposicao/{id}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"get-dados-imposicao",
								"{id}"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca digital por oprid",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-digital-por-oprid",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-digital-por-oprid"
							]
						}
					},
					"response": []
				},
				{
					"name": "seta download digital",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/seta-download-digital",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"seta-download-digital"
							]
						}
					},
					"response": []
				},
				{
					"name": "seta acabamento digital",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/seta-acabamento-digital?usuario=1&id_produto=1&produto=1&id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"seta-acabamento-digital"
							],
							"query": [
								{
									"key": "usuario",
									"value": "1"
								},
								{
									"key": "id_produto",
									"value": "1"
								},
								{
									"key": "produto",
									"value": "1"
								},
								{
									"key": "id",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "baixa digital por qr",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/baixa-digital-por-qr?usuario",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"baixa-digital-por-qr"
							],
							"query": [
								{
									"key": "usuario",
									"value": null
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "digital lista substratos",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/digital-lista-substratos/{suppliers}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"digital-lista-substratos",
								"{suppliers}"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Lotes",
			"item": [
				{
					"name": "Busca pedidos",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-pedidos-420",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-pedidos-420"
							],
							"query": [
								{
									"key": "idFranquia",
									"value": "1",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Trocar por tipo",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"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": "{{api}}/bubble/troca-lote-por-tipo?ids=1&ids_errors=1&mr_prod=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"troca-lote-por-tipo"
							],
							"query": [
								{
									"key": "ids",
									"value": "1"
								},
								{
									"key": "ids_errors",
									"value": "1"
								},
								{
									"key": "mr_prod",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Troca de modulação",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"op_id\": \"2102180\",\r\n    \"new_mod\": 10\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/analise-troca-modulacao",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"analise-troca-modulacao"
							]
						}
					},
					"response": []
				},
				{
					"name": "Baixa Lote",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"lote\": \"E010122IMAS\",\r\n    \"user\": \"alan@mrprint.com.br\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/baixa-lote",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"baixa-lote"
							]
						}
					},
					"response": []
				},
				{
					"name": "Lista Lotes Imas Impressos",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "2",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{api}}/bubble/lista-lotes-imas-impressos",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"lista-lotes-imas-impressos"
							]
						}
					},
					"response": []
				},
				{
					"name": "Itens por categoria",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"categoria\": \"IMAS\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/lotes-itens-por-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"lotes-itens-por-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "Lista itens prelote",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": ""
						}
					},
					"response": []
				},
				{
					"name": "create model por categoria",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/create-model-por-categoria?req=1&model=1&existe=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"create-model-por-categoria"
							],
							"query": [
								{
									"key": "req",
									"value": "1"
								},
								{
									"key": "model",
									"value": "1"
								},
								{
									"key": "existe",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "create model por categoria Copy",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/update-model-por-categoria?model=1&req=1&existe=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"update-model-por-categoria"
							],
							"query": [
								{
									"key": "req",
									"value": "1",
									"disabled": true
								},
								{
									"key": "model",
									"value": "1"
								},
								{
									"key": "req",
									"value": "1"
								},
								{
									"key": "existe",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "delete model por categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/delete-model-por-categoria/{model}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"delete-model-por-categoria",
								"{model}"
							]
						}
					},
					"response": []
				},
				{
					"name": "get  models por categoria",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/get-models-por-categoria",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"get-models-por-categoria"
							]
						}
					},
					"response": []
				},
				{
					"name": "get products for change",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/get-products-for-change",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"get-products-for-change"
							]
						}
					},
					"response": []
				},
				{
					"name": "set products for change",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/set-products-for-change?ids=1&sync=&res=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"set-products-for-change"
							],
							"query": [
								{
									"key": "ids",
									"value": "1"
								},
								{
									"key": "sync",
									"value": ""
								},
								{
									"key": "res",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "set Impresso Imas",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/set-impresso-imas?lote=1&res=1&dados_prods=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"set-impresso-imas"
							],
							"query": [
								{
									"key": "lote",
									"value": "1"
								},
								{
									"key": "res",
									"value": "1"
								},
								{
									"key": "dados_prods",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "lotes categorias",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/lotes-categorias",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"lotes-categorias"
							]
						}
					},
					"response": []
				},
				{
					"name": "seta prelote status lote",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/seta-prelote-status-lote?data=lala",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"seta-prelote-status-lote"
							],
							"query": [
								{
									"key": "data",
									"value": "lala"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "lotes lista prelotes",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/lotes-lista-prelotes",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"lotes-lista-prelotes"
							]
						}
					},
					"response": []
				},
				{
					"name": "altera Nome Prelote",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/altera-nome-prelote?existe=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"altera-nome-prelote"
							],
							"query": [
								{
									"key": "existe",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "altera nome lote",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/altera-nome-lote?existe=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"altera-nome-lote"
							],
							"query": [
								{
									"key": "existe",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "lotes lista itens prelote",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/lotes-lista-itens-prelote?existe=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"lotes-lista-itens-prelote"
							],
							"query": [
								{
									"key": "existe",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "seta prelote tudo",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/seta-prelote-tudo",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"seta-prelote-tudo"
							]
						}
					},
					"response": []
				},
				{
					"name": "seta prelote order",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/seta-prelote-order",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"seta-prelote-order"
							]
						}
					},
					"response": []
				},
				{
					"name": "remove tudo prelote",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/remove-tudo-prelote",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"remove-tudo-prelote"
							]
						}
					},
					"response": []
				},
				{
					"name": "remove item Prelote",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/remove-item-prelote",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"remove-item-prelote"
							]
						}
					},
					"response": []
				},
				{
					"name": "seta lote em producao",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/seta-lote-em-producao",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"seta-lote-em-producao"
							]
						}
					},
					"response": []
				},
				{
					"name": "lotes fechar",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/lotes-fechar",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"lotes-fechar"
							]
						}
					},
					"response": []
				},
				{
					"name": "baixa lote",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/baixa-lote",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"baixa-lote"
							]
						}
					},
					"response": []
				},
				{
					"name": "baixa apenas lote",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/baixa-apenas-lote",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"baixa-apenas-lote"
							]
						}
					},
					"response": []
				},
				{
					"name": "gerar etiqueta produto",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/gerar-etiqueta-produto?aids=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"gerar-etiqueta-produto"
							],
							"query": [
								{
									"key": "aids",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "lote etiquetas pedido",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/lote-etiquetas-pedido",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"lote-etiquetas-pedido"
							]
						}
					},
					"response": []
				},
				{
					"name": "lista lotes por previsao",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/lista-lotes-por-previsao",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"lista-lotes-por-previsao"
							]
						}
					},
					"response": []
				},
				{
					"name": "lista provisoes",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/lista-previsoes",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"lista-previsoes"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca lotes categorias",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-lotes-categorias",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-lotes-categorias"
							]
						}
					},
					"response": []
				},
				{
					"name": "tras lotes categorias",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/traz-lotes-categorias",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"traz-lotes-categorias"
							]
						}
					},
					"response": []
				},
				{
					"name": "deleta lotes categorias",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/deleta-lotes-categorias",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"deleta-lotes-categorias"
							]
						}
					},
					"response": []
				},
				{
					"name": "insere lotes categorias",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/insere-lotes-categorias",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"insere-lotes-categorias"
							]
						}
					},
					"response": []
				},
				{
					"name": "atualiza lotes categorias",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/atualiza-lotes-categorias",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-lotes-categorias"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca itens por categoria lotes",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-itens-por-categoria-lotes/{categoria}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-itens-por-categoria-lotes",
								"{categoria}"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca prelote",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-prelote",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-prelote"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca nomes prelotes",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-nomes-prelotes",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-nomes-prelotes"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca lotes previsao",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-lotes-previsao",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-lotes-previsao"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca oprid por lote",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-oprid-por-lote",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-oprid-por-lote"
							]
						}
					},
					"response": []
				},
				{
					"name": "teste gang",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/teste-gang?lote=1&imagem=1&z=1&rTotal=1&gTotal=1&bTotal=1&total=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"teste-gang"
							],
							"query": [
								{
									"key": "lote",
									"value": "1"
								},
								{
									"key": "imagem",
									"value": "1"
								},
								{
									"key": "z",
									"value": "1"
								},
								{
									"key": "rTotal",
									"value": "1"
								},
								{
									"key": "gTotal",
									"value": "1"
								},
								{
									"key": "bTotal",
									"value": "1"
								},
								{
									"key": "total",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "exp gera etiquetas por opid",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "IdFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id_produto\": \"2102180\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/exp-gera-etiquetas-por-oprid?item=1&dados=1&pedido=1&itens_pedido=1&menus=1&etq=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exp-gera-etiquetas-por-oprid"
							],
							"query": [
								{
									"key": "item",
									"value": "1"
								},
								{
									"key": "dados",
									"value": "1"
								},
								{
									"key": "pedido",
									"value": "1"
								},
								{
									"key": "itens_pedido",
									"value": "1"
								},
								{
									"key": "menus",
									"value": "1"
								},
								{
									"key": "etq",
									"value": "1"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Feriados",
			"item": [
				{
					"name": "Insere Feriado",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"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": "{{api}}/bubble/insere-feriado",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"insere-feriado"
							]
						}
					},
					"response": []
				},
				{
					"name": "Atualiza Feriado",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"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": "{{api}}/bubble/atualiza-feriado",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualiza-feriado"
							]
						}
					},
					"response": []
				},
				{
					"name": "Exclui Feriado",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"data\": \"12/10\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/exclui-feriado",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"exclui-feriado"
							]
						}
					},
					"response": []
				},
				{
					"name": "Busca feriado",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "",
								"value": "",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-feriado?idFranquia=",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-feriado"
							],
							"query": [
								{
									"key": "idFranquia",
									"value": ""
								}
							]
						}
					},
					"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": "{{api}}/bubble/busca-logs",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-logs"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Desconto",
			"item": [
				{
					"name": "Aplica desconto em Massa",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"from\": \"2567\",\r\n    \"to\": \"123,123,123,123,432\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/aplicacao-desconto-massa",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"aplicacao-desconto-massa"
							]
						}
					},
					"response": []
				},
				{
					"name": "seta status desconto",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"from\": \"2567\",\r\n    \"to\": \"123,123,123,123,432\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/seta-status-desconto",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"seta-status-desconto"
							]
						}
					},
					"response": []
				},
				{
					"name": "insere desconto global",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"from\": \"2567\",\r\n    \"to\": \"123,123,123,123,432\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/insere-desconto-global",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"insere-desconto-global"
							]
						}
					},
					"response": []
				},
				{
					"name": "excluir cliente",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"from\": \"2567\",\r\n    \"to\": \"123,123,123,123,432\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/excluir-cliente/{id}?pedidosEmAberto=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"excluir-cliente",
								"{id}"
							],
							"query": [
								{
									"key": "pedidosEmAberto",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "insere desconto por id",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"from\": \"2567\",\r\n    \"to\": \"123,123,123,123,432\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/insere-desconto-por-id",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"insere-desconto-por-id"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Analista",
			"item": [
				{
					"name": "Total Pedidos Cliente",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "2",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"customers_id\": \"824169\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/total-pedidos-cliente",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"total-pedidos-cliente"
							],
							"query": [
								{
									"key": "idFranquia",
									"value": "1",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update status item Pedido",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"orders_id\": \"1381471\",\r\n    \"status\": \"299\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/update-status-item-pedido",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"update-status-item-pedido"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Status Pedido",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"orders_id\": \"1381471\",\r\n    \"status\": \"500\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/update-status-pedido",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"update-status-pedido"
							]
						}
					},
					"response": []
				},
				{
					"name": "seta status pedido",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"orders_id\": \"1381471\",\r\n    \"status\": \"500\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/seta-status-pedido",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"seta-status-pedido"
							]
						}
					},
					"response": []
				},
				{
					"name": "analise liberar pedido",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"orders_id\": \"1381471\",\r\n    \"status\": \"500\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/analise-liberar-pedido?usuario=1&idPedido=1&ampm=1&produto=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"analise-liberar-pedido"
							],
							"query": [
								{
									"key": "usuario",
									"value": "1"
								},
								{
									"key": "idPedido",
									"value": "1"
								},
								{
									"key": "ampm",
									"value": "1"
								},
								{
									"key": "produto",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "analise lista pedidos",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"orders_id\": \"1381471\",\r\n    \"status\": \"500\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/analise-lista-pedidos",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"analise-lista-pedidos"
							]
						}
					},
					"response": []
				},
				{
					"name": "analise validacao arte",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"orders_id\": \"1381471\",\r\n    \"status\": \"500\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/analise-validacao-arte",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"analise-validacao-arte"
							]
						}
					},
					"response": []
				},
				{
					"name": "analise  busca itens pedido",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"orders_id\": \"1381471\",\r\n    \"status\": \"500\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/analise-busca-itens-pedido?idPedido=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"analise-busca-itens-pedido"
							],
							"query": [
								{
									"key": "idPedido",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "lista orders status",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"orders_id\": \"1381471\",\r\n    \"status\": \"500\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/lista-orders-status",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"lista-orders-status"
							]
						}
					},
					"response": []
				},
				{
					"name": "busca Detalhes Frete",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"orders_id\": \"1381471\",\r\n    \"status\": \"500\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api}}/bubble/busca-detalhes-frete/{id}?info=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-detalhes-frete",
								"{id}"
							],
							"query": [
								{
									"key": "info",
									"value": "1"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Clientes",
			"item": [
				{
					"name": "pedidos Para Cupom",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/pedidos-para-cupom/704025",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"pedidos-para-cupom",
								"704025"
							]
						}
					},
					"response": []
				},
				{
					"name": "atualizar cliente",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "",
								"value": "",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/atualizar-cliente?dados=1&util=1&cliente=1&endereco=1&data_invertida&dadosCliente",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"atualizar-cliente"
							],
							"query": [
								{
									"key": "dados",
									"value": "1"
								},
								{
									"key": "util",
									"value": "1"
								},
								{
									"key": "cliente",
									"value": "1"
								},
								{
									"key": "endereco",
									"value": "1"
								},
								{
									"key": "data_invertida",
									"value": null
								},
								{
									"key": "dadosCliente",
									"value": null
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "remove cliente retirada",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/remove-cliente-retirada/{id}'?res=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"remove-cliente-retirada",
								"{id}'"
							],
							"query": [
								{
									"key": "res",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "busca descontos model",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-descontos-model/{id}?id=1&nome=1&categoria=1&ativo=1&extra=1&descricao=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-descontos-model",
								"{id}"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "nome",
									"value": "1"
								},
								{
									"key": "categoria",
									"value": "1"
								},
								{
									"key": "ativo",
									"value": "1"
								},
								{
									"key": "extra",
									"value": "1"
								},
								{
									"key": "descricao",
									"value": "1"
								},
								{
									"key": "",
									"value": null,
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "busca desconto geral",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-desconto-geral/{customers_id}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-desconto-geral",
								"{customers_id}"
							],
							"query": [
								{
									"key": "",
									"value": null,
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "busca desconto por id",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/busca-desconto-por-id/{id}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"busca-desconto-por-id",
								"{id}"
							],
							"query": [
								{
									"key": "",
									"value": null,
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "deleta desconto",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/deleta-desconto/{id}?id=1&customers_id=1&fixo=1&porcentagem=1&status=1&lotes_categorias_id=1&products_id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"deleta-desconto",
								"{id}"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "customers_id",
									"value": "1"
								},
								{
									"key": "fixo",
									"value": "1"
								},
								{
									"key": "porcentagem",
									"value": "1"
								},
								{
									"key": "status",
									"value": "1"
								},
								{
									"key": "lotes_categorias_id",
									"value": "1"
								},
								{
									"key": "products_id",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "sac cliente id",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/sac-cliente-id/{id}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"sac-cliente-id",
								"{id}"
							]
						}
					},
					"response": []
				},
				{
					"name": "sac cliente name",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/sac-cliente-name/{name}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"sac-cliente-name",
								"{name}"
							]
						}
					},
					"response": []
				},
				{
					"name": "sac cliente email",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/sac-cliente-email/{email}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"sac-cliente-email",
								"{email}"
							]
						}
					},
					"response": []
				},
				{
					"name": "sac cliente telefone",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/sac-cliente-telefone/{telefone}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"sac-cliente-telefone",
								"{telefone}"
							]
						}
					},
					"response": []
				},
				{
					"name": "sac cliente cpf",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/sac-cliente-cpf/{cpf}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"sac-cliente-cpf",
								"{cpf}"
							]
						}
					},
					"response": []
				},
				{
					"name": "sac cliente cnpj",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/sac-cliente-cnpj/{cnpj}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"sac-cliente-cnpj",
								"{cnpj}"
							]
						}
					},
					"response": []
				},
				{
					"name": "sac cliente address",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/sac-cliente-address/{address}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"sac-cliente-address",
								"{address}"
							]
						}
					},
					"response": []
				},
				{
					"name": "sas cliente city",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/sac-cliente-city/{city}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"sac-cliente-city",
								"{city}"
							]
						}
					},
					"response": []
				},
				{
					"name": "sac cliente state",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/sac-cliente-state/{state}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"sac-cliente-state",
								"{state}"
							]
						}
					},
					"response": []
				},
				{
					"name": "consulta cnpj",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/consulta-cnpj/{cnpj}?cep=1&enderecoCliente=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"consulta-cnpj",
								"{cnpj}"
							],
							"query": [
								{
									"key": "cep",
									"value": "1"
								},
								{
									"key": "enderecoCliente",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "comercial cliente id",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/comercialClienteId?id=1&customers_id=1&fixo=1&porcentagem=1&status=1&lotes_categorias_id=1&products_id=1",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"comercialClienteId"
							],
							"query": [
								{
									"key": "id",
									"value": "1"
								},
								{
									"key": "customers_id",
									"value": "1"
								},
								{
									"key": "fixo",
									"value": "1"
								},
								{
									"key": "porcentagem",
									"value": "1"
								},
								{
									"key": "status",
									"value": "1"
								},
								{
									"key": "lotes_categorias_id",
									"value": "1"
								},
								{
									"key": "products_id",
									"value": "1"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "email",
			"item": [
				{
					"name": "enviar email direto",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{api}}/bubble/enviar-email-direto",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"enviar-email-direto"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "faxina",
			"item": [
				{
					"name": "temp lista digitais faxina",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/temp-lista-digitais-faxina",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"temp-lista-digitais-faxina"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "prods",
			"item": [
				{
					"name": "comprovante por id",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/comprovante-por-id/{id}",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"comprovante-por-id",
								"{id}"
							]
						}
					},
					"response": []
				},
				{
					"name": "update all",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api}}/bubble/update-all",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"update-all"
							]
						}
					},
					"response": []
				},
				{
					"name": "sync prods",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "idFranquia",
								"value": "1",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{api}}/bubble/sync-prods",
							"host": [
								"{{api}}"
							],
							"path": [
								"bubble",
								"sync-prods"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "busca acabamento default",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "{{api}}bubble/busca-acabamento-default",
					"host": [
						"{{api}}bubble"
					],
					"path": [
						"busca-acabamento-default"
					]
				}
			},
			"response": []
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "api",
			"value": "https://apiv3.misterprint.com.br/API/api-franquias/public"
		}
	]
}