Пример #1
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && roleId != null)
     {
         return($"{parent.Path()}/user-role/{roleId}");
     }
     return($"{parent.Path()}/user-role");
 }
Пример #2
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && ivrMenuId != null)
     {
         return($"{parent.Path()}/ivr-menus/{ivrMenuId}");
     }
     return($"{parent.Path()}/ivr-menus");
 }
Пример #3
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && fieldId != null)
     {
         return($"{parent.Path()}/custom-fields/{fieldId}");
     }
     return($"{parent.Path()}/custom-fields");
 }
Пример #4
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && ruleId != null)
     {
         return($"{parent.Path()}/answering-rule/{ruleId}");
     }
     return($"{parent.Path()}/answering-rule");
 }
Пример #5
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && extensionId != null)
     {
         return($"{parent.Path()}/extension/{extensionId}");
     }
     return($"{parent.Path()}/extension");
 }
Пример #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");
 }
Пример #7
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && pagingOnlyGroupId != null)
     {
         return($"{parent.Path()}/paging-only-groups/{pagingOnlyGroupId}");
     }
     return($"{parent.Path()}/paging-only-groups");
 }
Пример #8
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && callRecordId != null)
     {
         return($"{parent.Path()}/call-log/{callRecordId}");
     }
     return($"{parent.Path()}/call-log");
 }
Пример #9
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && phoneNumberId != null)
     {
         return($"{parent.Path()}/phone-number/{phoneNumberId}");
     }
     return($"{parent.Path()}/phone-number");
 }
Пример #10
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && recordingId != null)
     {
         return($"{parent.Path()}/recording/{recordingId}");
     }
     return($"{parent.Path()}/recording");
 }
Пример #11
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && groupId != null)
     {
         return($"{parent.Path()}/call-monitoring-groups/{groupId}");
     }
     return($"{parent.Path()}/call-monitoring-groups");
 }
Пример #12
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && promptId != null)
     {
         return($"{parent.Path()}/ivr-prompts/{promptId}");
     }
     return($"{parent.Path()}/ivr-prompts");
 }
Пример #13
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && templateId != null)
     {
         return($"{parent.Path()}/templates/{templateId}");
     }
     return($"{parent.Path()}/templates");
 }
Пример #14
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && locationId != null)
     {
         return($"{parent.Path()}/emergency-locations/{locationId}");
     }
     return($"{parent.Path()}/emergency-locations");
 }
Пример #15
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && deviceId != null)
     {
         return($"{parent.Path()}/device/{deviceId}");
     }
     return($"{parent.Path()}/device");
 }
Пример #16
0
 public string Path()
 {
     return($"{parent.Path()}/message-store-configuration");
 }
Пример #17
0
 public string Path()
 {
     return($"{parent.Path()}/call-recording");
 }
Пример #18
0
 public string Path()
 {
     return($"{parent.Path()}/assigned-role");
 }
Пример #19
0
 public string Path()
 {
     return($"{parent.Path()}/call-log-sync");
 }
Пример #20
0
 public string Path()
 {
     return($"{parent.Path()}/meeting-recordings");
 }
Пример #21
0
 public string Path()
 {
     return($"{parent.Path()}/a2p-sms");
 }
Пример #22
0
 public string Path()
 {
     return($"{parent.Path()}/extension-bulk-update");
 }
Пример #23
0
 public string Path()
 {
     return($"{parent.Path()}/business-hours");
 }
Пример #24
0
 public string Path()
 {
     return($"{parent.Path()}/directory");
 }
Пример #25
0
 public string Path()
 {
     return($"{parent.Path()}/greeting");
 }
Пример #26
0
 public string Path()
 {
     return($"{parent.Path()}/active-calls");
 }
Пример #27
0
 public string Path()
 {
     return($"{parent.Path()}/presence");
 }
Пример #28
0
 public string Path()
 {
     return($"{parent.Path()}/address-book-bulk-upload");
 }
Пример #29
0
 public string Path()
 {
     return($"{parent.Path()}/telephony");
 }
Пример #30
0
 public string Path()
 {
     return($"{parent.Path()}/paging-only-groups");
 }