Skip to content

ServiceNow.Core

SNow.Core.API.IAPI<T>

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

csharp
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>

Released under the MIT License.