module PaychexAPI::Client::Notifications

Public Instance Methods

send_notification(notification_id, params = {}) click to toggle source
# File lib/paychex_api/client/notifications.rb, line 5
def send_notification(notification_id, params = {})
  post("#{API_PATH}#{NOTIFICATIONS_PATH}/#{URI.escape(notification_id)}", params)
end