{
	"info": {
		"_postman_id": "cdda18d7-3dc4-41c4-b005-a7b870448014",
		"name": "SalaryCertificate(payslip)",
		"description": "\n### This API is used by financial sectors (Bank, Fintech…etc.) to inquire for last salary of governmental employees.\n\n#### To see the error messages and the valid response :\n  | Response Status Code          | National Number | Birth Date              |\n  | ----------------     | ------------    | ------------------------|\n  | **200**              | 1000000000      | 1989-08-12              |\n  | **200**              | 2000000000      | 1979-12-06              |\n  | **200**              | 1000000001      | 2000-01-10              |\n  | **200**              | 1000000002      | 1978-11-08              |\n  | **404**              | 1000000018      | 1978-11-08              |\n  | **404**              | 1000000019      | 1980-01-14              |\n  | **500**              | 1000000017      | 1993-01-22 or 1413-07-29|\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-cdda18d7-3dc4-41c4-b005-a7b870448014?action=share&source=collection_link&creator=47100298"
	},
	"item": [
		{
			"name": "sandbox",
			"item": [
				{
					"name": "employee",
					"item": [
						{
							"name": "v2",
							"item": [
								{
									"name": "payslip",
									"item": [
										{
											"name": "/sandbox/employee/v2/payslip",
											"request": {
												"auth": {
													"type": "oauth2",
													"oauth2": [
														{
															"key": "clientSecret",
															"value": "{{clientSecret}}",
															"type": "string"
														},
														{
															"key": "clientId",
															"value": "{{clientID}}",
															"type": "string"
														},
														{
															"key": "scope",
															"value": "ReadSalaryCertificate",
															"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 reference, GUID format"
													},
													{
														"key": "X_MOF_ClientID",
														"value": "{{clientID}}",
														"description": "(Required) client Id of Banks or fintech companies"
													},
													{
														"key": "X_EXT_RequestReason",
														"value": "account",
														"description": "(Required) Consumer must to say the reason of this inquiry"
													},
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/sandbox/employee/v2/payslip?nationalNumber=1000000000&birthDate=1989-08-12&dateType=Gregorian",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"sandbox",
														"employee",
														"v2",
														"payslip"
													],
													"query": [
														{
															"key": "nationalNumber",
															"value": "1000000000",
															"description": "(Required) Employee National Number"
														},
														{
															"key": "birthDate",
															"value": "1989-08-12",
															"description": "(Required) Employee Birth Date"
														},
														{
															"key": "dateType",
															"value": "Gregorian",
															"description": "(Required) Date Type of Birth date"
														}
													]
												}
											},
											"response": [
												{
													"name": "Ok",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) unique reference, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_EXT_RequestReason",
																"value": "account",
																"description": "(Required) Consumer must to say the reason of this inquiry"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/employee/v2/payslip?nationalNumber=1000000000&birthDate=1989-08-12&dateType=Gregorian",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"employee",
																"v2",
																"payslip"
															],
															"query": [
																{
																	"key": "nationalNumber",
																	"value": "1000000000",
																	"description": "(Required) Employee National Number"
																},
																{
																	"key": "birthDate",
																	"value": "1989-08-12",
																	"description": "(Required) Employee Birth Date"
																},
																{
																	"key": "dateType",
																	"value": "Gregorian",
																	"description": "(Required) Date Type of Birth date"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"data\": [\n    {\n      \"personalInfo\": {\n        \"employeeNameAr\": \"أحمد محمد أحمد\",\n        \"employeeNameEn\": \"Ahmed Mohamed Ahmed\"\n      },\n      \"employerInfo\": {\n        \"agencyCode\": \"019001000000\",\n        \"agencyName\": \"وزارة الشئون البلدية والقروية – الديوان العام\"\n      },\n      \"bankInfo\": {\n        \"accountNumber\": \"SA9494030800899994888403\",\n        \"bankCode\": \"RJHI\",\n        \"bankName\": \"مصرف الراجحى\"\n      },\n      \"employmentInfo\": {\n        \"employeeJobNumber\": \"123\",\n        \"employeeJobTitle\": \"مساعد عام\",\n        \"agencyEmploymentDate\": \"1440-01-01\"\n      },\n      \"payslipInfo\": {\n        \"payMonth\": \"2021-07\",\n        \"basicSalary\": 7091.385834923931,\n        \"totalAllowances\": 7246.885738150894,\n        \"totalDeductions\": 7994.900288128981,\n        \"netSalary\": 5846.476023489502\n      }\n    },\n    {\n      \"personalInfo\": {\n        \"employeeNameAr\": \"أحمد محمد أحمد\",\n        \"employeeNameEn\": \"Ahmed Mohamed Ahmed\"\n      },\n      \"employerInfo\": {\n        \"agencyCode\": \"019001000000\",\n        \"agencyName\": \"وزارة الشئون البلدية والقروية – الديوان العام\"\n      },\n      \"bankInfo\": {\n        \"accountNumber\": \"SA9494030800899994888403\",\n        \"bankCode\": \"RJHI\",\n        \"bankName\": \"مصرف الراجحى\"\n      },\n      \"employmentInfo\": {\n        \"employeeJobNumber\": \"123\",\n        \"employeeJobTitle\": \"مساعد عام\",\n        \"agencyEmploymentDate\": \"1440-01-01\"\n      },\n      \"payslipInfo\": {\n        \"payMonth\": \"2021-07\",\n        \"basicSalary\": 4972.444090441876,\n        \"totalAllowances\": 8101.213380055971,\n        \"totalDeductions\": 2726.9645825614552,\n        \"netSalary\": 3924.076083110237\n      }\n    }\n  ]\n}"
												},
												{
													"name": "A001400",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) unique reference, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_EXT_RequestReason",
																"value": "account",
																"description": "(Required) Consumer must to say the reason of this inquiry"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/employee/v2/payslip?nationalNumber=1000000000&birthDate=1989-08-12&dateType=Gregorian",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"employee",
																"v2",
																"payslip"
															],
															"query": [
																{
																	"key": "nationalNumber",
																	"value": "1000000000",
																	"description": "(Required) Employee National Number"
																},
																{
																	"key": "birthDate",
																	"value": "1989-08-12",
																	"description": "(Required) Employee Birth Date"
																},
																{
																	"key": "dateType",
																	"value": "Gregorian",
																	"description": "(Required) Date Type of Birth date"
																}
															]
														}
													},
													"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\": \"nationalNumber\",\n      \"type\": \"query\"\n    }\n  ]\n}"
												},
												{
													"name": "A002400",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) unique reference, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_EXT_RequestReason",
																"value": "account",
																"description": "(Required) Consumer must to say the reason of this inquiry"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/employee/v2/payslip?nationalNumber=1000000000&birthDate=1989-08-12&dateType=Gregorian",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"employee",
																"v2",
																"payslip"
															],
															"query": [
																{
																	"key": "nationalNumber",
																	"value": "1000000000",
																	"description": "(Required) Employee National Number"
																},
																{
																	"key": "birthDate",
																	"value": "1989-08-12",
																	"description": "(Required) Employee Birth Date"
																},
																{
																	"key": "dateType",
																	"value": "Gregorian",
																	"description": "(Required) Date Type of Birth date"
																}
															]
														}
													},
													"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\": \"nationalNumber\",\n      \"type\": \"query\",\n      \"reason\": \"Invalid white space character\"\n    },\n    {\n      \"name\": \"birthDate\",\n      \"type\": \"query\",\n      \"reason\": \"Invalid white space character\"\n    }\n  ]\n}"
												},
												{
													"name": "A001400+A002400",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) unique reference, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_EXT_RequestReason",
																"value": "account",
																"description": "(Required) Consumer must to say the reason of this inquiry"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/employee/v2/payslip?nationalNumber=1000000000&birthDate=1989-08-12&dateType=Gregorian",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"employee",
																"v2",
																"payslip"
															],
															"query": [
																{
																	"key": "nationalNumber",
																	"value": "1000000000",
																	"description": "(Required) Employee National Number"
																},
																{
																	"key": "birthDate",
																	"value": "1989-08-12",
																	"description": "(Required) Employee Birth Date"
																},
																{
																	"key": "dateType",
																	"value": "Gregorian",
																	"description": "(Required) Date Type of Birth date"
																}
															]
														}
													},
													"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\": \"nationalNumber\",\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\": \"birthDate\",\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 reference, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_EXT_RequestReason",
																"value": "account",
																"description": "(Required) Consumer must to say the reason of this inquiry"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/employee/v2/payslip?nationalNumber=1000000000&birthDate=1989-08-12&dateType=Gregorian",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"employee",
																"v2",
																"payslip"
															],
															"query": [
																{
																	"key": "nationalNumber",
																	"value": "1000000000",
																	"description": "(Required) Employee National Number"
																},
																{
																	"key": "birthDate",
																	"value": "1989-08-12",
																	"description": "(Required) Employee Birth Date"
																},
																{
																	"key": "dateType",
																	"value": "Gregorian",
																	"description": "(Required) Date Type of Birth date"
																}
															]
														}
													},
													"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 reference, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_EXT_RequestReason",
																"value": "account",
																"description": "(Required) Consumer must to say the reason of this inquiry"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/employee/v2/payslip?nationalNumber=1000000000&birthDate=1989-08-12&dateType=Gregorian",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"employee",
																"v2",
																"payslip"
															],
															"query": [
																{
																	"key": "nationalNumber",
																	"value": "1000000000",
																	"description": "(Required) Employee National Number"
																},
																{
																	"key": "birthDate",
																	"value": "1989-08-12",
																	"description": "(Required) Employee Birth Date"
																},
																{
																	"key": "dateType",
																	"value": "Gregorian",
																	"description": "(Required) Date Type of Birth date"
																}
															]
														}
													},
													"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\": \"qpxqtYfqCjLDFX.faz\"\n    },\n    {\n      \"code\": \"A001403\",\n      \"details\": \"Error Message Detail\",\n      \"type\": \"BusinessError\",\n      \"link\": \"QSxBQv.mife\"\n    }\n  ]\n}"
												},
												{
													"name": "C",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) unique reference, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_EXT_RequestReason",
																"value": "account",
																"description": "(Required) Consumer must to say the reason of this inquiry"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/employee/v2/payslip?nationalNumber=1000000000&birthDate=1989-08-12&dateType=Gregorian",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"employee",
																"v2",
																"payslip"
															],
															"query": [
																{
																	"key": "nationalNumber",
																	"value": "1000000000",
																	"description": "(Required) Employee National Number"
																},
																{
																	"key": "birthDate",
																	"value": "1989-08-12",
																	"description": "(Required) Employee Birth Date"
																},
																{
																	"key": "dateType",
																	"value": "Gregorian",
																	"description": "(Required) Date Type of Birth date"
																}
															]
														}
													},
													"status": "Not Found",
													"code": 404,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"code\": \"A001404,\",\n  \"details\": \"NO Data Found,\",\n  \"type\": \"BusinessError,\",\n  \"link\": null\n}"
												},
												{
													"name": "D",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) unique reference, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_EXT_RequestReason",
																"value": "account",
																"description": "(Required) Consumer must to say the reason of this inquiry"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/employee/v2/payslip?nationalNumber=1000000000&birthDate=1989-08-12&dateType=Gregorian",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"employee",
																"v2",
																"payslip"
															],
															"query": [
																{
																	"key": "nationalNumber",
																	"value": "1000000000",
																	"description": "(Required) Employee National Number"
																},
																{
																	"key": "birthDate",
																	"value": "1989-08-12",
																	"description": "(Required) Employee Birth Date"
																},
																{
																	"key": "dateType",
																	"value": "Gregorian",
																	"description": "(Required) Date Type of Birth date"
																}
															]
														}
													},
													"status": "Not Found",
													"code": 404,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"code\": \"A101404\",\n  \"details\": \"The employee info are not matched with any of our records, please inform the employee to check his info with his entity's HR\",\n  \"type\": \"BusinessError\",\n  \"link\": \"\"\n}"
												},
												{
													"name": "Backend Timeout",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "X_MOF_RqUID",
																"value": "{{$guid}}",
																"description": "(Required) unique reference, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_EXT_RequestReason",
																"value": "account",
																"description": "(Required) Consumer must to say the reason of this inquiry"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/employee/v2/payslip?nationalNumber=1000000000&birthDate=1989-08-12&dateType=Gregorian",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"employee",
																"v2",
																"payslip"
															],
															"query": [
																{
																	"key": "nationalNumber",
																	"value": "1000000000",
																	"description": "(Required) Employee National Number"
																},
																{
																	"key": "birthDate",
																	"value": "1989-08-12",
																	"description": "(Required) Employee Birth Date"
																},
																{
																	"key": "dateType",
																	"value": "Gregorian",
																	"description": "(Required) Date Type of Birth date"
																}
															]
														}
													},
													"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 reference, GUID format"
															},
															{
																"key": "X_MOF_ClientID",
																"value": "{{clientID}}",
																"description": "(Required) client Id of Banks or fintech companies"
															},
															{
																"key": "X_EXT_RequestReason",
																"value": "account",
																"description": "(Required) Consumer must to say the reason of this inquiry"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "Authorization",
																"value": "<token>",
																"description": "Added as a part of security scheme: oauth2"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/sandbox/employee/v2/payslip?nationalNumber=1000000000&birthDate=1989-08-12&dateType=Gregorian",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"sandbox",
																"employee",
																"v2",
																"payslip"
															],
															"query": [
																{
																	"key": "nationalNumber",
																	"value": "1000000000",
																	"description": "(Required) Employee National Number"
																},
																{
																	"key": "birthDate",
																	"value": "1989-08-12",
																	"description": "(Required) Employee Birth Date"
																},
																{
																	"key": "dateType",
																	"value": "Gregorian",
																	"description": "(Required) Date Type of Birth date"
																}
															]
														}
													},
													"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\": \"BusinessError\",\n      \"link\": \"JgZxEAgnaYIquxueQWqaHQCTh.rcxc\"\n    },\n    {\n      \"code\": \"A001500\",\n      \"details\": \"Internal Server Error\",\n      \"type\": \"BusinessError\",\n      \"link\": \"tKZLenN.ymdy\"\n    }\n  ]\n}"
												}
											]
										}
									]
								}
							]
						}
					]
				}
			]
		}
	],
	"auth": {
		"type": "oauth2",
		"oauth2": [
			{
				"key": "scope",
				"value": "ReadSalaryCertificate",
				"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"
		}
	]
}