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": "15516f4a-b2c2-4c51-98e6-02b0752f20e5",
"NetworkId": "72c1339c-4e5c-4d80-a5da-1fec6c1bd68c",
"NotificationFormatId": "da272fd4-81c1-4415-8dcd-192447664b71",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-03-13T12:28:52.6140435Z",
"UserAtionetCreatedId": "60776e52-54b4-4a62-8581-10f9b7cb10cd",
"UserAtionetDestinationId": "548b260d-cf98-4c7d-ab43-46eeb956f355",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "aeebb0e4-76a2-4541-97f6-f7ac4e3aebd5",
"IdMerchant": "471ff899-0e38-482d-aef7-3539f1b90d01",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "dc90e5c3-8449-4a8d-98e3-c727847ca5a4",
"DriverId": "2526f626-ab3f-4bf0-9ca0-89cd2d525e70",
"CreatedDateString": "2026/03/13 12:28"
}
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-03-13T12:28:52.6140435Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>2526f626-ab3f-4bf0-9ca0-89cd2d525e70</DriverId> <Id>15516f4a-b2c2-4c51-98e6-02b0752f20e5</Id> <IdCompany>aeebb0e4-76a2-4541-97f6-f7ac4e3aebd5</IdCompany> <IdMerchant>471ff899-0e38-482d-aef7-3539f1b90d01</IdMerchant> <Message /> <NetworkId>72c1339c-4e5c-4d80-a5da-1fec6c1bd68c</NetworkId> <NotificationFormatId>da272fd4-81c1-4415-8dcd-192447664b71</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>60776e52-54b4-4a62-8581-10f9b7cb10cd</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>548b260d-cf98-4c7d-ab43-46eeb956f355</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>dc90e5c3-8449-4a8d-98e3-c727847ca5a4</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.