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": "ebb31f20-a31c-42ff-845f-82d6d28fafba",
"NetworkId": "aeb58827-0c60-4ba9-aca6-a41ce9b0964d",
"NotificationFormatId": "71602774-ed62-4f05-9a55-fb559a45a45a",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2025-12-15T12:56:33.3926189Z",
"UserAtionetCreatedId": "9bf00427-1504-4573-b19e-0e7dfa033775",
"UserAtionetDestinationId": "5f1ce56f-fd9e-4e33-b48d-a5b4b8993869",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "6e6d5ccb-cdde-4576-b28f-9da51bd46eab",
"IdMerchant": "ea0a010e-707c-4bf0-8c29-a4acd94af4d2",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "e62cd9c9-8bec-4916-9fea-0887cc693ea0",
"DriverId": "4f328a84-2788-43e1-a9a3-bf7ebc869b2d",
"CreatedDateString": "2025/12/15 12:56"
}
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>2025-12-15T12:56:33.3926189Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>4f328a84-2788-43e1-a9a3-bf7ebc869b2d</DriverId> <Id>ebb31f20-a31c-42ff-845f-82d6d28fafba</Id> <IdCompany>6e6d5ccb-cdde-4576-b28f-9da51bd46eab</IdCompany> <IdMerchant>ea0a010e-707c-4bf0-8c29-a4acd94af4d2</IdMerchant> <Message /> <NetworkId>aeb58827-0c60-4ba9-aca6-a41ce9b0964d</NetworkId> <NotificationFormatId>71602774-ed62-4f05-9a55-fb559a45a45a</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>9bf00427-1504-4573-b19e-0e7dfa033775</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>5f1ce56f-fd9e-4e33-b48d-a5b4b8993869</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>e62cd9c9-8bec-4916-9fea-0887cc693ea0</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.