{"info":{"_postman_id":"f0c1dc46-9528-43e4-abe5-f6d8f0b672c4","name":"GSOC 2025 - CREDIT BUREAU - MIFOSX Platform","description":"<html><head></head><body><p>This collection is created by Victor Romero to assist the integration of the credit bureau plugin with MIFOSX.</p>\n<p>Background:<br>The information from the credit bureau (i.e. fico score) will show up in the client's page. This collection tests the workflow of the MIFOSX platform with the credit bureau plugin with API requests. These requests are sent to the MIFOSX sandbox, so they are usually reset within 6 hours.</p>\n<p>Directions:</p>\n<ol>\n<li><p>Start with requests under NON CREDIT BUREAU, and follow the requests that are ordered by number. You will see that a new Client is created.</p>\n</li>\n<li><p>Move on to the requests under CREDIT BUREAU.</p>\n</li>\n</ol>\n<p>After you have completed this set up, you can continue working on testing the API requests in the Mifosx-Credit-Bureau-Plugin.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"19472254","collectionId":"f0c1dc46-9528-43e4-abe5-f6d8f0b672c4","publishedId":"2sBXigLtC6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-03-14T03:20:56.000Z"},"item":[{"name":"CREDIT BUREAU","item":[{"name":"01. Search Client","id":"8ce711fe-5609-4829-8299-677564f7283b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"url":"https://sandbox.mifos.community/fineract-provider/api/v1/clients/1","description":"<p>This GET request searches for a client based on the id and returns client information.</p>\n","urlObject":{"protocol":"https","path":["fineract-provider","api","v1","clients","1"],"host":["sandbox","mifos","community"],"query":[],"variable":[]}},"response":[{"id":"ef6347e8-8a9d-446a-87a5-b71fba344603","name":"01. Search Client","originalRequest":{"method":"GET","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"url":"https://sandbox.mifos.community/fineract-provider/api/v1/clients/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"date","value":"Mon, 09 Mar 2026 03:38:52 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"702"},{"key":"x-notification-refresh","value":"false"},{"key":"vary","value":"Origin, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"strict-transport-security","value":"max-age=31536000 ; includeSubDomains"},{"key":"x-frame-options","value":"DENY"},{"key":"access-control-allow-origin","value":"*,http://localhost:4200"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"86400"},{"key":"permissions-policy","value":"interest-cohort=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"accountNo\": \"000000001\",\n    \"externalId\": \"RFC123456\",\n    \"status\": {\n        \"id\": 300,\n        \"code\": \"clientStatusType.active\",\n        \"value\": \"Active\"\n    },\n    \"active\": true,\n    \"activationDate\": [\n        2025,\n        8,\n        13\n    ],\n    \"firstname\": \"VICTOR\",\n    \"lastname\": \"ROMERO\",\n    \"displayName\": \"VICTOR ROMERO\",\n    \"mobileNo\": \"5522649494\",\n    \"emailAddress\": \"victor.romero@fintecheando.mx\",\n    \"dateOfBirth\": [\n        2002,\n        8,\n        14\n    ],\n    \"isStaff\": false,\n    \"officeId\": 1,\n    \"officeName\": \"Head Office\",\n    \"timeline\": {\n        \"submittedOnDate\": [\n            2025,\n            8,\n            13\n        ],\n        \"activatedOnDate\": [\n            2025,\n            8,\n            13\n        ],\n        \"activatedByUsername\": \"mifos\",\n        \"activatedByFirstname\": \"App\",\n        \"activatedByLastname\": \"Administrator\"\n    },\n    \"savingsProductName\": \"1\",\n    \"legalForm\": {\n        \"id\": 1,\n        \"code\": \"legalFormType.person\",\n        \"value\": \"Person\"\n    },\n    \"clientCollateralManagements\": [],\n    \"groups\": []\n}"}],"_postman_id":"8ce711fe-5609-4829-8299-677564f7283b"},{"name":"02 Get Client Details","id":"c2d84bd7-dec0-4aeb-9993-0c7ebc19acee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"url":"https://sandbox.mifos.community/fineract-provider/api/v1/search?exactMatch=true&query=RFC123456&resource=clients,clientIdentifiers","description":"<p>This GET requests uses the \"externalID\", which can be a tax identification code, to get client details.</p>\n","urlObject":{"protocol":"https","path":["fineract-provider","api","v1","search"],"host":["sandbox","mifos","community"],"query":[{"key":"exactMatch","value":"true"},{"key":"query","value":"RFC123456"},{"key":"resource","value":"clients,clientIdentifiers"}],"variable":[]}},"response":[{"id":"3b61486c-2f71-4806-b608-7ef04a2196eb","name":"02 Get Client Details","originalRequest":{"method":"GET","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"url":{"raw":"https://sandbox.mifos.community/fineract-provider/api/v1/search?exactMatch=true&query=RFC123456&resource=clients,clientIdentifiers","protocol":"https","host":["sandbox","mifos","community"],"path":["fineract-provider","api","v1","search"],"query":[{"key":"exactMatch","value":"true"},{"key":"query","value":"RFC123456"},{"key":"resource","value":"clients,clientIdentifiers"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"date","value":"Mon, 09 Mar 2026 05:18:49 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"319"},{"key":"x-notification-refresh","value":"false"},{"key":"vary","value":"Origin, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"strict-transport-security","value":"max-age=31536000 ; includeSubDomains"},{"key":"x-frame-options","value":"DENY"},{"key":"access-control-allow-origin","value":"*,http://localhost:4200"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"86400"},{"key":"permissions-policy","value":"interest-cohort=()"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"entityId\": 1,\n        \"entityAccountNo\": \"000000001\",\n        \"entityExternalId\": \"RFC123456\",\n        \"entityName\": \"VICTOR ROMERO\",\n        \"entityType\": \"CLIENT\",\n        \"parentId\": 1,\n        \"parentName\": \"Head Office\",\n        \"entityMobileNo\": \"5522649494\",\n        \"entityStatus\": {\n            \"id\": 300,\n            \"code\": \"clientStatusType.active\",\n            \"value\": \"Active\"\n        },\n        \"subEntityType\": \"depositAccountType.invalid\"\n    }\n]"}],"_postman_id":"c2d84bd7-dec0-4aeb-9993-0c7ebc19acee"},{"name":"03. Get Client Address","id":"a0d4e923-4f51-4f5e-8fb1-7206081b1a3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"url":"https://sandbox.mifos.community/fineract-provider/api/v1/client/1/addresses","urlObject":{"protocol":"https","path":["fineract-provider","api","v1","client","1","addresses"],"host":["sandbox","mifos","community"],"query":[],"variable":[]}},"response":[{"id":"d26250c3-e693-42cc-b9eb-a8e0352ef9cd","name":"03. Get Client Address","originalRequest":{"method":"GET","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"url":"https://sandbox.mifos.community/fineract-provider/api/v1/client/2/addresses"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 14 Aug 2025 15:29:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"444"},{"key":"Connection","value":"keep-alive"},{"key":"X-Notification-Refresh","value":"false"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Permissions-Policy","value":"interest-cohort=()"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"clientID\": 2,\n        \"addressType\": \"PERSONAL\",\n        \"addressId\": 2,\n        \"addressTypeId\": 15,\n        \"isActive\": false,\n        \"street\": \"\",\n        \"addressLine1\": \"Vina del Mar 33\",\n        \"addressLine2\": \"Zacatenco\",\n        \"addressLine3\": \"\",\n        \"townVillage\": \"\",\n        \"city\": \"CDMX\",\n        \"countyDistrict\": \"\",\n        \"stateProvinceId\": 16,\n        \"countryName\": \"Mexico\",\n        \"stateName\": \"CDMX\",\n        \"countryId\": 17,\n        \"postalCode\": \"07360\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"createdBy\": \"\",\n        \"createdOn\": \"2025-08-14\",\n        \"updatedBy\": \"\",\n        \"updatedOn\": \"2025-08-14\"\n    }\n]"}],"_postman_id":"a0d4e923-4f51-4f5e-8fb1-7206081b1a3d"},{"name":"04. Store Credit Bureau Information","id":"b8e60be6-2956-4e34-a095-1e8ec66f5cef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"body":{"mode":"raw","raw":"{\"SCORE\":\"560\",\"FICO\":\"FICO INFORMATION\",\"EXTRA_DATA\":\"EXTRA DATA\",\"locale\":\"en\"}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.mifos.community/fineract-provider/api/v1/datatables/CREDIT_BUERAU/1?genericResultSet=true","urlObject":{"protocol":"https","path":["fineract-provider","api","v1","datatables","CREDIT_BUERAU","1"],"host":["sandbox","mifos","community"],"query":[{"key":"genericResultSet","value":"true"}],"variable":[]}},"response":[],"_postman_id":"b8e60be6-2956-4e34-a095-1e8ec66f5cef"}],"id":"e2a48c5b-33cf-425e-947d-342303446e1f","_postman_id":"e2a48c5b-33cf-425e-947d-342303446e1f","description":""},{"name":"NON CREDIT BUREAU","item":[{"name":"01. Create Client","id":"9747138e-901d-408e-90b8-d780cde0cade","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"officeId\": 1,\n    \"legalFormId\": 1,\n    \"isStaff\": false,\n    \"active\": true,\n    \"externalId\": \"RFC123456\",\n    \"mobileNo\": \"5522649494\",\n    \"emailAddress\": \"victor.romero@fintecheando.mx\",\n    \"dateOfBirth\": \"2002-08-14\",\n    \"submittedOnDate\": \"2025-08-13\",\n    \"firstname\": \"VICTOR\",\n    \"lastname\": \"ROMERO\",\n    \"activationDate\": \"2025-08-13\",\n    \"familyMembers\": [],\n    \"dateFormat\": \"yyyy-MM-dd\",\n    \"locale\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.mifos.community/fineract-provider/api/v1/clients","urlObject":{"protocol":"https","path":["fineract-provider","api","v1","clients"],"host":["sandbox","mifos","community"],"query":[],"variable":[]}},"response":[{"id":"778db741-d743-4300-838a-2fd954ad0636","name":"01. Create Client","originalRequest":{"method":"POST","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"officeId\": 1,\n    \"legalFormId\": 1,\n    \"isStaff\": false,\n    \"active\": true,\n    \"externalId\": \"RFC123456\",\n    \"mobileNo\": \"5522649494\",\n    \"emailAddress\": \"victor.romero@fintecheando.mx\",\n    \"dateOfBirth\": \"2002-08-14\",\n    \"submittedOnDate\": \"2025-08-13\",\n    \"firstname\": \"VICTOR\",\n    \"lastname\": \"ROMERO\",\n    \"activationDate\": \"2025-08-13\",\n    \"familyMembers\": [],\n    \"dateFormat\": \"yyyy-MM-dd\",\n    \"locale\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.mifos.community/fineract-provider/api/v1/clients"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"date","value":"Mon, 09 Mar 2026 03:37:23 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"75"},{"key":"x-notification-refresh","value":"false"},{"key":"vary","value":"Origin, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"strict-transport-security","value":"max-age=31536000 ; includeSubDomains"},{"key":"x-frame-options","value":"DENY"},{"key":"access-control-allow-origin","value":"*,http://localhost:4200"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"86400"},{"key":"permissions-policy","value":"interest-cohort=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"officeId\": 1,\n    \"clientId\": 1,\n    \"resourceId\": 1,\n    \"resourceExternalId\": \"RFC123456\"\n}"}],"_postman_id":"9747138e-901d-408e-90b8-d780cde0cade"},{"name":"02. Add Address Type","id":"6ece80bd-3e1e-4865-aeb5-181051afb6e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"PERSONAL\",\n    \"description\": \"\",\n    \"position\": 0,\n    \"isActive\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.mifos.community/fineract-provider/api/v1/codes/29/codevalues","urlObject":{"protocol":"https","path":["fineract-provider","api","v1","codes","29","codevalues"],"host":["sandbox","mifos","community"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ece80bd-3e1e-4865-aeb5-181051afb6e9"},{"name":"03. Add State","id":"e70ba1f8-faef-4bbe-b3f7-e291ba6f299f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"CDMX\",\n    \"description\": \"\",\n    \"position\": 0,\n    \"isActive\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.mifos.community/fineract-provider/api/v1/codes/27/codevalues","urlObject":{"protocol":"https","path":["fineract-provider","api","v1","codes","27","codevalues"],"host":["sandbox","mifos","community"],"query":[],"variable":[]}},"response":[{"id":"79204fef-b369-46e3-bbac-bc11b69e2b3b","name":"03. Add State","originalRequest":{"method":"POST","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"CDMX\",\n    \"description\": \"\",\n    \"position\": 0,\n    \"isActive\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.mifos.community/fineract-provider/api/v1/codes/27/codevalues"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"date","value":"Mon, 09 Mar 2026 03:37:36 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"36"},{"key":"x-notification-refresh","value":"false"},{"key":"vary","value":"Origin, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"strict-transport-security","value":"max-age=31536000 ; includeSubDomains"},{"key":"x-frame-options","value":"DENY"},{"key":"access-control-allow-origin","value":"*,http://localhost:4200"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"86400"},{"key":"permissions-policy","value":"interest-cohort=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"resourceId\": 27,\n    \"subResourceId\": 24\n}"}],"_postman_id":"e70ba1f8-faef-4bbe-b3f7-e291ba6f299f"},{"name":"04. Add Country","id":"1b9d2164-5ddc-44a3-b06b-14e247d9486d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Mexico\",\n    \"description\": \"\",\n    \"position\": 0,\n    \"isActive\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.mifos.community/fineract-provider/api/v1/codes/28/codevalues","urlObject":{"protocol":"https","path":["fineract-provider","api","v1","codes","28","codevalues"],"host":["sandbox","mifos","community"],"query":[],"variable":[]}},"response":[{"id":"c8e1d3e0-7562-4647-ab1a-c0bb74da4775","name":"04. Add Country","originalRequest":{"method":"POST","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Mexico\",\n    \"description\": \"\",\n    \"position\": 0,\n    \"isActive\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.mifos.community/fineract-provider/api/v1/codes/28/codevalues"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"date","value":"Mon, 09 Mar 2026 03:37:40 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"36"},{"key":"x-notification-refresh","value":"false"},{"key":"vary","value":"Origin, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"strict-transport-security","value":"max-age=31536000 ; includeSubDomains"},{"key":"x-frame-options","value":"DENY"},{"key":"access-control-allow-origin","value":"*,http://localhost:4200"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"86400"},{"key":"permissions-policy","value":"interest-cohort=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"resourceId\": 28,\n    \"subResourceId\": 25\n}"}],"_postman_id":"1b9d2164-5ddc-44a3-b06b-14e247d9486d"},{"name":"05. Add Address","id":"582f46c7-0687-4327-ae72-7116ad5c862c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"addressType\": 15,\n    \"addressLine1\": \"Vina del Mar 33\",\n    \"addressLine2\": \"Zacatenco\",\n    \"addressLine3\": \"\",\n    \"city\": \"CDMX\",\n    \"stateProvinceId\": 16,\n    \"countryId\": 17,\n    \"postalCode\": \"07360\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.mifos.community/fineract-provider/api/v1/client/1/addresses?type=15","urlObject":{"protocol":"https","path":["fineract-provider","api","v1","client","1","addresses"],"host":["sandbox","mifos","community"],"query":[{"key":"type","value":"15"}],"variable":[]}},"response":[{"id":"1b6ab9cc-b0b4-4219-b691-5772f7f5d4a4","name":"05. Add Address","originalRequest":{"method":"POST","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"addressType\": 15,\n    \"addressLine1\": \"Vina del Mar 33\",\n    \"addressLine2\": \"Zacatenco\",\n    \"addressLine3\": \"\",\n    \"city\": \"CDMX\",\n    \"stateProvinceId\": 16,\n    \"countryId\": 17,\n    \"postalCode\": \"07360\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.mifos.community/fineract-provider/api/v1/client/1/addresses?type=15","protocol":"https","host":["sandbox","mifos","community"],"path":["fineract-provider","api","v1","client","1","addresses"],"query":[{"key":"type","value":"15"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"date","value":"Mon, 09 Mar 2026 03:39:03 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"16"},{"key":"x-notification-refresh","value":"false"},{"key":"vary","value":"Origin, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"strict-transport-security","value":"max-age=31536000 ; includeSubDomains"},{"key":"x-frame-options","value":"DENY"},{"key":"access-control-allow-origin","value":"*,http://localhost:4200"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"86400"},{"key":"permissions-policy","value":"interest-cohort=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"resourceId\": 1\n}"}],"_postman_id":"582f46c7-0687-4327-ae72-7116ad5c862c"},{"name":"06. Create CREDIT_BUREAU datatable","id":"6d4210e0-2dcd-4a94-9fa5-88f62839c286","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"datatableName\": \"CREDIT_BUERAU\",\n    \"apptableName\": \"m_client\",\n    \"multiRow\": false,\n    \"entitySubType\": \"Person\",\n    \"columns\": [\n        {\n            \"name\": \"SCORE\",\n            \"type\": \"Number\",\n            \"mandatory\": true\n        },\n        {\n            \"name\": \"FICO\",\n            \"type\": \"Text\",\n            \"mandatory\": false\n        },\n        {\n            \"name\": \"EXTRA_DATA\",\n            \"type\": \"Text\",\n            \"mandatory\": false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.mifos.community/fineract-provider/api/v1/datatables","urlObject":{"protocol":"https","path":["fineract-provider","api","v1","datatables"],"host":["sandbox","mifos","community"],"query":[],"variable":[]}},"response":[{"id":"4f5a49eb-8bdc-4edc-a77e-7e556dc11cb1","name":"06. Create CREDIT_BUREAU datatable","originalRequest":{"method":"POST","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"datatableName\": \"CREDIT_BUERAU\",\n    \"apptableName\": \"m_client\",\n    \"multiRow\": false,\n    \"entitySubType\": \"Person\",\n    \"columns\": [\n        {\n            \"name\": \"SCORE\",\n            \"type\": \"Number\",\n            \"mandatory\": true\n        },\n        {\n            \"name\": \"FICO\",\n            \"type\": \"Text\",\n            \"mandatory\": false\n        },\n        {\n            \"name\": \"EXTRA_DATA\",\n            \"type\": \"Text\",\n            \"mandatory\": false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.mifos.community/fineract-provider/api/v1/datatables"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"date","value":"Mon, 09 Mar 2026 03:38:08 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"38"},{"key":"x-notification-refresh","value":"false"},{"key":"vary","value":"Origin, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"strict-transport-security","value":"max-age=31536000 ; includeSubDomains"},{"key":"x-frame-options","value":"DENY"},{"key":"access-control-allow-origin","value":"*,http://localhost:4200"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"86400"},{"key":"permissions-policy","value":"interest-cohort=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"resourceIdentifier\": \"CREDIT_BUERAU\"\n}"}],"_postman_id":"6d4210e0-2dcd-4a94-9fa5-88f62839c286"},{"name":"07. Create NATIONALITY datatable","id":"ca090608-830d-4636-ab50-3fcbcdb9356a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"datatableName\": \"NATIONALITY\",\n    \"apptableName\": \"m_client\",\n    \"multiRow\": false,\n    \"entitySubType\": \"Person\",\n    \"columns\": [\n        {\n            \"name\": \"NATIONALITY\",\n            \"type\": \"Number\",\n            \"mandatory\": true\n        }   ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.mifos.community/fineract-provider/api/v1/datatables","urlObject":{"protocol":"https","path":["fineract-provider","api","v1","datatables"],"host":["sandbox","mifos","community"],"query":[],"variable":[]}},"response":[{"id":"421d37c8-b073-4bda-8117-bfc8c4fbe34e","name":"07. Create NATIONALITY datatable","originalRequest":{"method":"POST","header":[{"key":"fineract-platform-tenantid","value":"default","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"datatableName\": \"NATIONALITY\",\n    \"apptableName\": \"m_client\",\n    \"multiRow\": false,\n    \"entitySubType\": \"Person\",\n    \"columns\": [\n        {\n            \"name\": \"NATIONALITY\",\n            \"type\": \"Number\",\n            \"mandatory\": true\n        }   ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.mifos.community/fineract-provider/api/v1/datatables"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"date","value":"Mon, 09 Mar 2026 03:38:12 GMT"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"36"},{"key":"x-notification-refresh","value":"false"},{"key":"vary","value":"Origin, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"strict-transport-security","value":"max-age=31536000 ; includeSubDomains"},{"key":"x-frame-options","value":"DENY"},{"key":"access-control-allow-origin","value":"*,http://localhost:4200"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"86400"},{"key":"permissions-policy","value":"interest-cohort=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"resourceIdentifier\": \"NATIONALITY\"\n}"}],"_postman_id":"ca090608-830d-4636-ab50-3fcbcdb9356a"}],"id":"d6004f9b-cebf-48a8-8925-2d917107de4f","_postman_id":"d6004f9b-cebf-48a8-8925-2d917107de4f","description":""}]}