Exemplo n.º 1
0
 //
 public Task <MeetingResponseResource> Put()
 {
     return(RC.Put <MeetingResponseResource>(Endpoint(true), null));
 }
Exemplo n.º 2
0
 // Updates the existing forwarding number from the forwarding number list.
 public Task <ForwardingNumberInfo> Put()
 {
     return(RC.Put <ForwardingNumberInfo>(Endpoint(true), null));
 }
 // Updates user settings.
 public Task <GetExtensionInfoResponse> Put()
 {
     return(RC.Put <GetExtensionInfoResponse>(Endpoint(true), null));
 }
Exemplo n.º 4
0
 // <p style='font-style:italic;'>Since 1.0.24 (Release 8.0)</p><p>Updates a custom answering rule for a particular caller ID.</p><h4>Required Permissions</h4><table class='fullwidth'><thead><tr><th>Permission</th><th>Description</th></tr></thead><tbody><tr><td class='code'>EditExtensions</td><td>Viewing and updating my extension info (includes extension name, number, email and phone number)</td></tr></tbody></table><h4>Usage Plan Group</h4><p>Medium</p>
 public Task <AnsweringRuleInfo> Put()
 {
     return(RC.Put <AnsweringRuleInfo>(Endpoint(true), null));
 }
 // Updates account device(s) by their ID(s).
 public Task <DeviceResource> Put()
 {
     return(RC.Put <DeviceResource>(Endpoint(true), null));
 }
 // Update Custom Data by Key
 public Task <PutResponse> Put()
 {
     return(RC.Put <PutResponse>(Endpoint(true), null));
 }
Exemplo n.º 7
0
 // <p style='font-style:italic;'></p><p></p><h4>Required Permissions</h4><table class='fullwidth'><thead><tr><th>Permission</th><th>Description</th></tr></thead><tbody><tr><td class='code'>EditExtensions</td><td>Viewing and updating my extension info (includes extension name, number, email and phone number)</td></tr></tbody></table><h4>Usage Plan Group</h4><p>Medium</p>
 public Task <BlockedNumberInfo> Put()
 {
     return(RC.Put <BlockedNumberInfo>(Endpoint(true), null));
 }
Exemplo n.º 8
0
 // Update Meeting
 public Task <MeetingInfo> Put()
 {
     return(RC.Put <MeetingInfo>(Endpoint(true), null));
 }
Exemplo n.º 9
0
 // Update Meeting
 public Task <MeetingInfo> Put(object parameters)
 {
     return(RC.Put <MeetingInfo>(Endpoint(true), parameters));
 }
 // Returns a company IVR menu by ID.
 public Task <IVRMenuInfo> Put()
 {
     return(RC.Put <IVRMenuInfo>(Endpoint(true), null));
 }
 // Returns a company IVR menu by ID.
 public Task <IVRMenuInfo> Put(object parameters)
 {
     return(RC.Put <IVRMenuInfo>(Endpoint(true), parameters));
 }
Exemplo n.º 12
0
 // Update Contact by ID
 public Task <PersonalContactInfo> Put(object parameters)
 {
     return(RC.Put <PersonalContactInfo>(Endpoint(true), parameters));
 }
Exemplo n.º 13
0
 // Update Contact by ID
 public Task <PersonalContactInfo> Put()
 {
     return(RC.Put <PersonalContactInfo>(Endpoint(true), null));
 }
Exemplo n.º 14
0
 //
 public Task <MeetingResponseResource> Put(object parameters)
 {
     return(RC.Put <MeetingResponseResource>(Endpoint(true), parameters));
 }
Exemplo n.º 15
0
 // Updates the current call blocking settings of a user.
 public Task <CallerBlockingSettings> Put()
 {
     return(RC.Put <CallerBlockingSettings>(Endpoint(true), null));
 }
Exemplo n.º 16
0
 // <p style='font-style:italic;'>Since 1.0.6 (Release 5.15)</p><p>Renews the existent subscription if the request body is empty. If event filters are specified, calling this method modifies the event filters for the existing subscription. The client application can extend or narrow the events for which it receives notifications in the frame of one subscription.</p><h4>Usage Plan Group</h4><p>Medium</p>
 public Task <SubscriptionInfo> Put()
 {
     return(RC.Put <SubscriptionInfo>(Endpoint(true), null));
 }
Exemplo n.º 17
0
 // Updates the current call blocking settings of a user.
 public Task <CallerBlockingSettings> Put(object parameters)
 {
     return(RC.Put <CallerBlockingSettings>(Endpoint(true), parameters));
 }
Exemplo n.º 18
0
 // <p style='font-style:italic;'>Since 1.0.6 (Release 5.15)</p><p>Renews the existent subscription if the request body is empty. If event filters are specified, calling this method modifies the event filters for the existing subscription. The client application can extend or narrow the events for which it receives notifications in the frame of one subscription.</p><h4>Usage Plan Group</h4><p>Medium</p>
 public Task <SubscriptionInfo> Put(object parameters)
 {
     return(RC.Put <SubscriptionInfo>(Endpoint(true), parameters));
 }
 // Update Custom Data by Key
 public Task <PutResponse> Put(object parameters)
 {
     return(RC.Put <PutResponse>(Endpoint(true), parameters));
 }
 // <p style='font-style:italic;'>Since 1.0.2</p><p>Updates message(s) by ID(s). Batch request is supported, see Batch Requests for details. Currently, only the message read status updating is supported.</p><h4>Required Permissions</h4><table class='fullwidth'><thead><tr><th>Permission</th><th>Description</th></tr></thead><tbody><tr><td class='code'>EditMessages</td><td>Viewing and updating user messages</td></tr><tr><td class='code'>ReadMessages</td><td>Viewing user messages</td></tr></tbody></table><h4>Usage Plan Group</h4><p>Medium</p>
 public Task <GetMessageInfoResponse> Put()
 {
     return(RC.Put <GetMessageInfoResponse>(Endpoint(true), null));
 }
Exemplo n.º 21
0
 // <p style='font-style:italic;'></p><p></p><h4>Required Permissions</h4><table class='fullwidth'><thead><tr><th>Permission</th><th>Description</th></tr></thead><tbody><tr><td class='code'>EditExtensions</td><td>Viewing and updating my extension info (includes extension name, number, email and phone number)</td></tr></tbody></table><h4>Usage Plan Group</h4><p>Medium</p>
 public Task <BlockedNumberInfo> Put(object parameters)
 {
     return(RC.Put <BlockedNumberInfo>(Endpoint(true), parameters));
 }
Exemplo n.º 22
0
        // Updates an event by ID.
        public async Task <bool> Put()
        {
            await RC.Put(Endpoint(true), null);

            return(true);
        }
Exemplo n.º 23
0
 // <p style='font-style:italic;'>Since 1.0.24 (Release 8.0)</p><p>Updates a custom answering rule for a particular caller ID.</p><h4>Required Permissions</h4><table class='fullwidth'><thead><tr><th>Permission</th><th>Description</th></tr></thead><tbody><tr><td class='code'>EditExtensions</td><td>Viewing and updating my extension info (includes extension name, number, email and phone number)</td></tr></tbody></table><h4>Usage Plan Group</h4><p>Medium</p>
 public Task <AnsweringRuleInfo> Put(object parameters)
 {
     return(RC.Put <AnsweringRuleInfo>(Endpoint(true), parameters));
 }
Exemplo n.º 24
0
        // Updates an event by ID.
        public async Task <bool> Put(object parameters)
        {
            await RC.Put(Endpoint(true), parameters);

            return(true);
        }
 // Updates account device(s) by their ID(s).
 public Task <DeviceResource> Put(object parameters)
 {
     return(RC.Put <DeviceResource>(Endpoint(true), parameters));
 }
Exemplo n.º 26
0
 // Updates user-defined extension presence status, status message and DnD status by extension ID. Supported for regular User extensions only. The extension types listed do not support presence status: Department, Announcement Only, Take Messages Only (Voicemail), Fax User, Paging Only Group, Shared Lines Group, IVR Menu, Application Extension.
 public Task <PresenceInfoResource> Put()
 {
     return(RC.Put <PresenceInfoResource>(Endpoint(true), null));
 }
Exemplo n.º 27
0
 // Updates the existing forwarding number from the forwarding number list.
 public Task <ForwardingNumberInfo> Put(object parameters)
 {
     return(RC.Put <ForwardingNumberInfo>(Endpoint(true), parameters));
 }
Exemplo n.º 28
0
 // Updates user-defined extension presence status, status message and DnD status by extension ID. Supported for regular User extensions only. The extension types listed do not support presence status: Department, Announcement Only, Take Messages Only (Voicemail), Fax User, Paging Only Group, Shared Lines Group, IVR Menu, Application Extension.
 public Task <PresenceInfoResource> Put(object parameters)
 {
     return(RC.Put <PresenceInfoResource>(Endpoint(true), parameters));
 }
 // Updates user settings.
 public Task <GetExtensionInfoResponse> Put(object parameters)
 {
     return(RC.Put <GetExtensionInfoResponse>(Endpoint(true), parameters));
 }
Exemplo n.º 30
0
 // Updates the business address of a company that account is linked to. Batch request is supported.
 public Task <AccountBusinessAddressResource> Put(object parameters)
 {
     return(RC.Put <AccountBusinessAddressResource>(Endpoint(true), parameters));
 }