POST api/TaskNotification/ExecuteNotificationTask
Request Information
URI Parameters
None.
Body Parameters
TaskNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| SNo | string |
None. |
|
| IsSuccess | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| CreatedBy | string |
None. |
|
| SchoolCode | string |
None. |
|
| PushSuccess | integer |
None. |
|
| WhatsAppSuccess | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SNo": "sample string 1",
"IsSuccess": 2,
"ErrorMessage": "sample string 3",
"CreatedBy": "sample string 4",
"SchoolCode": "sample string 5",
"PushSuccess": 6,
"WhatsAppSuccess": 7
}
application/xml, text/xml
Sample:
<TaskNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NSMS_WebAPI.Models"> <CreatedBy>sample string 4</CreatedBy> <ErrorMessage>sample string 3</ErrorMessage> <IsSuccess>2</IsSuccess> <PushSuccess>6</PushSuccess> <SNo>sample string 1</SNo> <SchoolCode>sample string 5</SchoolCode> <WhatsAppSuccess>7</WhatsAppSuccess> </TaskNotification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.