POST GovernmentNotification/Report

Request Information

URI Parameters

None.

Body Parameters

MYCII_EWS.BusinessObjects.GovernmentNotification+MISSearch
NameDescriptionTypeAdditional 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": "2024-09-20T04:05:49.9611045+05:30",
  "DateTo": "2024-09-20T04:05:49.9611045+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>2024-09-20T04:05:49.9611045+05:30</DateFrom>
  <DateTo>2024-09-20T04:05:49.9611045+05:30</DateTo>
</MISSearch>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.