POST api/User/Update_Notification
Request Information
URI Parameters
None.
Body Parameters
NotificationUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | integer |
None. |
|
| updateby | string |
None. |
|
| updatedate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"userid": 1,
"updateby": "sample string 2",
"updatedate": "2025-11-04T14:03:57.0006014+00:00"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.