POST ExtensionNotification/GetNotification
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.Notification| Name | Description | Type | Additional information |
|---|---|---|---|
| CallFor | integer |
None. |
|
| DateAfter | date |
None. |
|
| Responsetype | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CallFor": 1,
"DateAfter": "2026-01-09T17:28:02.9696374+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>2026-01-09T17:28:02.9696374+05:30</DateAfter> <Responsetype>3</Responsetype> </Notification>
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.