POST ExtensionNotification/GetNotification

Request Information

URI Parameters

None.

Body Parameters

MYCII_EWS.BusinessObjects.Notification
NameDescriptionTypeAdditional information
CallFor

integer

None.

DateAfter

date

None.

Responsetype

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CallFor": 1,
  "DateAfter": "2024-09-20T04:06:09.2581951+05:30",
  "Responsetype": 3
}

application/xml, text/xml

Sample:
<Notification xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <CallFor>1</CallFor>
  <DateAfter>2024-09-20T04:06:09.2581951+05:30</DateAfter>
  <Responsetype>3</Responsetype>
</Notification>

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.