POST ExtensionNotification/GetNotification
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.NotificationName | Description | Type | Additional information |
---|---|---|---|
CallFor | integer |
None. |
|
DateAfter | date |
None. |
|
Responsetype | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CallFor": 1, "DateAfter": "2025-04-04T09:26:34.461625+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>2025-04-04T09:26:34.461625+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.