{
	"info": {
		"_postman_id": "74519bec-b641-48c8-88d7-a5af88dd58cc",
		"name": "KobakusAPI Request",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "https://app.kobakus.com/webservice/BankPaymentList.php",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/x-www-form-urlencoded",
						"type": "text"
					}
				],
				"body": {
					"mode": "urlencoded",
					"urlencoded": [
						{
							"key": "firmCode",
							"value": "Firma Kodunuzu yaziniz",
							"type": "text"
						},
						{
							"key": "password",
							"value": "Api sifrenizi yaziniz",
							"type": "text"
						},
						{
							"key": "channelCode",
							"value": "Kanal kodunuzu yaziniz",
							"type": "text"
						},
						{
							"key": "requestMethod",
							"value": "Accounts",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://app.kobakus.com/webservice/BankPaymentList.php",
					"protocol": "https",
					"host": [
						"app",
						"kobakus",
						"com"
					],
					"path": [
						"webservice",
						"BankPaymentList.php"
					]
				},
				"description": "Request for Accounts"
			},
			"response": []
		},
		{
			"name": "https://app.kobakus.com/webservice/BankPaymentList.php",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"value": "application/x-www-form-urlencoded",
						"type": "text"
					}
				],
				"body": {
					"mode": "urlencoded",
					"urlencoded": [
						{
							"key": "firmCode",
							"value": "Firma Kodunuzu yaziniz",
							"type": "text"
						},
						{
							"key": "password",
							"value": "Api sifrenizi yaziniz",
							"type": "text"
						},
						{
							"key": "channelCode",
							"value": "Kanal kodunuzu yaziniz",
							"type": "text"
						},
						{
							"key": "requestMethod",
							"value": "Transactions",
							"type": "text"
						},
						{
							"key": "startDate",
							"value": "2020-01-05 00:00:00",
							"description": "10 gunluk sorgular yapabilirsiniz",
							"type": "text"
						},
						{
							"key": "endDate",
							"value": "2020-01-14 00:00:00",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://app.kobakus.com/webservice/BankPaymentList.php",
					"protocol": "https",
					"host": [
						"app",
						"kobakus",
						"com"
					],
					"path": [
						"webservice",
						"BankPaymentList.php"
					]
				},
				"description": "Request for Transactions"
			},
			"response": []
		}
	],
	"protocolProfileBehavior": {}
}