public void PatchCallsCallIdParticipantsParticipantIdConsultTest()
        {
            // TODO: add unit test for the method 'PatchCallsCallIdParticipantsParticipantIdConsult'
            string callId              = null; // TODO: replace null with proper value
            string participantId       = null; // TODO: replace null with proper value
            ConsultTransferUpdate body = null; // TODO: replace null with proper value
            var response = instance.PatchCallsCallIdParticipantsParticipantIdConsult(callId, participantId, body);

            Assert.IsInstanceOf <ConsultTransferResponse> (response, "response is ConsultTransferResponse");
        }
Example #2
0
 public void Init()
 {
     instance = new ConsultTransferUpdate();
 }