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": "c3814c10-352e-4a3b-8923-db122b61c67f",
"NetworkId": "7912a72f-502e-4f40-bb6b-ea5bd544a0c9",
"NotificationFormatId": "d93dd9ac-5b2f-404a-88e5-60b667006f2d",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2025-10-29T08:24:47.8861799Z",
"UserAtionetCreatedId": "e4f8740e-fda3-476a-b0b7-844cf63a1aec",
"UserAtionetDestinationId": "fc0d1057-5744-40c6-81e1-2dfbf7497611",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "43848207-54c6-49cb-b91d-45d6a8680ac6",
"IdMerchant": "20e2edba-7b4a-4964-b878-c18ef3cdd598",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "0d3f9dc0-856c-44fb-9f3a-86c1c3777529",
"DriverId": "31caa7e9-1e5f-4cdf-9379-db7909a5e715",
"CreatedDateString": "2025/10/29 08: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>2025-10-29T08:24:47.8861799Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>31caa7e9-1e5f-4cdf-9379-db7909a5e715</DriverId> <Id>c3814c10-352e-4a3b-8923-db122b61c67f</Id> <IdCompany>43848207-54c6-49cb-b91d-45d6a8680ac6</IdCompany> <IdMerchant>20e2edba-7b4a-4964-b878-c18ef3cdd598</IdMerchant> <Message /> <NetworkId>7912a72f-502e-4f40-bb6b-ea5bd544a0c9</NetworkId> <NotificationFormatId>d93dd9ac-5b2f-404a-88e5-60b667006f2d</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>e4f8740e-fda3-476a-b0b7-844cf63a1aec</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>fc0d1057-5744-40c6-81e1-2dfbf7497611</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>0d3f9dc0-856c-44fb-9f3a-86c1c3777529</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.