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": "51190051-8dc8-4025-a487-73ebc50eaf13",
"NetworkId": "4983e85f-ad6b-44b4-b7c2-224e0b67f825",
"NotificationFormatId": "824c34cb-317f-473b-924a-209fe0e55e1b",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-08-03T19:14:35.1738885Z",
"UserAtionetCreatedId": "f2b34fce-3f3e-42d7-84dd-43b0a99c8b06",
"UserAtionetDestinationId": "1586cf97-9432-4496-9824-abd4791fb3df",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "2dfe4c67-8434-4517-b1e6-32b36d15d2ee",
"IdMerchant": "7e0aee77-65ce-4ece-b31b-a92704546720",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "61ba19f7-e91c-416d-b0c5-db5b12ced08c",
"DriverId": "ccc0da53-6c50-49ef-ade5-b4be6a810cdd",
"CreatedDateString": "2026/08/03 19:14"
}
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-08-03T19:14:35.1738885Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>ccc0da53-6c50-49ef-ade5-b4be6a810cdd</DriverId> <Id>51190051-8dc8-4025-a487-73ebc50eaf13</Id> <IdCompany>2dfe4c67-8434-4517-b1e6-32b36d15d2ee</IdCompany> <IdMerchant>7e0aee77-65ce-4ece-b31b-a92704546720</IdMerchant> <Message /> <NetworkId>4983e85f-ad6b-44b4-b7c2-224e0b67f825</NetworkId> <NotificationFormatId>824c34cb-317f-473b-924a-209fe0e55e1b</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>f2b34fce-3f3e-42d7-84dd-43b0a99c8b06</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>1586cf97-9432-4496-9824-abd4791fb3df</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>61ba19f7-e91c-416d-b0c5-db5b12ced08c</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.