Beispiel #1
0
        public static async Task <UserNotificationResponse> GetNotificationsForApiPartnerExample()
        {
            TelematicsV2             telematicsV2 = new TelematicsV2(publicKey, privateKey, userKey);
            UserNotificationResponse response     = await telematicsV2.GetNotificationForApiPartner();

            return(response);
        }
        public static async Task <GetNotificationResponse> GetNotificationUserForApiPartnerExample()
        {
            GetNotificationResponse response = await DataExchangeAPI.GetNotificationForApiPartner();

            return(response);
        }