PUT api/NotificationModelApi/PutNotificationModel?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
NotificationModelApiName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Truck | string |
None. |
|
Driver | string |
None. |
|
NotificationType | string |
None. |
|
Note | string |
None. |
|
DateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "Truck": "sample string 2", "Driver": "sample string 3", "NotificationType": "sample string 4", "Note": "sample string 5", "DateTime": "2025-03-29T12:00:57.7894265+00:00" }
application/xml, text/xml
Sample:
<NotificationModelApi xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ID>1</ID> <Truck>sample string 2</Truck> <Driver>sample string 3</Driver> <NotificationType>sample string 4</NotificationType> <Note>sample string 5</Note> <DateTime>2025-03-29T12:00:57.7894265+00:00</DateTime> </NotificationModelApi>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.