PUT api/NotificationModelApi/PutNotificationModel?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

NotificationModelApi
NameDescriptionTypeAdditional 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": "2024-05-18T12:44:25.3733047+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>2024-05-18T12:44:25.3733047+00:00</DateTime>
</NotificationModelApi>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.