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": "da75ce01-e768-4916-8bc2-0ae918e3cf86",
"NetworkId": "9efd87d3-632e-43f9-a50f-222e64de4150",
"NotificationFormatId": "1b160d39-1a8d-4aed-bcc8-cd740cc664e2",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-06-12T01:24:40.7790145Z",
"UserAtionetCreatedId": "7d21f7dc-f91d-4350-b3b3-aa01ea233da0",
"UserAtionetDestinationId": "a4eb2e07-4696-4d91-8d43-80c31dcb44b4",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "b2ebe14a-ffd2-422b-8d75-aced2a1a4579",
"IdMerchant": "b0c4f896-7438-4b8b-9d86-8cc202547fa1",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "06a6aa96-a3a6-434d-9d48-e888c304df61",
"DriverId": "2d937384-fda2-430b-9e57-b6abadf18a69",
"CreatedDateString": "2026/06/12 01:24"
}
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-06-12T01:24:40.7790145Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>2d937384-fda2-430b-9e57-b6abadf18a69</DriverId> <Id>da75ce01-e768-4916-8bc2-0ae918e3cf86</Id> <IdCompany>b2ebe14a-ffd2-422b-8d75-aced2a1a4579</IdCompany> <IdMerchant>b0c4f896-7438-4b8b-9d86-8cc202547fa1</IdMerchant> <Message /> <NetworkId>9efd87d3-632e-43f9-a50f-222e64de4150</NetworkId> <NotificationFormatId>1b160d39-1a8d-4aed-bcc8-cd740cc664e2</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>7d21f7dc-f91d-4350-b3b3-aa01ea233da0</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>a4eb2e07-4696-4d91-8d43-80c31dcb44b4</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>06a6aa96-a3a6-434d-9d48-e888c304df61</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.