POST api/Notification/SaveNotification
Request Information
URI Parameters
None.
Body Parameters
NotificationEmailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| NotificationTypeId | integer |
None. |
|
| AirlineId | integer |
None. |
|
| string |
None. |
||
| MobileNo | string |
None. |
|
| CreatedBy | globally unique identifier |
None. |
|
| AirportCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"NotificationTypeId": 2,
"AirlineId": 3,
"Email": "sample string 4",
"MobileNo": "sample string 5",
"CreatedBy": "72eb159e-90f7-4d00-87eb-5789b86b89a7",
"AirportCode": "sample string 7"
}
multipart/form-data
Sample:
{"Id":1,"NotificationTypeId":2,"AirlineId":3,"Email":"sample string 4","MobileNo":"sample string 5","CreatedBy":"72eb159e-90f7-4d00-87eb-5789b86b89a7","AirportCode":"sample string 7"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.