PUT SystemNotifications/{id}
Updates SystemNotification.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the SystemNotification. |
globally unique identifier |
Required |
Body Parameters
The new data of the SystemNotification.
SystemNotificationDto| Name | Description | Type | Additional 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": "84211574-2fb0-494a-833f-09e1c23df640",
"NetworkId": "1ef62c72-b8e7-4b3d-a5ac-f0c3b853d077",
"NotificationFormatId": "4a4261e5-3967-42d2-b5b4-ce813a01b586",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-04-27T21:34:26.8041875Z",
"UserAtionetCreatedId": "79012a1b-7a6b-449d-b787-16a9ad96a0c6",
"UserAtionetDestinationId": "571350c5-c80d-4ef8-b346-05500f3647c0",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "c6928373-8f57-42df-90cf-46efacbf430f",
"IdMerchant": "98223e49-dadd-4eed-acd2-89b7872c485f",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "b3507232-89a8-4955-91ad-fa9a39125443",
"DriverId": "846a35cb-708a-4bb1-88ae-ae1005639a19",
"CreatedDateString": "2026/04/27 21:34"
}
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>2026-04-27T21:34:26.8041875Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>846a35cb-708a-4bb1-88ae-ae1005639a19</DriverId> <Id>84211574-2fb0-494a-833f-09e1c23df640</Id> <IdCompany>c6928373-8f57-42df-90cf-46efacbf430f</IdCompany> <IdMerchant>98223e49-dadd-4eed-acd2-89b7872c485f</IdMerchant> <Message /> <NetworkId>1ef62c72-b8e7-4b3d-a5ac-f0c3b853d077</NetworkId> <NotificationFormatId>4a4261e5-3967-42d2-b5b4-ce813a01b586</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>79012a1b-7a6b-449d-b787-16a9ad96a0c6</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>571350c5-c80d-4ef8-b346-05500f3647c0</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>b3507232-89a8-4955-91ad-fa9a39125443</VehicleId> </SystemNotificationDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.