cwmiller / broadworks-connector

Simple library for connecting to BroadWorks OCI-P API
MIT License
8 stars 5 forks source link

GroupCallCenterAddAgentListRequest #40

Closed TwinMist closed 5 years ago

TwinMist commented 5 years ago

Hi Not sure if it is my request but when using below getting Multiple options selected between agentUserId, agentSkillList

$request = (new GroupCallCenterAddAgentListRequest()) ->setserviceUserId($serviceUserId) ->setagentUserId($userIdList);

Multiple options selected between agentUserId, agentSkillList on CWM\BroadWorksConnector\Ocip\Models\GroupCallCenterAddAgentListRequest.string(136) "Multiple options selected between agentUserId, agentSkillList on CWM\BroadWorksConnector\Ocip\Models\GroupCallCenterAddAgentListRequest.

["agentSkillList":"CWM\BroadWorksConnector\Ocip\Models\GroupCallCenterAddAgentListRequest":private]=> array(0) { } }

it is a choice so should be able to just use either?

many thanks

cwmiller commented 5 years ago

Looks like it's an issue with the validator when choices contain array elements. I'm working on a fix.

cwmiller commented 5 years ago

This should be fixed with version 3.0.4