{
	"info": {
		"_postman_id": "b0adf459-0dfb-4719-8e21-82153e10690c",
		"name": "Deduction Statement",
		"description": "### This API is used to get deduction details of governmental employees of agencies by sending deduction payment Order number\n#### To see the error messages and the valid response :\n  | Response Status Code | deductionPO     | deductionAgencyCode| isValidated |\n  | ---------------------| ----------------| -------------------|-------------|\n  | **200**              | 140382088       | 123456789122       |      -      | \n  | **200**              | 140382092       | 123456789125       |false        |\n  | **400**              | 140382092       | 123456789125       |true         |\n  | **400**              | 140382091       | 123456789124       |      -      |\n  | **400**              | 140382090       | 123456789122       |      -      |\n  | **404**              | 140382089       | 123456789123       |      -      |\n  | **500**              | 140382094       | 123456789127       |      -      |\n  | **504**              | 140382093       | 123456789126       |      -      |\n\n **More information about authorization can be found in the Token API integration guide:**\n",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "47100298",
		"_collection_link": "https://rehamalmutiri-4180031.postman.co/workspace/15944b1e-b16d-4441-8b30-4304c956348c/collection/47100298-b0adf459-0dfb-4719-8e21-82153e10690c?action=share&source=collection_link&creator=47100298"
	},
	"item": [
		{
			"name": "sandbox",
			"item": [
				{
					"name": "gov",
					"item": [
						{
							"name": "v3",
							"item": [
								{
									"name": "deductions",
									"item": [
										{
											"name": "/sandbox/gov/v3/deductions",
											"request": {
												"auth": {
													"type": "oauth2",
													"oauth2": [
														{
															"key": "clientSecret",
															"value": "{{clientSecret}}",
															"type": "string"
														},
														{
															"key": "clientId",
															"value": "{{clientID}}",
															"type": "string"
														},
														{
															"key": "scope",
															"value": "ReadDeductions",
															"type": "string"
														},
														{
															"key": "accessTokenUrl",
															"value": "{{baseUrl}}/sandbox/oauth/v2/accesstoken",
															"type": "string"
														},
														{
															"key": "X_MOF_ClientID",
															"value": "{{clientID}}",
															"type": "string"
														},
														{
															"key": "grant_type",
															"value": "client_credentials",
															"type": "string"
														}
													]
												},
												"method": "GET",
												"header": [
													{
														"key": "X_MOF_RqUID",
														"value": "{{$guid}}",
														"description": "(Required) Unique, Auto generated, GUID format"
													},
													{
														"key": "X_MOF_ClientID",
														"value": "{{clientID}}",
														"description": "(Required) client Id of Banks or fintech companies"
													},
													{
														"key": "X_MOF_Agency_Code",
														"value": "014100000000",
														"description": "(Required) Agency Code"
													},
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/sandbox/gov/v3/deductions?deductionPO=140382088&deductionAgencyCode=123456789122&payrollAgencyCode=014100000000&offset=1&limit=100&isValidated=true",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"sandbox",
														"gov",
														"v3",
														"deductions"
													],
													"query": [
														{
															"key": "deductionPO",
															"value": "140382088",
															"description": "(Required) Deduction Payment Orders"
														},
														{
															"key": "deductionAgencyCode",
															"value": "123456789122",
															"description": "(Required) Deduction Agency Code"
														},
														{
															"key": "payrollAgencyCode",
															"value": "014100000000",
															"description": "Payroll Agency Code"
														},
														{
															"key": "offset",
															"value": "1",
															"description": "(Required) Offset (default = 1)"
														},
														{
															"key": "limit",
															"value": "100",
															"description": "(Required) Limit (default = 100)"
														},
														{
															"key": "isValidated",
															"value": "true",
															"description": "(default = true)"
														}
													]
												}
											},
											"response": [
												{
													"name": "Ok",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) Unique, Auto generated, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_MOF_Agency_Code",
																"value": "014100000000",
																"description": "(Required) Agency Code"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/gov/v3/deductions?deductionPO=140382088&deductionAgencyCode=123456789122&payrollAgencyCode=014100000000&offset=1&limit=100&isValidated=true",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"gov",
																"v3",
																"deductions"
															],
															"query": [
																{
																	"key": "deductionPO",
																	"value": "140382088",
																	"description": "(Required) Deduction Payment Orders"
																},
																{
																	"key": "deductionAgencyCode",
																	"value": "123456789122",
																	"description": "(Required) Deduction Agency Code"
																},
																{
																	"key": "payrollAgencyCode",
																	"value": "014100000000",
																	"description": "Payroll Agency Code"
																},
																{
																	"key": "offset",
																	"value": "1",
																	"description": "(Required) Offset (default = 1)"
																},
																{
																	"key": "limit",
																	"value": "100",
																	"description": "(Required) Limit (default = 100)"
																},
																{
																	"key": "isValidated",
																	"value": "true",
																	"description": "(default = true)"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"meta\": {\n    \"totalRecords\": 100,\n    \"offset\": 1,\n    \"limit\": 3\n  },\n  \"data\": {\n    \"employees\": [\n      {\n        \"NIN\": \"string\",\n        \"employeeNameAr\": \"string\",\n        \"employeeNameEn\": \"string\",\n        \"deductionAmount\": 6345\n      },\n      {\n        \"NIN\": \"string\",\n        \"employeeNameAr\": \"string\",\n        \"employeeNameEn\": \"string\",\n        \"deductionAmount\": 1639\n      }\n    ],\n    \"agencyCode\": \"stringstring\",\n    \"agencyName\": \"المؤسسة العامة لتحلية المياه المالحة\",\n    \"payMonth\": \"0\",\n    \"totalDeductionAmount\": 3000,\n    \"parentAgencyCode\": \"stringstring\",\n    \"parentAgencyName\": \"المؤسسة العامة لتحلية المياه المالحة\",\n    \"deductionName\": \"حسم صندوق التنمية العقاري\"\n  }\n}"
												},
												{
													"name": "Moved Permanently",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) Unique, Auto generated, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_MOF_Agency_Code",
																"value": "014100000000",
																"description": "(Required) Agency Code"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/gov/v3/deductions?deductionPO=140382088&deductionAgencyCode=123456789122&payrollAgencyCode=014100000000&offset=1&limit=100&isValidated=true",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"gov",
																"v3",
																"deductions"
															],
															"query": [
																{
																	"key": "deductionPO",
																	"value": "140382088",
																	"description": "(Required) Deduction Payment Orders"
																},
																{
																	"key": "deductionAgencyCode",
																	"value": "123456789122",
																	"description": "(Required) Deduction Agency Code"
																},
																{
																	"key": "payrollAgencyCode",
																	"value": "014100000000",
																	"description": "Payroll Agency Code"
																},
																{
																	"key": "offset",
																	"value": "1",
																	"description": "(Required) Offset (default = 1)"
																},
																{
																	"key": "limit",
																	"value": "100",
																	"description": "(Required) Limit (default = 100)"
																},
																{
																	"key": "isValidated",
																	"value": "true",
																	"description": "(default = true)"
																}
															]
														}
													},
													"status": "Moved Permanently",
													"code": 301,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												},
												{
													"name": "A",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) Unique, Auto generated, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_MOF_Agency_Code",
																"value": "014100000000",
																"description": "(Required) Agency Code"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/gov/v3/deductions?deductionPO=140382088&deductionAgencyCode=123456789122&payrollAgencyCode=014100000000&offset=1&limit=100&isValidated=true",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"gov",
																"v3",
																"deductions"
															],
															"query": [
																{
																	"key": "deductionPO",
																	"value": "140382088",
																	"description": "(Required) Deduction Payment Orders"
																},
																{
																	"key": "deductionAgencyCode",
																	"value": "123456789122",
																	"description": "(Required) Deduction Agency Code"
																},
																{
																	"key": "payrollAgencyCode",
																	"value": "014100000000",
																	"description": "Payroll Agency Code"
																},
																{
																	"key": "offset",
																	"value": "1",
																	"description": "(Required) Offset (default = 1)"
																},
																{
																	"key": "limit",
																	"value": "100",
																	"description": "(Required) Limit (default = 100)"
																},
																{
																	"key": "isValidated",
																	"value": "true",
																	"description": "(default = true)"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"code\": \"A001400,\",\n  \"details\": \"Some Required Fields are not founded in your request, Please return to documentation,\",\n  \"type\": \"BusinessError,\",\n  \"link\": null,\n  \"in\": [\n    {\n      \"name\": \"deductionPO\",\n      \"type\": \"query\"\n    }\n  ]\n}"
												},
												{
													"name": "B",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) Unique, Auto generated, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_MOF_Agency_Code",
																"value": "014100000000",
																"description": "(Required) Agency Code"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/gov/v3/deductions?deductionPO=140382088&deductionAgencyCode=123456789122&payrollAgencyCode=014100000000&offset=1&limit=100&isValidated=true",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"gov",
																"v3",
																"deductions"
															],
															"query": [
																{
																	"key": "deductionPO",
																	"value": "140382088",
																	"description": "(Required) Deduction Payment Orders"
																},
																{
																	"key": "deductionAgencyCode",
																	"value": "123456789122",
																	"description": "(Required) Deduction Agency Code"
																},
																{
																	"key": "payrollAgencyCode",
																	"value": "014100000000",
																	"description": "Payroll Agency Code"
																},
																{
																	"key": "offset",
																	"value": "1",
																	"description": "(Required) Offset (default = 1)"
																},
																{
																	"key": "limit",
																	"value": "100",
																	"description": "(Required) Limit (default = 100)"
																},
																{
																	"key": "isValidated",
																	"value": "true",
																	"description": "(default = true)"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"code\": \"A002400\",\n  \"details\": \"Validation format failed. Please return to documentations.\",\n  \"type\": \"BusinessError\",\n  \"link\": \"\",\n  \"in\": [\n    {\n      \"name\": \"deductionPO\",\n      \"type\": \"query\",\n      \"reason\": \"Invalid white space character\"\n    }\n  ]\n}"
												},
												{
													"name": "C",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) Unique, Auto generated, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_MOF_Agency_Code",
																"value": "014100000000",
																"description": "(Required) Agency Code"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/gov/v3/deductions?deductionPO=140382088&deductionAgencyCode=123456789122&payrollAgencyCode=014100000000&offset=1&limit=100&isValidated=true",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"gov",
																"v3",
																"deductions"
															],
															"query": [
																{
																	"key": "deductionPO",
																	"value": "140382088",
																	"description": "(Required) Deduction Payment Orders"
																},
																{
																	"key": "deductionAgencyCode",
																	"value": "123456789122",
																	"description": "(Required) Deduction Agency Code"
																},
																{
																	"key": "payrollAgencyCode",
																	"value": "014100000000",
																	"description": "Payroll Agency Code"
																},
																{
																	"key": "offset",
																	"value": "1",
																	"description": "(Required) Offset (default = 1)"
																},
																{
																	"key": "limit",
																	"value": "100",
																	"description": "(Required) Limit (default = 100)"
																},
																{
																	"key": "isValidated",
																	"value": "true",
																	"description": "(default = true)"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"code\": \"A103400\",\n  \"details\": \"Payment order amount in the Etimad is less than the total amount of the deduction in the SARF\",\n  \"type\": \"BusinessError\",\n  \"link\": \"\"\n}"
												},
												{
													"name": "D",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) Unique, Auto generated, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_MOF_Agency_Code",
																"value": "014100000000",
																"description": "(Required) Agency Code"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/gov/v3/deductions?deductionPO=140382088&deductionAgencyCode=123456789122&payrollAgencyCode=014100000000&offset=1&limit=100&isValidated=true",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"gov",
																"v3",
																"deductions"
															],
															"query": [
																{
																	"key": "deductionPO",
																	"value": "140382088",
																	"description": "(Required) Deduction Payment Orders"
																},
																{
																	"key": "deductionAgencyCode",
																	"value": "123456789122",
																	"description": "(Required) Deduction Agency Code"
																},
																{
																	"key": "payrollAgencyCode",
																	"value": "014100000000",
																	"description": "Payroll Agency Code"
																},
																{
																	"key": "offset",
																	"value": "1",
																	"description": "(Required) Offset (default = 1)"
																},
																{
																	"key": "limit",
																	"value": "100",
																	"description": "(Required) Limit (default = 100)"
																},
																{
																	"key": "isValidated",
																	"value": "true",
																	"description": "(default = true)"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"code\": \"A102400\",\n  \"details\": \"The Service is available only for Sama Bank Name\",\n  \"type\": \"BusinessError\",\n  \"link\": \"\"\n}"
												},
												{
													"name": "E",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) Unique, Auto generated, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_MOF_Agency_Code",
																"value": "014100000000",
																"description": "(Required) Agency Code"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/gov/v3/deductions?deductionPO=140382088&deductionAgencyCode=123456789122&payrollAgencyCode=014100000000&offset=1&limit=100&isValidated=true",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"gov",
																"v3",
																"deductions"
															],
															"query": [
																{
																	"key": "deductionPO",
																	"value": "140382088",
																	"description": "(Required) Deduction Payment Orders"
																},
																{
																	"key": "deductionAgencyCode",
																	"value": "123456789122",
																	"description": "(Required) Deduction Agency Code"
																},
																{
																	"key": "payrollAgencyCode",
																	"value": "014100000000",
																	"description": "Payroll Agency Code"
																},
																{
																	"key": "offset",
																	"value": "1",
																	"description": "(Required) Offset (default = 1)"
																},
																{
																	"key": "limit",
																	"value": "100",
																	"description": "(Required) Limit (default = 100)"
																},
																{
																	"key": "isValidated",
																	"value": "true",
																	"description": "(default = true)"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"code\": \"A101400\",\n  \"details\": \"The Service is not available for Payment order before year 2018\",\n  \"type\": \"BusinessError\",\n  \"link\": \"\"\n}"
												},
												{
													"name": "F",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) Unique, Auto generated, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_MOF_Agency_Code",
																"value": "014100000000",
																"description": "(Required) Agency Code"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/gov/v3/deductions?deductionPO=140382088&deductionAgencyCode=123456789122&payrollAgencyCode=014100000000&offset=1&limit=100&isValidated=true",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"gov",
																"v3",
																"deductions"
															],
															"query": [
																{
																	"key": "deductionPO",
																	"value": "140382088",
																	"description": "(Required) Deduction Payment Orders"
																},
																{
																	"key": "deductionAgencyCode",
																	"value": "123456789122",
																	"description": "(Required) Deduction Agency Code"
																},
																{
																	"key": "payrollAgencyCode",
																	"value": "014100000000",
																	"description": "Payroll Agency Code"
																},
																{
																	"key": "offset",
																	"value": "1",
																	"description": "(Required) Offset (default = 1)"
																},
																{
																	"key": "limit",
																	"value": "100",
																	"description": "(Required) Limit (default = 100)"
																},
																{
																	"key": "isValidated",
																	"value": "true",
																	"description": "(default = true)"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "[\n  {\n    \"code\": \"A001400,\",\n    \"details\": \"Some Required Fields are not founded in your request, Please return to documentation,\",\n    \"type\": \"BusinessError,\",\n    \"link\": null,\n    \"in\": [\n      {\n        \"name\": \"deductionPO\",\n        \"type\": \"query\"\n      }\n    ]\n  },\n  {\n    \"code\": \"A002400\",\n    \"details\": \"Validation format failed. Please return to documentations.\",\n    \"type\": \"BusinessError\",\n    \"link\": \"\",\n    \"in\": [\n      {\n        \"name\": \"deductionAgencyCode\",\n        \"type\": \"query\",\n        \"reason\": \"Invalid white space character\"\n      }\n    ]\n  }\n]"
												},
												{
													"name": "Unauthorized",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) Unique, Auto generated, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_MOF_Agency_Code",
																"value": "014100000000",
																"description": "(Required) Agency Code"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/gov/v3/deductions?deductionPO=140382088&deductionAgencyCode=123456789122&payrollAgencyCode=014100000000&offset=1&limit=100&isValidated=true",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"gov",
																"v3",
																"deductions"
															],
															"query": [
																{
																	"key": "deductionPO",
																	"value": "140382088",
																	"description": "(Required) Deduction Payment Orders"
																},
																{
																	"key": "deductionAgencyCode",
																	"value": "123456789122",
																	"description": "(Required) Deduction Agency Code"
																},
																{
																	"key": "payrollAgencyCode",
																	"value": "014100000000",
																	"description": "Payroll Agency Code"
																},
																{
																	"key": "offset",
																	"value": "1",
																	"description": "(Required) Offset (default = 1)"
																},
																{
																	"key": "limit",
																	"value": "100",
																	"description": "(Required) Limit (default = 100)"
																},
																{
																	"key": "isValidated",
																	"value": "true",
																	"description": "(default = true)"
																}
															]
														}
													},
													"status": "Unauthorized",
													"code": 401,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												},
												{
													"name": "Forbidden",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) Unique, Auto generated, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_MOF_Agency_Code",
																"value": "014100000000",
																"description": "(Required) Agency Code"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/gov/v3/deductions?deductionPO=140382088&deductionAgencyCode=123456789122&payrollAgencyCode=014100000000&offset=1&limit=100&isValidated=true",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"gov",
																"v3",
																"deductions"
															],
															"query": [
																{
																	"key": "deductionPO",
																	"value": "140382088",
																	"description": "(Required) Deduction Payment Orders"
																},
																{
																	"key": "deductionAgencyCode",
																	"value": "123456789122",
																	"description": "(Required) Deduction Agency Code"
																},
																{
																	"key": "payrollAgencyCode",
																	"value": "014100000000",
																	"description": "Payroll Agency Code"
																},
																{
																	"key": "offset",
																	"value": "1",
																	"description": "(Required) Offset (default = 1)"
																},
																{
																	"key": "limit",
																	"value": "100",
																	"description": "(Required) Limit (default = 100)"
																},
																{
																	"key": "isValidated",
																	"value": "true",
																	"description": "(default = true)"
																}
															]
														}
													},
													"status": "Forbidden",
													"code": 403,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"errors\": [\n    {\n      \"code\": \"A001403\",\n      \"details\": \"Error Message Detail\",\n      \"type\": \"BusinessError\",\n      \"link\": \"xiuoiYxZ.pp\"\n    },\n    {\n      \"code\": \"A001403\",\n      \"details\": \"Error Message Detail\",\n      \"type\": \"BusinessError\",\n      \"link\": \"PrxQxrqcUtW.nq\"\n    }\n  ]\n}"
												},
												{
													"name": "Not Found",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) Unique, Auto generated, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_MOF_Agency_Code",
																"value": "014100000000",
																"description": "(Required) Agency Code"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/gov/v3/deductions?deductionPO=140382088&deductionAgencyCode=123456789122&payrollAgencyCode=014100000000&offset=1&limit=100&isValidated=true",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"gov",
																"v3",
																"deductions"
															],
															"query": [
																{
																	"key": "deductionPO",
																	"value": "140382088",
																	"description": "(Required) Deduction Payment Orders"
																},
																{
																	"key": "deductionAgencyCode",
																	"value": "123456789122",
																	"description": "(Required) Deduction Agency Code"
																},
																{
																	"key": "payrollAgencyCode",
																	"value": "014100000000",
																	"description": "Payroll Agency Code"
																},
																{
																	"key": "offset",
																	"value": "1",
																	"description": "(Required) Offset (default = 1)"
																},
																{
																	"key": "limit",
																	"value": "100",
																	"description": "(Required) Limit (default = 100)"
																},
																{
																	"key": "isValidated",
																	"value": "true",
																	"description": "(default = true)"
																}
															]
														}
													},
													"status": "Not Found",
													"code": 404,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"errors\": [\n    {\n      \"code\": \"404\",\n      \"detail\": \"No Data Found\",\n      \"type\": \"BusinessError\",\n      \"link\": \"YbWnKbOiCWB.data\"\n    },\n    {\n      \"code\": \"404\",\n      \"detail\": \"No Data Found\",\n      \"type\": \"BusinessError\",\n      \"link\": \"Wl.axyz\"\n    }\n  ]\n}"
												},
												{
													"name": "Backend Timeout",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) Unique, Auto generated, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_MOF_Agency_Code",
																"value": "014100000000",
																"description": "(Required) Agency Code"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/gov/v3/deductions?deductionPO=140382088&deductionAgencyCode=123456789122&payrollAgencyCode=014100000000&offset=1&limit=100&isValidated=true",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"gov",
																"v3",
																"deductions"
															],
															"query": [
																{
																	"key": "deductionPO",
																	"value": "140382088",
																	"description": "(Required) Deduction Payment Orders"
																},
																{
																	"key": "deductionAgencyCode",
																	"value": "123456789122",
																	"description": "(Required) Deduction Agency Code"
																},
																{
																	"key": "payrollAgencyCode",
																	"value": "014100000000",
																	"description": "Payroll Agency Code"
																},
																{
																	"key": "offset",
																	"value": "1",
																	"description": "(Required) Offset (default = 1)"
																},
																{
																	"key": "limit",
																	"value": "100",
																	"description": "(Required) Limit (default = 100)"
																},
																{
																	"key": "isValidated",
																	"value": "true",
																	"description": "(default = true)"
																}
															]
														}
													},
													"status": "Request Timeout",
													"code": 408,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												},
												{
													"name": "Internal Server Error",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) Unique, Auto generated, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_MOF_Agency_Code",
																"value": "014100000000",
																"description": "(Required) Agency Code"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/gov/v3/deductions?deductionPO=140382088&deductionAgencyCode=123456789122&payrollAgencyCode=014100000000&offset=1&limit=100&isValidated=true",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"gov",
																"v3",
																"deductions"
															],
															"query": [
																{
																	"key": "deductionPO",
																	"value": "140382088",
																	"description": "(Required) Deduction Payment Orders"
																},
																{
																	"key": "deductionAgencyCode",
																	"value": "123456789122",
																	"description": "(Required) Deduction Agency Code"
																},
																{
																	"key": "payrollAgencyCode",
																	"value": "014100000000",
																	"description": "Payroll Agency Code"
																},
																{
																	"key": "offset",
																	"value": "1",
																	"description": "(Required) Offset (default = 1)"
																},
																{
																	"key": "limit",
																	"value": "100",
																	"description": "(Required) Limit (default = 100)"
																},
																{
																	"key": "isValidated",
																	"value": "true",
																	"description": "(default = true)"
																}
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"errors\": [\n    {\n      \"code\": \"A001500\",\n      \"details\": \"Internal Server Error\",\n      \"type\": \"TechnicalError\",\n      \"link\": \"cQIABKITlgonWGxiNExwo.tt\"\n    },\n    {\n      \"code\": \"A001500\",\n      \"details\": \"Internal Server Error\",\n      \"type\": \"TechnicalError\",\n      \"link\": \"tLuzhdGVSWAjwVRQHQv.ri\"\n    }\n  ]\n}"
												},
												{
													"name": "Internal Server Error",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) Unique, Auto generated, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_MOF_Agency_Code",
																"value": "014100000000",
																"description": "(Required) Agency Code"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/gov/v3/deductions?deductionPO=140382088&deductionAgencyCode=123456789122&payrollAgencyCode=014100000000&offset=1&limit=100&isValidated=true",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"gov",
																"v3",
																"deductions"
															],
															"query": [
																{
																	"key": "deductionPO",
																	"value": "140382088",
																	"description": "(Required) Deduction Payment Orders"
																},
																{
																	"key": "deductionAgencyCode",
																	"value": "123456789122",
																	"description": "(Required) Deduction Agency Code"
																},
																{
																	"key": "payrollAgencyCode",
																	"value": "014100000000",
																	"description": "Payroll Agency Code"
																},
																{
																	"key": "offset",
																	"value": "1",
																	"description": "(Required) Offset (default = 1)"
																},
																{
																	"key": "limit",
																	"value": "100",
																	"description": "(Required) Limit (default = 100)"
																},
																{
																	"key": "isValidated",
																	"value": "true",
																	"description": "(default = true)"
																}
															]
														}
													},
													"status": "Gateway Timeout",
													"code": 504,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"errors\": [\n    {\n      \"code\": \"504\",\n      \"details\": \"Backend TimeOut\",\n      \"type\": \"TechnicalError\",\n      \"link\": \"HaHCQZbvb.ez\"\n    },\n    {\n      \"code\": \"504\",\n      \"details\": \"Backend TimeOut\",\n      \"type\": \"TechnicalError\",\n      \"link\": \"VXtYRIRROmWHelUgrrsONSxOJzEGqjlA.my\"\n    }\n  ]\n}"
												},
												{
													"name": "Internal Server Error",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) Unique, Auto generated, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_MOF_Agency_Code",
																"value": "014100000000",
																"description": "(Required) Agency Code"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/gov/v3/deductions?deductionPO=140382088&deductionAgencyCode=123456789122&payrollAgencyCode=014100000000&offset=1&limit=100&isValidated=true",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"gov",
																"v3",
																"deductions"
															],
															"query": [
																{
																	"key": "deductionPO",
																	"value": "140382088",
																	"description": "(Required) Deduction Payment Orders"
																},
																{
																	"key": "deductionAgencyCode",
																	"value": "123456789122",
																	"description": "(Required) Deduction Agency Code"
																},
																{
																	"key": "payrollAgencyCode",
																	"value": "014100000000",
																	"description": "Payroll Agency Code"
																},
																{
																	"key": "offset",
																	"value": "1",
																	"description": "(Required) Offset (default = 1)"
																},
																{
																	"key": "limit",
																	"value": "100",
																	"description": "(Required) Limit (default = 100)"
																},
																{
																	"key": "isValidated",
																	"value": "true",
																	"description": "(default = true)"
																}
															]
														}
													},
													"status": "HTTP Version Not Supported",
													"code": 505,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												}
											]
										}
									]
								}
							]
						}
					]
				}
			]
		}
	],
	"auth": {
		"type": "oauth2",
		"oauth2": [
			{
				"key": "scope",
				"value": "ReadDeductions",
				"type": "string"
			},
			{
				"key": "accessTokenUrl",
				"value": "{{baseUrl}}/sandbox/oauth/v2/accesstoken",
				"type": "string"
			},
			{
				"key": "X_MOF_ClientID",
				"value": "{{clientID}}",
				"type": "string"
			},
			{
				"key": "grant_type",
				"value": "client_credentials",
				"type": "string"
			}
		]
	},
	"variable": [
		{
			"key": "baseUrl",
			"value": "https://sandboxapi.etimad.sa"
		},
		{
			"key": "clientID",
			"value": "JRZgTE5h1zRxpiYMFpv85VgdvMoEGGcN"
		},
		{
			"key": "clientSecret",
			"value": "2nDfAXilPMrfW70v"
		}
	]
}