POST SchemeForSME/Report
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.GovernmentNotification+MISSearch| Name | Description | Type | Additional information | 
|---|---|---|---|
| Type | string | 
                             None.  | 
                |
| PageIndex | integer | 
                                 Range: inclusive between 1 and 2147483647  | 
                |
| PageSize | integer | 
                                 Range: inclusive between 1 and 2147483647  | 
                |
| DateFrom | date | 
                             None.  | 
                |
| DateTo | date | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "Type": "sample string 1",
  "PageIndex": 2,
  "PageSize": 3,
  "DateFrom": "2025-11-04T00:00:05.8050377+05:30",
  "DateTo": "2025-11-04T00:00:05.8050377+05:30"
}
        application/xml, text/xml
            Sample:
        <MISSearch xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Type>sample string 1</Type> <PageIndex>2</PageIndex> <PageSize>3</PageSize> <DateFrom>2025-11-04T00:00:05.8050377+05:30</DateFrom> <DateTo>2025-11-04T00:00:05.8050377+05:30</DateTo> </MISSearch>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.