{
	"info": {
		"_postman_id": "3bfd5910-e669-4b86-ad2d-cb1983cc92a8",
		"name": "Tulpar GasStation Api",
		"description": "[Tulpar GasStation Api v1.0.0.0, Build date=06.08.2024]",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "5597899"
	},
	"item": [
		{
			"name": "demo",
			"item": [
				{
					"name": "generate-token",
					"item": [
						{
							"name": "Получить токен для авторизации (ДЕМО)",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "text/plain"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"ApplicantBin\": \"{{appllicant_bin}}\",\n  \"SunpGasStationId\": \"{{gasstation_id}}\",\n  \"IsDemo\": \"true\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/demo/generate-token",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"demo",
										"generate-token"
									]
								}
							},
							"response": [
								{
									"name": "Response",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "text/plain"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"ApplicantBin\": \"111111111111\",\n  \"SunpGasStationId\": \"000000111111111111\",\n  \"IsDemo\": \"true\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "https://demo-tulpar-azs-api.qoldau.kz/demo/generate-token",
											"protocol": "https",
											"host": [
												"demo-tulpar-azs-api",
												"qoldau",
												"kz"
											],
											"path": [
												"demo",
												"generate-token"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Thu, 29 Aug 2024 06:50:18 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "623"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=604800"
										},
										{
											"key": "X-Frame-Options",
											"value": "DENY"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-XSS-Protection",
											"value": "1; mode=block"
										}
									],
									"cookie": [],
									"body": "{\n    \"Response\": {\n        \"GasStationId\": 000000111111111111,\n        \"Token\": \"\"\n    },\n    \"Success\": true,\n    \"ErrorMessage\": null\n}"
								}
							]
						}
					],
					"description": "Получить token для авторизации для **demo**\n\nДля **production** token нужно получить в сервисе учета ОТДЕЛЬНЫХ ВИДОВ НЕФТЕПРОДУКТОВ на [https://oil.qoldau.kz/](https://oil.qoldau.kz/ru/start)"
				},
				{
					"name": "create-order",
					"item": [
						{
							"name": "Создать заказ (ДЕМО)",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "text/plain"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"GasStationId\": {{gasstation_id}},\n  \"WithdrawFromIinOrGrnz\": \"500MBC01\",\n  \"OrderVolumeType\": \"Full\",\n  \"ColumnNumber\": \"First\",\n  \"PetrolType\": \"Ai92\",\n  \"IsDemo\": true\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/demo/create-order",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"demo",
										"create-order"
									]
								}
							},
							"response": [
								{
									"name": "Response",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "text/plain"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"GasStationId\": 000000111111111111,\n  \"WithdrawFromIinOrGrnz\": \"500MBC01\",\n  \"OrderVolumeType\": \"Full\",\n  \"ColumnNumber\": \"First\",\n  \"PetrolType\": \"Ai92\",\n  \"IsDemo\": true\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "https://demo-tulpar-azs-api.qoldau.kz/demo/create-order",
											"protocol": "https",
											"host": [
												"demo-tulpar-azs-api",
												"qoldau",
												"kz"
											],
											"path": [
												"demo",
												"create-order"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Thu, 29 Aug 2024 06:37:42 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "196"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=604800"
										},
										{
											"key": "X-Frame-Options",
											"value": "DENY"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-XSS-Protection",
											"value": "1; mode=block"
										}
									],
									"cookie": [],
									"body": "{\n    \"Response\": {\n        \"OrderId\": {\n            \"Id\": 273307062821000000\n        },\n        \"OrderCreatedAt\": \"2024-08-29T11:37:42.8211039+05:00\",\n        \"OrderPaymentType\": \"AtGasStation\",\n        \"BalanceInLiters\": 300\n    },\n    \"Success\": true,\n    \"ErrorMessage\": null\n}"
								}
							]
						}
					],
					"description": "Создать заказ для **demo**"
				}
			],
			"description": "Контроллер используется для разработки."
		},
		{
			"name": "workstation",
			"item": [
				{
					"name": "get-order-list",
					"item": [
						{
							"name": "Получить список заказов за период",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "text/plain"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"GasStationId\": {\n    \"Id\": {{gasstation_id}}\n  },\n  \"DateRange\": {\n    \"StartDateGreaterOrEqualTo\": \"2024-08-25T12:50:21.157Z\",\n    \"EndDateLessOrEqualTo\": \"2024-08-29T12:50:21.157Z\"\n  }\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/workstation/get-order-list",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"workstation",
										"get-order-list"
									]
								}
							},
							"response": [
								{
									"name": "Response",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "text/plain"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"GasStationId\": {\n    \"Id\": 000000111111111111\n  },\n  \"DateRange\": {\n    \"StartDateGreaterOrEqualTo\": \"2024-08-25T12:50:21.157Z\",\n    \"EndDateLessOrEqualTo\": \"2024-08-29T12:50:21.157Z\"\n  }\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "https://demo-tulpar-azs-api.qoldau.kz/workstation/get-order-list",
											"protocol": "https",
											"host": [
												"demo-tulpar-azs-api",
												"qoldau",
												"kz"
											],
											"path": [
												"workstation",
												"get-order-list"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Thu, 29 Aug 2024 06:37:46 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=604800"
										},
										{
											"key": "X-Frame-Options",
											"value": "DENY"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-XSS-Protection",
											"value": "1; mode=block"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										}
									],
									"cookie": [],
									"body": "{\n    \"Response\": {\n        \"GasStationId\": {\n            \"Id\": 000000111111111111\n        },\n        \"OrderList\": [\n            {\n                \"OrderId\": {\n                    \"Id\": 273037449425000000\n                },\n                \"CustomerAccount\": {\n                    \"IinOrGrnz\": \"010ZRG01\",\n                    \"IinOrGrnzNote\": null\n                },\n                \"OrderCreatedAt\": \"2024-08-26T08:44:09.422307+05:00\",\n                \"PumpNumber\": \"First\",\n                \"PetrolType\": \"Ai92\",\n                \"OrderStatus\": \"Pending\",\n                \"OrderVolumeType\": \"Full\",\n                \"OrderPaymentType\": \"AtGasStation\",\n                \"Purchase\": {\n                    \"InitialTotalSumInTg\": 0,\n                    \"InitialTotalVolume\": 0,\n                    \"InitialVolumeByPrivilegedPrice\": 0,\n                    \"InitialVolumeByBasePrice\": 0,\n                    \"FinalTotalSumInTg\": null,\n                    \"FinalTotalVolume\": null,\n                    \"FinalVolumeByPrivilegedPrice\": null,\n                    \"FinalVolumeByBasePrice\": null\n                }\n            },\n            {\n                \"OrderId\": {\n                    \"Id\": 273037726446000000\n                },\n                \"CustomerAccount\": {\n                    \"IinOrGrnz\": \"010ZRG01\",\n                    \"IinOrGrnzNote\": null\n                },\n                \"OrderCreatedAt\": \"2024-08-26T08:48:46.360578+05:00\",\n                \"PumpNumber\": \"First\",\n                \"PetrolType\": \"Ai95\",\n                \"OrderStatus\": \"Pending\",\n                \"OrderVolumeType\": \"Full\",\n                \"OrderPaymentType\": \"AtGasStation\",\n                \"Purchase\": {\n                    \"InitialTotalSumInTg\": 0,\n                    \"InitialTotalVolume\": 0,\n                    \"InitialVolumeByPrivilegedPrice\": 0,\n                    \"InitialVolumeByBasePrice\": 0,\n                    \"FinalTotalSumInTg\": null,\n                    \"FinalTotalVolume\": null,\n                    \"FinalVolumeByPrivilegedPrice\": null,\n                    \"FinalVolumeByBasePrice\": null\n                }\n            },\n            {\n                \"OrderId\": {\n                    \"Id\": 273047079918000000\n                },\n                \"CustomerAccount\": {\n                    \"IinOrGrnz\": \"000000000000\",\n                    \"IinOrGrnzNote\": null\n                },\n                \"OrderCreatedAt\": \"2024-08-26T11:24:39.911204+05:00\",\n                \"PumpNumber\": \"First\",\n                \"PetrolType\": \"Ai92\",\n                \"OrderStatus\": \"Pending\",\n                \"OrderVolumeType\": \"Specific\",\n                \"OrderPaymentType\": \"UsingApp\",\n                \"Purchase\": {\n                    \"InitialTotalSumInTg\": 5000,\n                    \"InitialTotalVolume\": 20,\n                    \"InitialVolumeByPrivilegedPrice\": 20,\n                    \"InitialVolumeByBasePrice\": 0,\n                    \"FinalTotalSumInTg\": null,\n                    \"FinalTotalVolume\": null,\n                    \"FinalVolumeByPrivilegedPrice\": null,\n                    \"FinalVolumeByBasePrice\": null\n                }\n            },\n            {\n                \"OrderId\": {\n                    \"Id\": 273050204801000000\n                },\n                \"CustomerAccount\": {\n                    \"IinOrGrnz\": \"000000000000\",\n                    \"IinOrGrnzNote\": null\n                },\n                \"OrderCreatedAt\": \"2024-08-26T12:16:44.799559+05:00\",\n                \"PumpNumber\": \"First\",\n                \"PetrolType\": \"Ai92\",\n                \"OrderStatus\": \"Completed\",\n                \"OrderVolumeType\": \"Specific\",\n                \"OrderPaymentType\": \"UsingApp\",\n                \"Purchase\": {\n                    \"InitialTotalSumInTg\": 2500,\n                    \"InitialTotalVolume\": 10,\n                    \"InitialVolumeByPrivilegedPrice\": 10,\n                    \"InitialVolumeByBasePrice\": 0,\n                    \"FinalTotalSumInTg\": 2500,\n                    \"FinalTotalVolume\": 10,\n                    \"FinalVolumeByPrivilegedPrice\": 10,\n                    \"FinalVolumeByBasePrice\": 0\n                }\n            },\n            {\n                \"OrderId\": {\n                    \"Id\": 273047450022000000\n                },\n                \"CustomerAccount\": {\n                    \"IinOrGrnz\": \"000000000000\",\n                    \"IinOrGrnzNote\": null\n                },\n                \"OrderCreatedAt\": \"2024-08-26T11:30:50.019585+05:00\",\n                \"PumpNumber\": \"First\",\n                \"PetrolType\": \"Ai92\",\n                \"OrderStatus\": \"Completed\",\n                \"OrderVolumeType\": \"Specific\",\n                \"OrderPaymentType\": \"UsingApp\",\n                \"Purchase\": {\n                    \"InitialTotalSumInTg\": 5000,\n                    \"InitialTotalVolume\": 20,\n                    \"InitialVolumeByPrivilegedPrice\": 20,\n                    \"InitialVolumeByBasePrice\": 0,\n                    \"FinalTotalSumInTg\": 5000,\n                    \"FinalTotalVolume\": 20,\n                    \"FinalVolumeByPrivilegedPrice\": 20,\n                    \"FinalVolumeByBasePrice\": 0\n                }\n            },\n            {\n                \"OrderId\": {\n                    \"Id\": 273304298445000000\n                },\n                \"CustomerAccount\": {\n                    \"IinOrGrnz\": \"000000000000\",\n                    \"IinOrGrnzNote\": null\n                },\n                \"OrderCreatedAt\": \"2024-08-29T10:51:38.445774+05:00\",\n                \"PumpNumber\": \"Second\",\n                \"PetrolType\": \"Ai92\",\n                \"OrderStatus\": \"Completed\",\n                \"OrderVolumeType\": \"Full\",\n                \"OrderPaymentType\": \"AtGasStation\",\n                \"Purchase\": {\n                    \"InitialTotalSumInTg\": 0,\n                    \"InitialTotalVolume\": 0,\n                    \"InitialVolumeByPrivilegedPrice\": 0,\n                    \"InitialVolumeByBasePrice\": 0,\n                    \"FinalTotalSumInTg\": 5000,\n                    \"FinalTotalVolume\": 50,\n                    \"FinalVolumeByPrivilegedPrice\": 50,\n                    \"FinalVolumeByBasePrice\": 0\n                }\n            },\n            {\n                \"OrderId\": {\n                    \"Id\": 273306062663000000\n                },\n                \"CustomerAccount\": {\n                    \"IinOrGrnz\": \"000000000000\",\n                    \"IinOrGrnzNote\": null\n                },\n                \"OrderCreatedAt\": \"2024-08-29T11:21:02.663591+05:00\",\n                \"PumpNumber\": \"First\",\n                \"PetrolType\": \"Ai92\",\n                \"OrderStatus\": \"Completed\",\n                \"OrderVolumeType\": \"Full\",\n                \"OrderPaymentType\": \"AtGasStation\",\n                \"Purchase\": {\n                    \"InitialTotalSumInTg\": 0,\n                    \"InitialTotalVolume\": 0,\n                    \"InitialVolumeByPrivilegedPrice\": 0,\n                    \"InitialVolumeByBasePrice\": 0,\n                    \"FinalTotalSumInTg\": 5000,\n                    \"FinalTotalVolume\": 30,\n                    \"FinalVolumeByPrivilegedPrice\": 30,\n                    \"FinalVolumeByBasePrice\": 0\n                }\n            },\n            {\n                \"OrderId\": {\n                    \"Id\": 273306987149000000\n                },\n                \"CustomerAccount\": {\n                    \"IinOrGrnz\": \"000000000000\",\n                    \"IinOrGrnzNote\": null\n                },\n                \"OrderCreatedAt\": \"2024-08-29T11:36:27.149221+05:00\",\n                \"PumpNumber\": \"First\",\n                \"PetrolType\": \"Ai92\",\n                \"OrderStatus\": \"Completed\",\n                \"OrderVolumeType\": \"Full\",\n                \"OrderPaymentType\": \"AtGasStation\",\n                \"Purchase\": {\n                    \"InitialTotalSumInTg\": 0,\n                    \"InitialTotalVolume\": 0,\n                    \"InitialVolumeByPrivilegedPrice\": 0,\n                    \"InitialVolumeByBasePrice\": 0,\n                    \"FinalTotalSumInTg\": 5000,\n                    \"FinalTotalVolume\": 60,\n                    \"FinalVolumeByPrivilegedPrice\": 20,\n                    \"FinalVolumeByBasePrice\": 40\n                }\n            },\n            {\n                \"OrderId\": {\n                    \"Id\": 273307062821000000\n                },\n                \"CustomerAccount\": {\n                    \"IinOrGrnz\": \"000000000000\",\n                    \"IinOrGrnzNote\": null\n                },\n                \"OrderCreatedAt\": \"2024-08-29T11:37:42.821103+05:00\",\n                \"PumpNumber\": \"First\",\n                \"PetrolType\": \"Ai92\",\n                \"OrderStatus\": \"Pending\",\n                \"OrderVolumeType\": \"Full\",\n                \"OrderPaymentType\": \"AtGasStation\",\n                \"Purchase\": {\n                    \"InitialTotalSumInTg\": 0,\n                    \"InitialTotalVolume\": 0,\n                    \"InitialVolumeByPrivilegedPrice\": 0,\n                    \"InitialVolumeByBasePrice\": 0,\n                    \"FinalTotalSumInTg\": null,\n                    \"FinalTotalVolume\": null,\n                    \"FinalVolumeByPrivilegedPrice\": null,\n                    \"FinalVolumeByBasePrice\": null\n                }\n            }\n        ],\n        \"DateRange\": {\n            \"StartDateGreaterOrEqualTo\": \"2024-08-25T12:50:21.157+00:00\",\n            \"EndDateLessOrEqualTo\": \"2024-08-29T12:50:21.157+00:00\"\n        }\n    },\n    \"Success\": true,\n    \"ErrorMessage\": null\n}"
								}
							]
						}
					],
					"description": "Получить список заказов за период"
				},
				{
					"name": "confirm-order",
					"item": [
						{
							"name": "Принять заказ",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "text/plain"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"OrderConfirmationDate\": \"2024-08-29T11:40:38.445774+05:00\",\n  \"VolumeByPrivilegedPrice\": \"0\",\n  \"VolumeByBasePrice\": \"60\",\n  \"TotalVolume\": \"60\",\n  \"TotalSumInTg\": \"15000\",\n  \"OrderId\": {\n    \"Id\": {{order_id}}\n  },\n  \"GasStationId\": {\n    \"Id\": {{gasstation_id}}\n  }\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/workstation/confirm-order",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"workstation",
										"confirm-order"
									]
								}
							},
							"response": [
								{
									"name": "Response",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "text/plain"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"OrderConfirmationDate\": \"2024-08-29T11:40:38.445774+05:00\",\n  \"VolumeByPrivilegedPrice\": \"0\",\n  \"VolumeByBasePrice\": \"60\",\n  \"TotalVolume\": \"60\",\n  \"TotalSumInTg\": \"15000\",\n  \"OrderId\": {\n    \"Id\": 273307062821000000\n  },\n  \"GasStationId\": {\n    \"Id\": 000000111111111111\n  }\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "https://demo-tulpar-azs-api.qoldau.kz/workstation/confirm-order",
											"protocol": "https",
											"host": [
												"demo-tulpar-azs-api",
												"qoldau",
												"kz"
											],
											"path": [
												"workstation",
												"confirm-order"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Server",
											"value": "nginx"
										},
										{
											"key": "Date",
											"value": "Thu, 29 Aug 2024 06:56:20 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "126"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Strict-Transport-Security",
											"value": "max-age=604800"
										},
										{
											"key": "X-Frame-Options",
											"value": "DENY"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-XSS-Protection",
											"value": "1; mode=block"
										}
									],
									"cookie": [],
									"body": "{\n    \"Response\": {\n        \"GasStationId\": {\n            \"Id\": 000000111111111111\n        },\n        \"OrderId\": {\n            \"Id\": 273307062821000000\n        }\n    },\n    \"Success\": true,\n    \"ErrorMessage\": null\n}"
								}
							]
						}
					],
					"description": "Принять заказ"
				},
				{
					"name": "get-customer-balance-by-iin",
					"item": [
						{
							"name": "Получить баланс по ИИН и номеру документа",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "text/plain"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"GasStationId\": {\n    \"Id\": {{gasstation_id}}\n  },\n  \"CustomerIin\": \"000000000000\",\n  \"SecondFactor\": {\n    \"IdentityDocumentNumber\": \"00000000000\"\n  }\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/workstation/get-customer-balance-by-iin",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"workstation",
										"get-customer-balance-by-iin"
									]
								}
							},
							"response": []
						}
					],
					"description": "Получить баланс по ИИН и номеру документа"
				}
			]
		}
	],
	"auth": {
		"type": "bearer",
		"bearer": [
			{
				"key": "token",
				"value": "",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "baseUrl",
			"value": "https://demo-tulpar-azs-api.qoldau.kz"
		},
		{
			"key": "baseUrl",
			"value": "https://localhost:7266",
			"type": "string",
			"disabled": true
		},
		{
			"key": "gasstation_id",
			"value": "000000111111111111",
			"type": "string"
		},
		{
			"key": "appllicant_bin",
			"value": "111111111111",
			"type": "string"
		},
		{
			"key": "order_id",
			"value": "273307062821000000",
			"type": "string"
		}
	]
}