| POST | /portal/users |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| AccountId | body | string | No | |
| CustomerId | body | string | No | |
| ReferenceId | body | string | No | |
| UserMode | body | UserModes | No | |
| Data | body | Struct | No | |
| FirstName | body | string | No | |
| LastName | body | string | No | |
| EmailAddress | body | string | No | |
| Password | body | string | No | |
| FlowId | body | string | No | |
| FlowParams | body | Struct | No |
| SoftPhone | |
| Sip | |
| Flow | |
| DataOnly | |
| ThirdParty |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BoolValue | form | bool? | No | |
| StringValue | form | string | No | |
| NumberValue | form | double? | No | |
| ListValue | form | List<Struct> | No | |
| StructValue | form | Struct | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| AccountId | form | string | No | The account ID this endpoint is associated with |
| AccountName | form | string | No | The name of the account this endpoint is associated with |
| CustomerId | form | string | No | The ID of the customer this endpoint is associated with |
| CustomerName | form | string | No | The name of the customer this endpoint is associated with |
| ReferenceId | form | string | No | The third party reference ID for the endpoint |
| CustomerBreadcrumb | form | List<CustomerBreadcrumb> | No | The breadcrumb to the customer for this endpoint |
| DisplayName | form | string | No | The display name of the endpoint |
| Type | form | EndpointTypes | No | The type of endpoint |
| ExtraInformation | form | string | No | Extra info for this endpoint (typically to show in grid) |
| FlowId | form | string | No | The ID of the flow to use for voice |
| FlowName | form | string | No | The name of the flow to use for voice |
| FlowParams | form | Struct | No | The params for the voice flow |
| FlowSchedule | form | EndpointFlowSchedules | No | Whether to use a single flow always or use scheduled flow system |
| Schedule | form | Schedule | No | This endpoint's schedule |
| ScheduledFlows | form | List<ScheduledFlow> | No | The list of scheduled flows when using scheduling |
| DisableSms | form | bool | No | Disable SMS |
| UseExternal10DlcCampaign | form | bool | No | Set this to true to prevent Evo Voice from overriding the 10DLC / SMS settings for this number |
| IsVirtualPhoneNumber | form | bool | No | Is this a virtual phone number? |
| IsCallerIdVerified | form | bool | No | Is caller ID verified for this virtual number? |
| CallerIdVerificationCode | form | string | No | The verification code for this number |
| PhoneNumber | form | string | No | The phone number |
| PhoneNumberSid | form | string | No | The Sid of the phone number |
| CallerIdName | form | string | No | The caller ID Name (CNAM) for the phone number |
| AddressSid | form | string | No | The address SID associated with the phone number |
| DoNotTouchPhoneNumber | form | bool | No | Do not touch this phone number - for BYOA accounts |
| IsEnrolledIn10DlcService | form | bool | No | Is this number enrolled in a 10DLC messaging service campaign |
| EnableCallerIdLookup | form | bool | No | Whether we look up caller ID or not |
| UserEmailAddress | form | string | No | The email address of the user |
| SipRegion | form | TwilioSipRegions | No | The Twilio Region for the SIP endpoint |
| SipCredentialSid | form | string | No | The Twilio Sid of the credentials for Sip |
| SipUserName | form | string | No | The Twilio SIP user name |
| SipPassword | form | string | No | The Twilio SIP password |
| SipDomain | form | string | No | The SIP domain |
| EnableEmergencyCalling | form | bool | No | Is emergency calling enabled on this number? |
| EmergencyAddressSid | form | string | No | The SID of the emergency address for this number |
| EmergencyPhoneNumberId | form | string | No | The ID of the phone number to use for emergency dialing |
| AgentState | form | AgentStates | No | The current agent state of this user endpoint |
| AgentStateReason | form | AgentStateReasons | No | The current agent state reason of this user endpoint |
| UserMode | form | UserModes | No | The mode for this user |
| VoicemailGreetingId | form | string | No | The ID of the file to use for voicemail greeting |
| Data | form | Struct | No | The endpoint's data |
| EmailAddress | form | string | No | The email address for email endpoints |
| UserFirstName | form | string | No | The first name of the user (for user endpoints) |
| UserLastName | form | string | No | The last name of the user (for user endpoints) |
| AvatarUrl | form | string | No | The URL of an image for this user's avatar |
| ManagerRole | form | UserManagerRoles | No | Does this user have manager role? |
| ManagerAccess | form | UserManagerAccess | No | The read/write/delete access that the user has in the dashboard |
| DashboardPermissions | form | List<DashboardPermissions> | No | The list of dashboard permissions for when the manager role is custom |
| MyFieldPermissions | form | UserDataFieldModes | No | The type of visibility this user has to their own fields |
| CustomerFieldPermissions | form | UserDataFieldModes | No | The type of visibility this user has to customer fields |
| OtherUserFieldPermissions | form | UserDataFieldModes | No | The type of visibility this user has to other user fields |
| OtherEndpointFieldPermissions | form | UserDataFieldModes | No | The type of visibility this user has to other endpoint fields |
| Name | form | string | No | The name of this endpoint (for bots etc.) |
| Tags | form | List<Tag> | No | The list of tags for this endpoint |
| ActionUrls | form | List<EndpointActionUrl> | No | The list of action URLs |
| TeamMemberIds | form | List<string> | No | The list of members in this team |
| ContactListVisibility | form | CustomerVisibility | No | Visibility of this user/team in contact lists |
| Contacts | form | List<EndpointContact> | No | The list of contacts personal to this user |
| DocumoId | form | string | No | The documo ID for this number |
| IntegrationData | form | EntityIntegrationData | No | Integration data for this endpoint |
| ThirdPartyPhoneSystemSettings | form | ThirdPartyPhoneSystemSettings | No | Settings for third party phone system |
| OverrideAppSettings | form | bool | No | Should this user override the parent customer's app settings |
| AppSettings | form | AppSettings | No | App / Portal settings for this user |
| AssistantSettings | form | AssistantSettings | No | Configuration for the AI assistant |
| EmbedSettings | form | EmbedSettings | No | Configuration for the embed |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | string | No | The ID of the object |
| DateCreated | form | string | No | The date the object was created |
| DateLastModified | form | string | No | The date the object was last modified |
| CreatedBy | form | string | No | The user that created this object |
| LastModifiedBy | form | string | No | The user that last modified this object |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | string | No | |
| Name | form | string | No |
| PhoneNumber | |
| User | |
| FaxNumber | |
| EmailAddress | |
| Unused_1 | |
| Unused_2 | |
| Unused_3 | |
| Unused_4 | |
| Unused_5 | |
| Team | |
| Assistant |
| Always | |
| Scheduled | |
| Simple |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| TimeZoneId | form | string | No | |
| Inherit | form | bool | No | |
| ForceClosed | form | bool | No | |
| Rules | form | List<SchedulingRule> | No | |
| DefaultState | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | string | No | |
| Name | form | string | No | |
| Priority | form | int | No | |
| State | form | string | No | |
| Source | form | string | No | |
| Condition | form | string | No | |
| SimpleRuleType | form | SimpleSchedulingRuleTypes | No | |
| CustomerState | form | string | No | |
| FlowId | form | string | No | |
| FlowParams | form | Struct | No | |
| IsAllDay | form | bool | No | |
| StartDate | form | string | No | |
| StartTime | form | string | No | |
| EndTime | form | string | No | |
| BySetPosition | form | List<int> | No | |
| ByMonth | form | List<int> | No | |
| ByWeekNo | form | List<int> | No | |
| ByYearDay | form | List<int> | No | |
| ByMonthDay | form | List<int> | No | |
| ByDay | form | List<ScheduleDay> | No | |
| ByHour | form | List<int> | No | |
| ByMinute | form | List<int> | No | |
| Interval | form | int | No | |
| Count | form | int | No | |
| UntilDate | form | string | No | |
| Frequency | form | SchedulingRuleFrequency | No |
| Always | |
| CustomerState | |
| Time |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Offset | form | int | No | |
| DayOfWeek | form | DayOfWeek | No |
| None | |
| Secondly | |
| Minutely | |
| Hourly | |
| Daily | |
| Weekly | |
| Monthly | |
| Yearly |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| StateName | form | string | No | |
| FlowId | form | string | No | |
| FlowParams | form | Struct | No |
| NorthAmericaVirginia | |
| NorthAmericaOregon | |
| EuropeIreland | |
| EuropeFrankfurt | |
| AsiaPacificSingapore | |
| AsiaPacificTokyo | |
| AsiaPacificSydney | |
| SouthAmericaSanPaolo |
| Unknown | |
| Ready | |
| NotReady | |
| LoggedOut | |
| WrapUp | |
| Outgoing | |
| Other |
| Unknown | |
| SetByUser | |
| MissedCall | |
| SetBySystem |
| None | |
| Manager | |
| VoicemailAndCallHistory | |
| Custom |
| ReadOnly | |
| ReadWrite | |
| ReadWriteDelete |
| ViewFiles | |
| ViewNotifications | |
| ViewSessions | |
| ViewEndpoints | |
| ViewReports | |
| ViewCustomers | |
| ViewFlows | |
| ViewCallCenter |
| Hidden | |
| ReadOnly | |
| ReadWrite |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | string | No | |
| Name | form | string | No | |
| Color | form | TagColors | No |
| Magenta | |
| Red | |
| Volcano | |
| Orange | |
| Gold | |
| Lime | |
| Green | |
| Cyan | |
| Blue | |
| GeekBlue | |
| Purple |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | string | No | |
| Url | form | string | No | |
| Method | form | ActionUrlHttpMethods | No |
| GET | |
| POST |
| None | |
| CurrentCustomer | |
| CurrentAndChildCustomers |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | string | No | |
| DisplayName | form | string | No | |
| Address | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ThirdPartyId | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Type | form | ThirdPartyPhoneSystemTypes | No | |
| SipSettings | form | ThirdPartySipSettings | No | |
| DemoSettings | form | ThirdPartyDemoSettings | No |
| Demo | |
| Sip |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Accounts | form | List<ThirdPartySipAccountSettings> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Number | form | string | No | |
| Agent | form | string | No | |
| AuthName | form | string | No | |
| UserName | form | string | No | |
| DisplayName | form | string | No | |
| Password | form | string | No | |
| UserDomain | form | string | No | |
| RegistrationExpires | form | int | No | |
| TransportType | form | TransportTypes | No | |
| LocalIP | form | string | No | |
| LocalPort | form | int | No | |
| SipServer | form | string | No | |
| SipServerPort | form | int | No | |
| OutboundServer | form | string | No | |
| OutboundServerPort | form | int | No | |
| StunServer | form | string | No | |
| StunPort | form | int | No | |
| AudioPlaybackDeviceName | form | string | No | |
| AudioRecordingDeviceName | form | string | No | |
| AudioCodecs | form | List<AudioCodecTypes> | No | |
| DTMFMethod | form | DtmfMethods | No |
| UDP | |
| TLS | |
| TCP | |
| PERS |
| Name | Value | |
|---|---|---|
| PCMU | 0 | |
| GSM | 3 | |
| PCMA | 8 | |
| G722 | 9 | |
| G729 | 18 | |
| ILBC | 97 | |
| AMR | 98 | |
| AMRWB | 99 | |
| SPEEX | 100 | |
| DTMF | 101 | |
| SPEEXWB | 102 | |
| ISACWB | 103 | |
| ISACSWB | 104 | |
| OPUS | 105 | |
| G7221 | 121 | |
| NONE | -1 |
| RFC2833 | |
| INFO |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Extension | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| EnablePhoneNumberManagement | form | bool | No | |
| EnableDeviceManagement | form | bool | No | |
| EnableDialer | form | bool | No | |
| EnableCallHistory | form | bool | No | |
| EnableAssistants | form | bool | No | |
| ShowFileNameInMessageCenter | form | bool | No | |
| ChakraTheme | form | string | No | |
| CustomCss | form | string | No | |
| PageTitle | form | string | No | |
| StringMappings | form | string | No | |
| LogoutUrl | form | string | No | |
| PortMyNumberUrl | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CompanyName | form | string | No | |
| Greeting | form | string | No | |
| CompanyInformation | form | string | No | |
| CustomPrompt | form | string | No | |
| Voice | form | string | No | |
| VoiceStyle | form | string | No | |
| Tuning | form | AssistantTunings | No | |
| Words | form | List<AssistantWord> | No | |
| Links | form | List<AssistantLink> | No | |
| Contacts | form | List<AssistantContact> | No | |
| Integrations | form | List<AssistantIntegration> | No |
| Accuracy | |
| Speed |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Word | form | string | No | |
| Pronounced | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Url | form | string | No | |
| Description | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Name | form | string | No | |
| PhoneNumber | form | string | No | |
| TransferType | form | AssistantTransferTypes | No | |
| About | form | string | No | |
| EmailAddress | form | string | No | |
| TakeMessageFields | form | List<AssistantTakeMessageField> | No |
| Blind | |
| Supervised | |
| MessagesOnly |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Name | form | string | No | |
| Description | form | string | No | |
| Required | form | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Uri | form | string | No | |
| HttpMethod | form | string | No | |
| AuthToken | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Enabled | form | bool | No | |
| AllowedHosts | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /portal/users HTTP/1.1
Host: evovoice.io
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<AppNewUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Voice.Api.App.Portal">
<AccountId>String</AccountId>
<CustomerId>String</CustomerId>
<Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<EmailAddress>String</EmailAddress>
<FirstName>String</FirstName>
<FlowId>String</FlowId>
<FlowParams xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<LastName>String</LastName>
<Password>String</Password>
<ReferenceId>String</ReferenceId>
<UserMode>SoftPhone</UserMode>
</AppNewUser>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<EndpointInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Voice.Api.Endpoints">
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Voice.Api">String</CreatedBy>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/Voice.Api">String</DateCreated>
<DateLastModified xmlns="http://schemas.datacontract.org/2004/07/Voice.Api">String</DateLastModified>
<Id xmlns="http://schemas.datacontract.org/2004/07/Voice.Api">String</Id>
<LastModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Voice.Api">String</LastModifiedBy>
<AccountId>String</AccountId>
<AccountName>String</AccountName>
<ActionUrls>
<EndpointActionUrl>
<Id>String</Id>
<Method>GET</Method>
<Url>String</Url>
</EndpointActionUrl>
</ActionUrls>
<AddressSid>String</AddressSid>
<AgentState>Unknown</AgentState>
<AgentStateReason>Unknown</AgentStateReason>
<AppSettings xmlns:d2p1="http://schemas.datacontract.org/2004/07/Voice.Api.Customers">
<d2p1:ChakraTheme>String</d2p1:ChakraTheme>
<d2p1:CustomCss>String</d2p1:CustomCss>
<d2p1:EnableAssistants>false</d2p1:EnableAssistants>
<d2p1:EnableCallHistory>false</d2p1:EnableCallHistory>
<d2p1:EnableDeviceManagement>false</d2p1:EnableDeviceManagement>
<d2p1:EnableDialer>false</d2p1:EnableDialer>
<d2p1:EnablePhoneNumberManagement>false</d2p1:EnablePhoneNumberManagement>
<d2p1:LogoutUrl>String</d2p1:LogoutUrl>
<d2p1:PageTitle>String</d2p1:PageTitle>
<d2p1:PortMyNumberUrl>String</d2p1:PortMyNumberUrl>
<d2p1:ShowFileNameInMessageCenter>false</d2p1:ShowFileNameInMessageCenter>
<d2p1:StringMappings>String</d2p1:StringMappings>
</AppSettings>
<AssistantSettings>
<CompanyInformation>String</CompanyInformation>
<CompanyName>String</CompanyName>
<Contacts>
<AssistantContact>
<About>String</About>
<EmailAddress>String</EmailAddress>
<Name>String</Name>
<PhoneNumber>String</PhoneNumber>
<TakeMessageFields>
<AssistantTakeMessageField>
<Description>String</Description>
<Name>String</Name>
<Required>false</Required>
</AssistantTakeMessageField>
</TakeMessageFields>
<TransferType>Blind</TransferType>
</AssistantContact>
</Contacts>
<CustomPrompt>String</CustomPrompt>
<Greeting>String</Greeting>
<Integrations>
<AssistantIntegration>
<AuthToken>String</AuthToken>
<HttpMethod>String</HttpMethod>
<Uri>String</Uri>
</AssistantIntegration>
</Integrations>
<Links>
<AssistantLink>
<Description>String</Description>
<Url>String</Url>
</AssistantLink>
</Links>
<Tuning>Accuracy</Tuning>
<Voice>String</Voice>
<VoiceStyle>String</VoiceStyle>
<Words>
<AssistantWord>
<Pronounced>String</Pronounced>
<Word>String</Word>
</AssistantWord>
</Words>
</AssistantSettings>
<AvatarUrl>String</AvatarUrl>
<CallerIdName>String</CallerIdName>
<CallerIdVerificationCode>String</CallerIdVerificationCode>
<ContactListVisibility>None</ContactListVisibility>
<Contacts>
<EndpointContact>
<Address>String</Address>
<DisplayName>String</DisplayName>
<Id>String</Id>
</EndpointContact>
</Contacts>
<CustomerBreadcrumb xmlns:d2p1="http://schemas.datacontract.org/2004/07/Voice.Api.Customers">
<d2p1:CustomerBreadcrumb>
<d2p1:Id>String</d2p1:Id>
<d2p1:Name>String</d2p1:Name>
</d2p1:CustomerBreadcrumb>
</CustomerBreadcrumb>
<CustomerFieldPermissions>Hidden</CustomerFieldPermissions>
<CustomerId>String</CustomerId>
<CustomerName>String</CustomerName>
<DashboardPermissions xmlns:d2p1="http://schemas.datacontract.org/2004/07/Voice.Api.Authentication">
<d2p1:DashboardPermissions>ViewFiles</d2p1:DashboardPermissions>
</DashboardPermissions>
<Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<DisableSms>false</DisableSms>
<DisplayName>String</DisplayName>
<DoNotTouchPhoneNumber>false</DoNotTouchPhoneNumber>
<DocumoId>String</DocumoId>
<EmailAddress>String</EmailAddress>
<EmbedSettings>
<AllowedHosts>String</AllowedHosts>
<Enabled>false</Enabled>
</EmbedSettings>
<EmergencyAddressSid>String</EmergencyAddressSid>
<EmergencyPhoneNumberId>String</EmergencyPhoneNumberId>
<EnableCallerIdLookup>false</EnableCallerIdLookup>
<EnableEmergencyCalling>false</EnableEmergencyCalling>
<ExtraInformation>String</ExtraInformation>
<FlowId>String</FlowId>
<FlowName>String</FlowName>
<FlowParams xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<FlowSchedule>Always</FlowSchedule>
<IntegrationData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringIntegrationDataY_SkqLnhh>
<d2p1:Key>String</d2p1:Key>
<d2p1:Value xmlns:d4p1="http://schemas.datacontract.org/2004/07/Voice.Api.Integrations">
<d4p1:ThirdPartyId>String</d4p1:ThirdPartyId>
</d2p1:Value>
</d2p1:KeyValueOfstringIntegrationDataY_SkqLnhh>
</IntegrationData>
<IsCallerIdVerified>false</IsCallerIdVerified>
<IsEnrolledIn10DlcService>false</IsEnrolledIn10DlcService>
<IsVirtualPhoneNumber>false</IsVirtualPhoneNumber>
<ManagerAccess>ReadOnly</ManagerAccess>
<ManagerRole>None</ManagerRole>
<MyFieldPermissions>Hidden</MyFieldPermissions>
<Name>String</Name>
<OtherEndpointFieldPermissions>Hidden</OtherEndpointFieldPermissions>
<OtherUserFieldPermissions>Hidden</OtherUserFieldPermissions>
<OverrideAppSettings>false</OverrideAppSettings>
<PhoneNumber>String</PhoneNumber>
<PhoneNumberSid>String</PhoneNumberSid>
<ReferenceId>String</ReferenceId>
<Schedule xmlns:d2p1="http://schemas.datacontract.org/2004/07/Voice.Api.Scheduling">
<d2p1:DefaultState>String</d2p1:DefaultState>
<d2p1:ForceClosed>false</d2p1:ForceClosed>
<d2p1:Inherit>false</d2p1:Inherit>
<d2p1:Rules>
<d2p1:SchedulingRule>
<d2p1:ByDay>
<d2p1:ScheduleDay>
<d2p1:DayOfWeek>Sunday</d2p1:DayOfWeek>
<d2p1:Offset>0</d2p1:Offset>
</d2p1:ScheduleDay>
</d2p1:ByDay>
<d2p1:ByHour xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:int>0</d5p1:int>
</d2p1:ByHour>
<d2p1:ByMinute xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:int>0</d5p1:int>
</d2p1:ByMinute>
<d2p1:ByMonth xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:int>0</d5p1:int>
</d2p1:ByMonth>
<d2p1:ByMonthDay xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:int>0</d5p1:int>
</d2p1:ByMonthDay>
<d2p1:BySetPosition xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:int>0</d5p1:int>
</d2p1:BySetPosition>
<d2p1:ByWeekNo xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:int>0</d5p1:int>
</d2p1:ByWeekNo>
<d2p1:ByYearDay xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:int>0</d5p1:int>
</d2p1:ByYearDay>
<d2p1:Condition>String</d2p1:Condition>
<d2p1:Count>0</d2p1:Count>
<d2p1:CustomerState>String</d2p1:CustomerState>
<d2p1:EndTime>String</d2p1:EndTime>
<d2p1:FlowId>String</d2p1:FlowId>
<d2p1:FlowParams xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<d2p1:Frequency>None</d2p1:Frequency>
<d2p1:Id>String</d2p1:Id>
<d2p1:Interval>0</d2p1:Interval>
<d2p1:IsAllDay>false</d2p1:IsAllDay>
<d2p1:Name>String</d2p1:Name>
<d2p1:Priority>0</d2p1:Priority>
<d2p1:SimpleRuleType>Always</d2p1:SimpleRuleType>
<d2p1:Source>String</d2p1:Source>
<d2p1:StartDate>String</d2p1:StartDate>
<d2p1:StartTime>String</d2p1:StartTime>
<d2p1:State>String</d2p1:State>
<d2p1:UntilDate>String</d2p1:UntilDate>
</d2p1:SchedulingRule>
</d2p1:Rules>
<d2p1:TimeZoneId>String</d2p1:TimeZoneId>
</Schedule>
<ScheduledFlows>
<ScheduledFlow>
<FlowId>String</FlowId>
<FlowParams xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<StateName>String</StateName>
</ScheduledFlow>
</ScheduledFlows>
<SipCredentialSid>String</SipCredentialSid>
<SipDomain>String</SipDomain>
<SipPassword>String</SipPassword>
<SipRegion>NorthAmericaVirginia</SipRegion>
<SipUserName>String</SipUserName>
<Tags xmlns:d2p1="http://schemas.datacontract.org/2004/07/Voice.Api.Settings">
<d2p1:Tag>
<d2p1:Color>Magenta</d2p1:Color>
<d2p1:Id>String</d2p1:Id>
<d2p1:Name>String</d2p1:Name>
</d2p1:Tag>
</Tags>
<TeamMemberIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</TeamMemberIds>
<ThirdPartyPhoneSystemSettings>
<DemoSettings>
<Extension>String</Extension>
</DemoSettings>
<SipSettings>
<Accounts>
<ThirdPartyPhoneSystemSettings.ThirdPartySipSettings.ThirdPartySipAccountSettings>
<Agent>String</Agent>
<AudioCodecs>
<ThirdPartyPhoneSystemSettings.ThirdPartySipSettings.AudioCodecTypes>PCMU</ThirdPartyPhoneSystemSettings.ThirdPartySipSettings.AudioCodecTypes>
</AudioCodecs>
<AudioPlaybackDeviceName>String</AudioPlaybackDeviceName>
<AudioRecordingDeviceName>String</AudioRecordingDeviceName>
<AuthName>String</AuthName>
<DTMFMethod>RFC2833</DTMFMethod>
<DisplayName>String</DisplayName>
<LocalIP>String</LocalIP>
<LocalPort>0</LocalPort>
<Number>String</Number>
<OutboundServer>String</OutboundServer>
<OutboundServerPort>0</OutboundServerPort>
<Password>String</Password>
<RegistrationExpires>0</RegistrationExpires>
<SipServer>String</SipServer>
<SipServerPort>0</SipServerPort>
<StunPort>0</StunPort>
<StunServer>String</StunServer>
<TransportType>UDP</TransportType>
<UserDomain>String</UserDomain>
<UserName>String</UserName>
</ThirdPartyPhoneSystemSettings.ThirdPartySipSettings.ThirdPartySipAccountSettings>
</Accounts>
</SipSettings>
<Type>Demo</Type>
</ThirdPartyPhoneSystemSettings>
<Type>PhoneNumber</Type>
<UseExternal10DlcCampaign>false</UseExternal10DlcCampaign>
<UserEmailAddress>String</UserEmailAddress>
<UserFirstName>String</UserFirstName>
<UserLastName>String</UserLastName>
<UserMode>SoftPhone</UserMode>
<VoicemailGreetingId>String</VoicemailGreetingId>
</EndpointInfo>