{
	"info": {
		"_postman_id": "13934f85-da79-4e88-826b-538408ee23e7",
		"name": "Best Practicify (User End)",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "CTA Category",
			"item": [
				{
					"name": "api/CtaCategory",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJuYW1laWQiOiIxIiwidW5pcXVlX25hbWUiOiJTYWJiaXIiLCJyb2xlIjoiU3VwZXJBZG1pbiIsIm5iZiI6MTYwNzE2MzgxNCwiZXhwIjoxNjEyNTIwNjE0LCJpYXQiOjE2MDcxNjM4MTR9.ed1EKVRMTFLeqt79kIPeYXBTEqfj8NxlsZ8S2aRS1EDMJrcYo_cKJKVvuOJjFYzVIJcZ4z2usxWQRbiWHhlBFA",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id\": 0,\r\n    \"firstName\": \"Sabbir\",\r\n    \"lastName\": \"Ahmed\",\r\n    \"companyName\": \"Decode-Lab limited\",\r\n    \"email\": \"sabbir@decodelab.com\",\r\n    \"phone\": \"01930823391\",\r\n    \"menuId\": 1\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://bp.sobjibazaar.com/api/CtaCategory",
							"protocol": "https",
							"host": [
								"bp",
								"sobjibazaar",
								"com"
							],
							"path": [
								"api",
								"CtaCategory"
							]
						}
					},
					"response": []
				},
				{
					"name": "CtaCategoryModel?menuId=1",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://bp.sobjibazaar.com/api/CtaCategory/CtaCategoryModel?menuId=1",
							"protocol": "https",
							"host": [
								"bp",
								"sobjibazaar",
								"com"
							],
							"path": [
								"api",
								"CtaCategory",
								"CtaCategoryModel"
							],
							"query": [
								{
									"key": "menuId",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Document Save",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJuYW1laWQiOiIxIiwidW5pcXVlX25hbWUiOiJTYWJiaXIiLCJyb2xlIjoiU3VwZXJBZG1pbiIsIm5iZiI6MTYwNzE2MzgxNCwiZXhwIjoxNjEyNTIwNjE0LCJpYXQiOjE2MDcxNjM4MTR9.ed1EKVRMTFLeqt79kIPeYXBTEqfj8NxlsZ8S2aRS1EDMJrcYo_cKJKVvuOJjFYzVIJcZ4z2usxWQRbiWHhlBFA",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "CtaCategoryId",
									"value": "1",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/C:/Users/Sabbir/Pictures/image2.jpg"
								}
							]
						},
						"url": {
							"raw": "https://localhost:44321/api/CtaDocument/Create",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "44321",
							"path": [
								"api",
								"CtaDocument",
								"Create"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Homepage",
			"item": []
		},
		{
			"name": "Contact Us",
			"item": [
				{
					"name": "Create",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJuYW1laWQiOiIxIiwidW5pcXVlX25hbWUiOiJTYWJiaXIiLCJyb2xlIjoiU3VwZXJBZG1pbiIsIm5iZiI6MTYwNzE2MzgxNCwiZXhwIjoxNjEyNTIwNjE0LCJpYXQiOjE2MDcxNjM4MTR9.ed1EKVRMTFLeqt79kIPeYXBTEqfj8NxlsZ8S2aRS1EDMJrcYo_cKJKVvuOJjFYzVIJcZ4z2usxWQRbiWHhlBFA",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"fullName\": \"Sabbir Ahmed\",\r\n  \"companyName\": \"Decode-lab Limited\",\r\n  \"phoneNumber\": \"string\",\r\n  \"email\": \"shawon.ict@gmail.com\",\r\n  \"message\": \"Hello there \"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://bp.sobjibazaar.com/api/ContactUsMessage",
							"protocol": "https",
							"host": [
								"bp",
								"sobjibazaar",
								"com"
							],
							"path": [
								"api",
								"ContactUsMessage"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Authorization",
								"value": "Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJuYW1laWQiOiIxIiwidW5pcXVlX25hbWUiOiJTYWJiaXIiLCJyb2xlIjoiU3VwZXJBZG1pbiIsIm5iZiI6MTYwNzE2MzgxNCwiZXhwIjoxNjEyNTIwNjE0LCJpYXQiOjE2MDcxNjM4MTR9.ed1EKVRMTFLeqt79kIPeYXBTEqfj8NxlsZ8S2aRS1EDMJrcYo_cKJKVvuOJjFYzVIJcZ4z2usxWQRbiWHhlBFA",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id\": 1 ,\r\n  \"fullName\": \"Sabbir Ahmed\",\r\n  \"companyName\": \"Decode-lab Limited\",\r\n  \"phoneNumber\": \"string\",\r\n  \"email\": \"shawon.ict@gmail.com\",\r\n  \"message\": \"Hello there Updated \"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://bp.sobjibazaar.com/api/ContactUsMessage",
							"protocol": "https",
							"host": [
								"bp",
								"sobjibazaar",
								"com"
							],
							"path": [
								"api",
								"ContactUsMessage"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get All",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://bp.sobjibazaar.com/api/ContactUsMessage",
							"protocol": "https",
							"host": [
								"bp",
								"sobjibazaar",
								"com"
							],
							"path": [
								"api",
								"ContactUsMessage"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "CTA Functions",
			"item": [
				{
					"name": "Get All",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://bp.sobjibazaar.com/api/CtaFunction",
							"protocol": "https",
							"host": [
								"bp",
								"sobjibazaar",
								"com"
							],
							"path": [
								"api",
								"CtaFunction"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "CTA Documents",
			"item": [
				{
					"name": "https://localhost:44321/api/CtaDocument/Create",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJuYW1laWQiOiIxIiwidW5pcXVlX25hbWUiOiJhZG1pbkBiZXN0cHJhY3RpY2lmeS5jb20iLCJyb2xlIjoiU3VwZXJBZG1pbiIsIm5iZiI6MTYxMjk1MTM4MCwiZXhwIjoxNjE4MDQ4OTgwLCJpYXQiOjE2MTI5NTEzODB9.XNezvDo9bmN-ZebYsH0R8Od2chagioe8vauiqhhABRmyC1PZ8G5i6vc_8nEifKLBw7YPMuEjtb-LH-7_T4w0AQ",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "CtaCategoryId",
									"value": "1",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/C:/Users/Sabbir/Pictures/139266139_4036140213071124_7869532269278795299_o.png"
								}
							]
						},
						"url": {
							"raw": "https://localhost:44321/api/CtaDocument/Create",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "44321",
							"path": [
								"api",
								"CtaDocument",
								"Create"
							]
						}
					},
					"response": []
				},
				{
					"name": "https://bp.sobjibazaar.com/api/CtaDocument/25",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJuYW1laWQiOiIxIiwidW5pcXVlX25hbWUiOiJhZG1pbkBiZXN0cHJhY3RpY2lmeS5jb20iLCJyb2xlIjoiU3VwZXJBZG1pbiIsIm5iZiI6MTYxMjk1MTM4MCwiZXhwIjoxNjE4MDQ4OTgwLCJpYXQiOjE2MTI5NTEzODB9.XNezvDo9bmN-ZebYsH0R8Od2chagioe8vauiqhhABRmyC1PZ8G5i6vc_8nEifKLBw7YPMuEjtb-LH-7_T4w0AQ",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "https://bp.sobjibazaar.com/api/CtaDocument/25",
							"protocol": "https",
							"host": [
								"bp",
								"sobjibazaar",
								"com"
							],
							"path": [
								"api",
								"CtaDocument",
								"25"
							]
						}
					},
					"response": []
				},
				{
					"name": "New Delete",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJuYW1laWQiOiIxIiwidW5pcXVlX25hbWUiOiJhZG1pbkBiZXN0cHJhY3RpY2lmeS5jb20iLCJyb2xlIjoiU3VwZXJBZG1pbiIsIm5iZiI6MTYxMjk1MTM4MCwiZXhwIjoxNjE4MDQ4OTgwLCJpYXQiOjE2MTI5NTEzODB9.XNezvDo9bmN-ZebYsH0R8Od2chagioe8vauiqhhABRmyC1PZ8G5i6vc_8nEifKLBw7YPMuEjtb-LH-7_T4w0AQ",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "https://localhost:44321/api/CtaDocument/DeleteCtaDocument/3/1/0",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "44321",
							"path": [
								"api",
								"CtaDocument",
								"DeleteCtaDocument",
								"3",
								"1",
								"0"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "CTA Payment",
			"item": []
		},
		{
			"name": "Mail",
			"item": [
				{
					"name": "Send Mail with attachment",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "ToEmail",
									"value": "shawon.ict@gmail.com",
									"type": "text"
								},
								{
									"key": "Subject",
									"value": "Test Subject",
									"type": "text"
								},
								{
									"key": "Body",
									"value": "Test Message body",
									"type": "text"
								},
								{
									"key": "Attachments",
									"type": "file",
									"src": [
										"/C:/Users/Sabbir/Pictures/WhatsApp Image 2020-09-20 at 12.23.14 PM.jpeg",
										"/C:/Users/Sabbir/Pictures/download.jpg",
										"/C:/Users/Sabbir/Pictures/marker.png"
									]
								}
							]
						},
						"url": {
							"raw": "https://localhost:44321/api/Mail/send",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "44321",
							"path": [
								"api",
								"Mail",
								"send"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "2nd Page",
			"item": [
				{
					"name": "GetSubmenuItemsByMenuId",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://bp.sobjibazaar.com/api/MenuSubMenuMap/GetSubmenuItemsByMenuId/1",
							"protocol": "https",
							"host": [
								"bp",
								"sobjibazaar",
								"com"
							],
							"path": [
								"api",
								"MenuSubMenuMap",
								"GetSubmenuItemsByMenuId",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "GetMenuPageSubMenuMapItemsByMenuId",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://bp.sobjibazaar.com/api/MenuSubMenuMap/GetMenuPageSubMenuMapItemsByMenuId/1",
							"protocol": "https",
							"host": [
								"bp",
								"sobjibazaar",
								"com"
							],
							"path": [
								"api",
								"MenuSubMenuMap",
								"GetMenuPageSubMenuMapItemsByMenuId",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "GetMenuPageSubMenuMapItemsByMenuId",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://localhost:44321/api/MenuSubMenuMap/GetFunctionSlidersByMenuId/1",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "44321",
							"path": [
								"api",
								"MenuSubMenuMap",
								"GetFunctionSlidersByMenuId",
								"1"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Nav Bar",
			"item": [
				{
					"name": "Menu Submenus",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://bp.sobjibazaar.com/api/MenuSubMenuMap/MenuSubmenus",
							"protocol": "https",
							"host": [
								"bp",
								"sobjibazaar",
								"com"
							],
							"path": [
								"api",
								"MenuSubMenuMap",
								"MenuSubmenus"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "3rd Page",
			"item": [
				{
					"name": "https://bp.sobjibazaar.com/api/SubMenu/GetSubMenuPageDetailsById/5",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://bp.sobjibazaar.com/api/SubMenu/GetSubMenuPageDetailsById/5",
							"protocol": "https",
							"host": [
								"bp",
								"sobjibazaar",
								"com"
							],
							"path": [
								"api",
								"SubMenu",
								"GetSubMenuPageDetailsById",
								"5"
							]
						}
					},
					"response": []
				}
			]
		}
	]
}