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

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

            return($"{parent.Path()}/phone-number");
        }
Esempio n. 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");
        }
Esempio n. 4
0
        public string Path(bool withParameter = true)
        {
            if (withParameter && ruleId != null)
            {
                return($"{parent.Path()}/answering-rule/{ruleId}");
            }

            return($"{parent.Path()}/answering-rule");
        }
Esempio n. 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");
        }
Esempio n. 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");
        }
Esempio n. 7
0
        public string Path(bool withParameter = true)
        {
            if (withParameter && ivrMenuId != null)
            {
                return($"{parent.Path()}/ivr-menus/{ivrMenuId}");
            }

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