Beispiel #1
0
        public string Path(bool withParameter = true)
        {
            if (withParameter && locationId != null)
            {
                return($"{parent.Path()}/emergency-locations/{locationId}");
            }

            return($"{parent.Path()}/emergency-locations");
        }
Beispiel #2
0
        public string Path(bool withParameter = true)
        {
            if (withParameter && phoneNumberId != null)
            {
                return($"{parent.Path()}/phone-number/{phoneNumberId}");
            }

            return($"{parent.Path()}/phone-number");
        }
Beispiel #3
0
        public string Path(bool withParameter = true)
        {
            if (withParameter && pagingOnlyGroupId != null)
            {
                return($"{parent.Path()}/paging-only-groups/{pagingOnlyGroupId}");
            }

            return($"{parent.Path()}/paging-only-groups");
        }
        public string Path(bool withParameter = true)
        {
            if (withParameter && ruleId != null)
            {
                return($"{parent.Path()}/answering-rule/{ruleId}");
            }

            return($"{parent.Path()}/answering-rule");
        }
Beispiel #5
0
        public string Path(bool withParameter = true)
        {
            if (withParameter && groupId != null)
            {
                return($"{parent.Path()}/call-monitoring-groups/{groupId}");
            }

            return($"{parent.Path()}/call-monitoring-groups");
        }
Beispiel #6
0
        public string Path(bool withParameter = true)
        {
            if (withParameter && taskId != null)
            {
                return($"{parent.Path()}/message-store-report/{taskId}");
            }

            return($"{parent.Path()}/message-store-report");
        }
Beispiel #7
0
        public string Path(bool withParameter = true)
        {
            if (withParameter && ivrMenuId != null)
            {
                return($"{parent.Path()}/ivr-menus/{ivrMenuId}");
            }

            return($"{parent.Path()}/ivr-menus");
        }
 public string Path()
 {
     return($"{parent.Path()}/service-info");
 }
Beispiel #9
0
 public string Path()
 {
     return($"{parent.Path()}/emergency-address-auto-update");
 }
Beispiel #10
0
 public string Path()
 {
     return($"{parent.Path()}/business-hours");
 }
Beispiel #11
0
 public string Path()
 {
     return($"{parent.Path()}/a2p-sms");
 }
Beispiel #12
0
 public string Path()
 {
     return($"{parent.Path()}/meeting-recordings");
 }
Beispiel #13
0
 public string Path()
 {
     return($"{parent.Path()}/call-recording");
 }
Beispiel #14
0
 public string Path()
 {
     return($"{parent.Path()}/business-address");
 }
Beispiel #15
0
 public string Path()
 {
     return($"{parent.Path()}/telephony");
 }
Beispiel #16
0
 public string Path()
 {
     return($"{parent.Path()}/message-store-configuration");
 }
 public string Path()
 {
     return($"{parent.Path()}/address-book-bulk-upload");
 }
Beispiel #18
0
 public string Path()
 {
     return($"{parent.Path()}/extension-bulk-update");
 }
Beispiel #19
0
 public string Path()
 {
     return($"{parent.Path()}/presence");
 }
Beispiel #20
0
 public string Path()
 {
     return($"{parent.Path()}/directory");
 }