Skip to content

ServiceNow.Core

SNow.Core.API.API

API.PutAsync(string, Guid, HttpContent) Method

csharp
public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PutAsync(string endpoint, System.Guid id, System.Net.Http.HttpContent data);

Parameters

endpoint System.String

id System.Guid

data System.Net.Http.HttpContent

Returns

System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>

Implements PutAsync(string, Guid, HttpContent)

Released under the MIT License.