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": "6c57929b-e48c-46ec-ab63-51ec4e9cc72e",
"NetworkId": "80308e3f-3506-43b5-b67e-f4a59d29c4f5",
"NotificationFormatId": "edfbe259-cb95-4dfc-975d-21c7304a3296",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-07-27T07:16:43.4297851Z",
"UserAtionetCreatedId": "9c12c35b-ed28-4c97-83f4-af7a0a398df0",
"UserAtionetDestinationId": "00efa790-9d7a-43f8-8c1b-04946a164ee7",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "f01fbb1b-8d5e-425a-9876-5782a7147ecd",
"IdMerchant": "f4d476d4-89e8-417d-a092-52154525322d",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "d1222a5f-a8cd-4037-ba4a-4a5ecaba1f92",
"DriverId": "db68f384-4420-41dd-a25d-2b5a873ef88e",
"CreatedDateString": "2026/07/27 07:16"
}
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-07-27T07:16:43.4297851Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>db68f384-4420-41dd-a25d-2b5a873ef88e</DriverId> <Id>6c57929b-e48c-46ec-ab63-51ec4e9cc72e</Id> <IdCompany>f01fbb1b-8d5e-425a-9876-5782a7147ecd</IdCompany> <IdMerchant>f4d476d4-89e8-417d-a092-52154525322d</IdMerchant> <Message /> <NetworkId>80308e3f-3506-43b5-b67e-f4a59d29c4f5</NetworkId> <NotificationFormatId>edfbe259-cb95-4dfc-975d-21c7304a3296</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>9c12c35b-ed28-4c97-83f4-af7a0a398df0</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>00efa790-9d7a-43f8-8c1b-04946a164ee7</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>d1222a5f-a8cd-4037-ba4a-4a5ecaba1f92</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.