Skip to content

ServiceNow.Core

SNow.Core.API.API<T>

API<T>.PutAsync(string, Guid, object) Method

csharp
public System.Threading.Tasks.Task<T> PutAsync(string endpoint, System.Guid id, object data);

Parameters

endpoint System.String

id System.Guid

data System.Object

Returns

System.Threading.Tasks.Task<T>

Implements PutAsync(string, Guid, object)

Released under the MIT License.