Integration with Microplan
/project-factory/v1/project-type/fetch-from-microplan
Overview
Services Used
Sequence Flow
{ "RequestInfo": { "apiId": "Rainmaker", "authToken": "{{auth}}", "msgId": "1730962198879|en_MZ", "plainAccessRequest": {} }, "MicroplanDetails": { "tenantId": "mz", "campaignId": "58fb49a9-6772-4ecf-afc1-61f747e8c412", "planConfigurationId": "e314a0b1-648c-4f7b-8551-f9441df00eb4" } } Here campaignId will be the id of campaign for which the current plan is linked and planConfigurationId is the id of the microplan.{ "id": "01a6cdc9-f777-4792-ad17-6dc7042fe1fd", "tenantId": "mz", "planConfigurationId": "f44bffa1-653a-455a-998d-e556ac097d3b", "planConfigurationName": "Malaria-SMC Campaign-M1x3d-1-26 Nov 24", "facilityId": "F-2024-11-26-104823", "facilityName": "angelic being 3713", "residingBoundary": "MICROPLAN_MO_13_05_02_02_07_ZAYBAY_TOWN", "serviceBoundaries": [ "MICROPLAN_MO_13_05_01_03_04_GORBO_COMMUNITY", "MICROPLAN_MO_13_05_01_03_03_FDA_COMMUNITY", "MICROPLAN_MO_13_05_01_03_01_BARLAVILLE", "MICROPLAN_MO_13_05_01_02_12_GARLOVILLE_COMMUNITY", "MICROPLAN_MO_13_05_01_02_11_SUAH_COMMUNITY", "MICROPLAN_MO_13_05_01_02_10_KANNAH_ROAD_COMMUNITY", "MICROPLAN_MO_13_05_01_02_09_ZWEDRU_CENTRAL_MARKET", "MICROPLAN_MO_13_05_01_02_08_ZOE_BUSH", "MICROPLAN_MO_13_05_01_02_07_CITY_HALL_COMMUNITY", "MICROPLAN_MO_13_05_01_02_06_WELBO_QUARTER", "MICROPLAN_MO_13_05_01_02_05_TRIANGLE_COMMUNITY", "MICROPLAN_MO_13_05_01_02_04_SPS_COMMUNITY", "MICROPLAN_MO_13_05_01_02_03_BAPTIST_COMMUNITY", "MICROPLAN_MO_13_05_01_02_02_TOWAH_COMMUNITY", "MICROPLAN_MO_13_05_01_02_01_A_G__COMMUNITY", "MICROPLAN_MO_13_05_01_01_09_NAO_COMMUNITY", "MICROPLAN_MO_13_05_01_01_07_GBAGBAVILLE", "MICROPLAN_MO_13_05_01_01_06_ELRZ_COMMUNITY", "MICROPLAN_MO_13_05_01_01_05_MANDINGO_QUARTER", "MICROPLAN_MO_13_05_01_01_04_ZANBO_QUARTER", "MICROPLAN_MO_13_05_01_01_03_KYNE_QUARTER", "MICROPLAN_MO_13_05_01_01_02_GBOE_QUARTER", "MICROPLAN_MO_13_05_01_01_01_BOWEN_QUARTER" ], "additionalDetails": { "capacity": 1280, "fixedPost": "No", "facilityName": "angelic being 3713", "facilityType": "Storing Resource", "facilityStatus": "Temporary", "assignedVillages": [], "servingPopulation": 15272 }, "active": true, "auditDetails": { "createdBy": "29f73f64-2f5b-4699-b92c-4b093ac65749", "lastModifiedBy": "bae97a73-8c70-4e09-92fd-d1ae97321cb5", "createdTime": 1732615033646, "lastModifiedTime": 1732619625034 } }{ "id": "baece49c-a7fa-49e7-bddd-d19ba71b2b89", "tenantId": "mz", "code": "HCM-ADMIN-CONSOLE.microplanIntegration", "description": "HCM-ADMIN-CONSOLE.microplanIntegration", "definition": { "type": "object", "title": "HCM-ADMIN-CONSOLE.microplanIntegration", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "type", "mappings" ], "x-unique": [ "type" ], "properties": { "type": { "type": "string" }, "mappings": { "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "to": { "type": "string" }, "from": { "type": "array", "items": { "type": "string" } }, "filter": { "type": "string", "enum": [ "includes", "equal" ], "default": "includes" } } } } }, "isActive": true, "auditDetails": { "createdBy": null, "lastModifiedBy": null, "createdTime": 1697098069220, "lastModifiedTime": 1697098069220 } } } ```
Conclusion
Last updated
Was this helpful?