def post_read_result(self) -> 'OutcomeResponse': ''' POSTS a readResult to the Tool Consumer. ''' self.operation = READ_REQUEST return self.post_outcome_request()