{
	"info": {
		"_postman_id": "05b5cc7c-4125-4f8e-b99d-4e4215db09b2",
		"name": "Paid and Unpaid API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "16698826"
	},
	"item": [
		{
			"name": "Paid Unpaid API",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\t\t\t\t\r\n\t'test' : {\r\n\t\t'month': 3,\r\n\t\t'year': 2000,\r\n\t\t'username': 'test',\r\n\t\t'days_in_month': 30,\t//Days in Month Non-Mandatory\r\n\t\t'paid_days': 24,\t\t\t// Paid days Mandatory\r\n\t\t'unpaid_days': 7\t\t// Unpaid days Non-Mandatory\r\n},\r\n'test1' : { \t\t\t\t\t// Username Mandatory\r\n\t\t'month': 3, \t\t\t\t// Month Mandatory\r\n\t\t'year': 2000,\t\t\t// Year Mandatory\r\n\t\t'username': 'test',\t\t// Username Mandatory\r\n\t\t'days_in_month': 30,\t// Days in Month Non-Mandatory\r\n\t\t'paid_days': 24,\t\t\t// Paid days Mandatory\r\n\t\t'unpaid_days': 7\t\t// Unpaid days Non-Mandatory\r\n}\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://<your_instance>/api.php/attendance/attendancedb/pushUsersPaidUnPaidDays ",
					"protocol": "https",
					"host": [
						"<your_instance>"
					],
					"path": [
						"api.php",
						"attendance",
						"attendancedb",
						"pushUsersPaidUnPaidDays "
					]
				}
			},
			"response": []
		}
	]
}