Request Structure
Pega Foundation for Healthcare
Property Name | Property Type | Applies to class | Page class |
PlanCatalog_Request | Page | PegaHC-API | PegaHC-Int- PlanCatalog_Request |
RequestParameters | Page List | PegaHC-Int- PlanCatalog_Request | Embed-PegaHC-Stringlist |
RequestParameters would take Name and Value as properties to send the request.
Sample JSON request:
{"RequestParameters":[{"Name":"Category","Value":"Med"},{"Name":"Version" ,"Value":"01"}]}
Similarly, above request can be extended to PlanID, Plan Name, Effective date, End Date, Status, LOB, PlanType.
Previous topic Parameters Next topic Response structure