api.apiClient.put(`/api/consultants`, payload, { crossDomain: true })
      .then(response => {
        dispatch('getConsultants', { root: true })
        Notify.create({
          message: payload.name + ' allocation was updated to ' + payload.allocation * 100 + '%',