PUT SystemNotifications/{id}

Updates SystemNotification.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the SystemNotification.

globally unique identifier

Required

Body Parameters

The new data of the SystemNotification.

SystemNotificationDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

NetworkId

globally unique identifier

None.

NotificationFormatId

globally unique identifier

None.

Channel

byte

None.

Origin

string

None.

DestinationAddresses

string

None.

CreatedDate

date

None.

UserAtionetCreatedId

globally unique identifier

None.

UserAtionetDestinationId

globally unique identifier

None.

Type

byte

None.

State

byte

None.

Subject

string

None.

Message

Object

None.

IdCompany

globally unique identifier

None.

IdMerchant

globally unique identifier

None.

UserAtionetCreated

string

None.

UserAtionetDestination

string

None.

UserState

byte

None.

Payload

string

None.

VehicleId

globally unique identifier

None.

DriverId

globally unique identifier

None.

CreatedDateString

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "2e2d0fa3-3672-4a60-b7c0-ab695f3c0919",
  "NetworkId": "4f13173c-4d11-4338-bd0e-7314b2d16417",
  "NotificationFormatId": "ac5fc65a-c7e0-4140-beb7-c49b175fcdc0",
  "Channel": 64,
  "Origin": "sample string 3",
  "DestinationAddresses": "sample string 4",
  "CreatedDate": "2025-04-25T16:04:50.2465069Z",
  "UserAtionetCreatedId": "e166e00c-a6ee-4502-ac43-cf746fe68132",
  "UserAtionetDestinationId": "93f56954-7b6f-4c96-a9d0-210a33660e28",
  "Type": 64,
  "State": 64,
  "Subject": "sample string 8",
  "Message": {},
  "IdCompany": "c1648451-f671-4997-9cf7-6ce13748e3df",
  "IdMerchant": "9143926f-ee66-4b19-8b47-12eb151f2271",
  "UserAtionetCreated": "sample string 10",
  "UserAtionetDestination": "sample string 11",
  "UserState": 64,
  "Payload": "sample string 12",
  "VehicleId": "11248a32-0799-4555-8725-aed909719822",
  "DriverId": "6694c45b-5381-4852-b0b7-d50be7f55d35",
  "CreatedDateString": "2025/04/25 16:04"
}

application/xml, text/xml

Sample:
<SystemNotificationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
  <Channel>64</Channel>
  <CreatedDate>2025-04-25T16:04:50.2465069Z</CreatedDate>
  <DestinationAddresses>sample string 4</DestinationAddresses>
  <DriverId>6694c45b-5381-4852-b0b7-d50be7f55d35</DriverId>
  <Id>2e2d0fa3-3672-4a60-b7c0-ab695f3c0919</Id>
  <IdCompany>c1648451-f671-4997-9cf7-6ce13748e3df</IdCompany>
  <IdMerchant>9143926f-ee66-4b19-8b47-12eb151f2271</IdMerchant>
  <Message />
  <NetworkId>4f13173c-4d11-4338-bd0e-7314b2d16417</NetworkId>
  <NotificationFormatId>ac5fc65a-c7e0-4140-beb7-c49b175fcdc0</NotificationFormatId>
  <Origin>sample string 3</Origin>
  <Payload>sample string 12</Payload>
  <State>64</State>
  <Subject>sample string 8</Subject>
  <Type>64</Type>
  <UserAtionetCreated>sample string 10</UserAtionetCreated>
  <UserAtionetCreatedId>e166e00c-a6ee-4502-ac43-cf746fe68132</UserAtionetCreatedId>
  <UserAtionetDestination>sample string 11</UserAtionetDestination>
  <UserAtionetDestinationId>93f56954-7b6f-4c96-a9d0-210a33660e28</UserAtionetDestinationId>
  <UserState>64</UserState>
  <VehicleId>11248a32-0799-4555-8725-aed909719822</VehicleId>
</SystemNotificationDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

State of the action.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.