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": "a0d40baa-aeaa-4ef4-9fe8-fb5e3d8b59b3", "NetworkId": "d4481b34-6214-429b-bb66-88bd779bfcac", "NotificationFormatId": "cc969d91-afc1-4c86-b991-2b051fd7892b", "Channel": 64, "Origin": "sample string 3", "DestinationAddresses": "sample string 4", "CreatedDate": "2025-06-12T07:35:07.4543074Z", "UserAtionetCreatedId": "a360c70b-8112-4744-87b0-38690e77f996", "UserAtionetDestinationId": "8b157556-b390-4c95-8466-870338929069", "Type": 64, "State": 64, "Subject": "sample string 8", "Message": {}, "IdCompany": "06d3eeec-8afa-4f1d-8102-72c414021c66", "IdMerchant": "a4be6ae2-4593-4dcb-9dd8-8d38b9701283", "UserAtionetCreated": "sample string 10", "UserAtionetDestination": "sample string 11", "UserState": 64, "Payload": "sample string 12", "VehicleId": "b14c29f4-b451-4403-8d2d-51d45c44729d", "DriverId": "fc09c038-f4a1-48e7-8db1-9cc55b33a470", "CreatedDateString": "2025/06/12 07:35" }
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-06-12T07:35:07.4543074Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>fc09c038-f4a1-48e7-8db1-9cc55b33a470</DriverId> <Id>a0d40baa-aeaa-4ef4-9fe8-fb5e3d8b59b3</Id> <IdCompany>06d3eeec-8afa-4f1d-8102-72c414021c66</IdCompany> <IdMerchant>a4be6ae2-4593-4dcb-9dd8-8d38b9701283</IdMerchant> <Message /> <NetworkId>d4481b34-6214-429b-bb66-88bd779bfcac</NetworkId> <NotificationFormatId>cc969d91-afc1-4c86-b991-2b051fd7892b</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>a360c70b-8112-4744-87b0-38690e77f996</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>8b157556-b390-4c95-8466-870338929069</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>b14c29f4-b451-4403-8d2d-51d45c44729d</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.