POST api/Driver/NotificationSentUpdate
Request Information
URI Parameters
None.
Body Parameters
NotificationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserId | string |
None. |
|
| NotificationTitle | string |
None. |
|
| NotificationText | string |
None. |
|
| NotificationSent | boolean |
None. |
|
| NotificationRead | boolean |
None. |
|
| NotificationDateTime | date |
None. |
|
| ActionId | byte |
None. |
|
| GenId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"UserId": "sample string 2",
"NotificationTitle": "sample string 3",
"NotificationText": "sample string 4",
"NotificationSent": true,
"NotificationRead": true,
"NotificationDateTime": "2026-02-21T23:34:17.1806313+05:30",
"ActionId": 64,
"GenId": 7
}
text/html
Sample:
{"Id":1,"UserId":"sample string 2","NotificationTitle":"sample string 3","NotificationText":"sample string 4","NotificationSent":true,"NotificationRead":true,"NotificationDateTime":"2026-02-21T23:34:17.1806313+05:30","ActionId":64,"GenId":7}
application/xml, text/xml
Sample:
<NotificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WITTravels.Models"> <ActionId>64</ActionId> <GenId>7</GenId> <Id>1</Id> <NotificationDateTime>2026-02-21T23:34:17.1806313+05:30</NotificationDateTime> <NotificationRead>true</NotificationRead> <NotificationSent>true</NotificationSent> <NotificationText>sample string 4</NotificationText> <NotificationTitle>sample string 3</NotificationTitle> <UserId>sample string 2</UserId> </NotificationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.