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.
SystemNotificationDtoName | 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": "fe230cb0-207f-42a3-905d-0aad38a51f6d", "NetworkId": "e605f219-1d32-452b-a93d-b5fda8d0f089", "NotificationFormatId": "40518f2e-a038-4a86-91c5-4b35762eac6b", "Channel": 64, "Origin": "sample string 3", "DestinationAddresses": "sample string 4", "CreatedDate": "2025-09-13T07:54:11.0447318Z", "UserAtionetCreatedId": "5e7c995a-dc2f-4832-93bd-399704ce0090", "UserAtionetDestinationId": "b75f0c83-be74-4bfc-8202-73e6db4c9760", "Type": 64, "State": 64, "Subject": "sample string 8", "Message": {}, "IdCompany": "4377ad4c-e254-4ca5-a8b6-1f9822072818", "IdMerchant": "14824acb-6a4f-409b-a67b-8d836c555316", "UserAtionetCreated": "sample string 10", "UserAtionetDestination": "sample string 11", "UserState": 64, "Payload": "sample string 12", "VehicleId": "ac46347c-3221-427d-bef5-07ec83a48f80", "DriverId": "b5172b4d-4c9e-4b0e-a890-a6f86394e20c", "CreatedDateString": "2025/09/13 07:54" }
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-09-13T07:54:11.0447318Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>b5172b4d-4c9e-4b0e-a890-a6f86394e20c</DriverId> <Id>fe230cb0-207f-42a3-905d-0aad38a51f6d</Id> <IdCompany>4377ad4c-e254-4ca5-a8b6-1f9822072818</IdCompany> <IdMerchant>14824acb-6a4f-409b-a67b-8d836c555316</IdMerchant> <Message /> <NetworkId>e605f219-1d32-452b-a93d-b5fda8d0f089</NetworkId> <NotificationFormatId>40518f2e-a038-4a86-91c5-4b35762eac6b</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>5e7c995a-dc2f-4832-93bd-399704ce0090</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>b75f0c83-be74-4bfc-8202-73e6db4c9760</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>ac46347c-3221-427d-bef5-07ec83a48f80</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.