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": "fbd5d0a5-ecdc-4533-b0f4-c0cf408df709",
"NetworkId": "b40fd7d2-a4e8-4d7b-8ea9-7f66228e593d",
"NotificationFormatId": "611d9482-91bf-43bf-af90-bb1ca080c73e",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-09-10T10:27:16.7413197Z",
"UserAtionetCreatedId": "1cdc5fb1-c5c2-4a9b-9ca7-60eee69d045e",
"UserAtionetDestinationId": "925471ce-f203-4c8a-8380-700e3a572ae3",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "9d17df84-1c70-48bb-9ddf-50d2730683d6",
"IdMerchant": "39c35e88-fad3-4e0c-b7e0-cf8c5b212ad1",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "ab8046cc-78c7-4d41-9326-a3796a297206",
"DriverId": "7f1783c7-02dc-4e9e-8880-e00a21c7e71d",
"CreatedDateString": "2026/09/10 10:27"
}
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-09-10T10:27:16.7413197Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>7f1783c7-02dc-4e9e-8880-e00a21c7e71d</DriverId> <Id>fbd5d0a5-ecdc-4533-b0f4-c0cf408df709</Id> <IdCompany>9d17df84-1c70-48bb-9ddf-50d2730683d6</IdCompany> <IdMerchant>39c35e88-fad3-4e0c-b7e0-cf8c5b212ad1</IdMerchant> <Message /> <NetworkId>b40fd7d2-a4e8-4d7b-8ea9-7f66228e593d</NetworkId> <NotificationFormatId>611d9482-91bf-43bf-af90-bb1ca080c73e</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>1cdc5fb1-c5c2-4a9b-9ca7-60eee69d045e</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>925471ce-f203-4c8a-8380-700e3a572ae3</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>ab8046cc-78c7-4d41-9326-a3796a297206</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.