Exemplo n.º 1
0
        public static async Task <NodeNotificationResponse> GetNotificationsForApiPartnerByNodeExample(int nodeId)
        {
            TelematicsV2             telematicsV2 = new TelematicsV2(publicKey, privateKey, userKey);
            NodeNotificationResponse response     = await telematicsV2.GetNotificationForApiPartnerByNode(nodeId);

            return(response);
        }
        public static async Task <GetNotificationResponse> GetNotificationUserForApiPartnerByNodeExample(int nodeId)
        {
            GetNotificationResponse response = await DataExchangeAPI.GetNotificationForApiPartnerByNode(nodeId);

            return(response);
        }